#5C9C16

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

Shades of Limeade #5C9C16

Tints of Limeade #5C9C16

Color information

#5C9C16 (or 0x5C9C16) is unknown color: approx Limeade. HEX triplet: 5C, 9C and 16. RGB value is (92,156,22). Sum of RGB (Red+Green+Blue) = 92+156+22=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9C16 is #A363E9. Grayscale: #7A7A7A. Windows color (decimal): -10707946 or 1481820. OLE color: 1481820.

HSL color Cylindrical-coordinate representation of color #5C9C16: hue angle of 88.66º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C9C16 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB9215622-
CMYK0.4100.860.39
HSL88.66º75.28%34.9%-
HSV(B)88.66º85.9%61.18%-
XYZ16.4526.114.93-
YUV121.5971.8106.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.07%
GREEN value IS 156 (61.33% from 255) = 57.78%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=34.07%
G=57.78%
B=8.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92156220.4100.860.3988.6675.2834.9
Hex5C9C162905627594b23
Octal134234265101264713111343
Binary101110010011100101101010010101011010011110110011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,156,22); }

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

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

 a { background-color: rgb(92,156,22); }

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

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

 span { border-color: rgb(92,156,22); }

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