#5CA218

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

Shades of Limeade #5CA218

Tints of Limeade #5CA218

Color information

#5CA218 (or 0x5CA218) is unknown color: approx Limeade. HEX triplet: 5C, A2 and 18. RGB value is (92,162,24). Sum of RGB (Red+Green+Blue) = 92+162+24=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA218 is #A35DE7. Grayscale: #7D7D7D. Windows color (decimal): -10706408 or 1614428. OLE color: 1614428.

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

Color convert

RGB9216224-
CMYK0.4300.850.36
HSL90.43º74.19%36.47%-
HSV(B)90.43º85.19%63.53%-
XYZ17.528.185.38-
YUV125.3470.81104.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=33.09%
G=58.27%
B=8.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92162240.4300.850.3690.4374.1936.47
Hex5CA2182B055245a4a24
Octal134242305301254413211244
Binary101110010100010110001010110101010110010010110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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