#5C960A

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

Shades of Limeade #5C960A

Tints of Limeade #5C960A

Color information

#5C960A (or 0x5C960A) is unknown color: approx Limeade. HEX triplet: 5C, 96 and 0A. RGB value is (92,150,10). Sum of RGB (Red+Green+Blue) = 92+150+10=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #5C960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C960A is #A369F5. Grayscale: #757575. Windows color (decimal): -10709494 or 693852. OLE color: 693852.

HSL color Cylindrical-coordinate representation of color #5C960A: hue angle of 84.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C960A is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB9215010-
CMYK0.3900.930.41
HSL84.86º87.5%31.37%-
HSV(B)84.86º93.33%58.82%-
XYZ15.3724.114.13-
YUV116.767.78110.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 150 (58.98% from 255) = 59.52%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=36.51%
G=59.52%
B=3.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150100.3900.930.4184.8687.531.37
Hex5C96A2705D2955581f
Octal134226124701355112513037
Binary1011100100101101010100111010111011010011010101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,10); }

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

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

 a { background-color: rgb(92,150,10); }

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

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

 span { border-color: rgb(92,150,10); }

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