#5CA110

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

Shades of Limeade #5CA110

Tints of Limeade #5CA110

Color information

#5CA110 (or 0x5CA110) is unknown color: approx Limeade. HEX triplet: 5C, A1 and 10. RGB value is (92,161,16). Sum of RGB (Red+Green+Blue) = 92+161+16=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA110 is #A35EEF. Grayscale: #7C7C7C. Windows color (decimal): -10706672 or 1089884. OLE color: 1089884.

HSL color Cylindrical-coordinate representation of color #5CA110: hue angle of 88.55º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CA110 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB9216116-
CMYK0.4300.900.37
HSL88.55º81.92%34.71%-
HSV(B)88.55º90.06%63.14%-
XYZ17.2527.84.95-
YUV123.8467.14105.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 161 (63.28% from 255) = 59.85%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=34.20%
G=59.85%
B=5.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161160.4300.900.3788.5581.9234.71
Hex5CA1102B05A25595223
Octal134241205301324513112243
Binary101110010100001100001010110101101010010110110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,161,16); }

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

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

 a { background-color: rgb(92,161,16); }

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

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

 span { border-color: rgb(92,161,16); }

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