#5CA224

Color #5CA224 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5CA224

Tints of Limeade #5CA224

Color information

#5CA224 (or 0x5CA224) is unknown color: approx Limeade. HEX triplet: 5C, A2 and 24. RGB value is (92,162,36). Sum of RGB (Red+Green+Blue) = 92+162+36=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA224 is #A35DDB. Grayscale: #7F7F7F. Windows color (decimal): -10706396 or 2400860. OLE color: 2400860.

HSL color Cylindrical-coordinate representation of color #5CA224: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5CA224 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB9216236-
CMYK0.4300.780.36
HSL93.33º63.64%38.82%-
HSV(B)93.33º77.78%63.53%-
XYZ17.6528.246.19-
YUV126.7176.81103.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=31.72%
G=55.86%
B=12.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92162360.4300.780.3693.3363.6438.82
Hex5CA2242B04E245d4027
Octal134242445301164413510047
Binary1011100101000101001001010110100111010010010111011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CA224; }

 p { color: rgb(92,162,36); }

 H1.HeaderClassName
 {
   color: #5CA224;
 }
 .AnyTagClassName
 {
   color: #5CA224;
 }
</style>
background-color css

<style>
 a { background-color: #5CA224; }

 a { background-color: rgb(92,162,36); }

 div.DivClassName
 {
   background-color: #5CA224;
 }
 .BgClassName
 {
   background-color: #5CA224;
 }
</style>
border-color css

<style>
 span { border-color: #5CA224; }

 span { border-color: rgb(92,162,36); }

 td.TdClassName
 {
   border-color: #5CA224;
 }
 .TagClassName
 {
   border-color: #5CA224;
 }
</style>