Html Css Color HEX #5C960A Limeade

📋 copy color: '#5C960A'

red 92 ◦ green 150 ◦ blue 10

#5C960A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #5C960A

Tints of Limeade #5C960A

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.3% from 255) = 3.97%

R = 36.51%
G = 59.52%
B = 3.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#5C960A (or 0x5C960A) is known color: 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

RGB 92 150 10 -
CMYK 0.39 0 0.93 0.41
HSL 84.86º 0.88% 0.31% -
HSV(B) 84.86º 0.93% 0.59% -
XYZ 15.37 24.11 4.13 -
YUV 116.7 67.78 110.38 -
System Red Green Blue C M Y K H S L
Decimal 92 150 10 0.39 0 0.93 0.41 84.86 0.88 0.31
Hex 5C 96 A 27 0 5D 29 55 58 1F
Octal 134 226 12 47 0 135 51 125 130 37
Binary 1011100 10010110 1010 100111 0 1011101 101001 1010101 1011000 11111

Color Harmonies of #5C960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C960A

Black with #5C960A

Text Example


Text Example

White with #5C960A

Text Example


Text Example

HTML Codes & Css Web 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>