#5C9A12

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

Shades of Limeade #5C9A12

Tints of Limeade #5C9A12

Color information

#5C9A12 (or 0x5C9A12) is unknown color: approx Limeade. HEX triplet: 5C, 9A and 12. RGB value is (92,154,18). Sum of RGB (Red+Green+Blue) = 92+154+18=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9A12 is #A365ED. Grayscale: #787878. Windows color (decimal): -10708462 or 1219164. OLE color: 1219164.

HSL color Cylindrical-coordinate representation of color #5C9A12: hue angle of 87.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C9A12 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB9215418-
CMYK0.4000.880.40
HSL87.35º79.07%33.73%-
HSV(B)87.35º88.31%60.39%-
XYZ16.0825.434.63-
YUV119.9670.46108.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.85%
GREEN value IS 154 (60.55% from 255) = 58.33%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=34.85%
G=58.33%
B=6.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92154180.4000.880.4087.3579.0733.73
Hex5C9A122805828574f22
Octal134232225001305012711742
Binary101110010011010100101010000101100010100010101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,154,18); }

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

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

 a { background-color: rgb(92,154,18); }

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

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

 span { border-color: rgb(92,154,18); }

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