Html Css Color HEX #59960C Limeade

📋 copy color: '#59960C'

red 89 ◦ green 150 ◦ blue 12

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

Shades of Limeade #59960C

Tints of Limeade #59960C

RGB

 RED value IS 89 (35.16% from 255) = 35.46%

 GREEN value IS 150 (58.98% from 255) = 59.76%

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 35.46%
G = 59.76%
B = 4.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#59960C (or 0x59960C) is known color: Limeade. HEX triplet: 59, 96 and 0C. RGB value is (89,150,12). Sum of RGB (Red+Green+Blue) = 89+150+12=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #59960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59960C is #A669F3. Grayscale: #747474. Windows color (decimal): -10906100 or 824921. OLE color: 824921.

HSL color Cylindrical-coordinate representation of color #59960C: hue angle of 86.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59960C is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 12 -
CMYK 0.41 0 0.92 0.41
HSL 86.52º 0.85% 0.32% -
HSV(B) 86.52º 0.92% 0.59% -
XYZ 15.09 23.96 4.18 -
YUV 116.03 69.29 108.72 -
System Red Green Blue C M Y K H S L
Decimal 89 150 12 0.41 0 0.92 0.41 86.52 0.85 0.32
Hex 59 96 C 29 0 5C 29 57 55 20
Octal 131 226 14 51 0 134 51 127 125 40
Binary 1011001 10010110 1100 101001 0 1011100 101001 1010111 1010101 100000

Color Harmonies of #59960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59960C

Black with #59960C

Text Example


Text Example

White with #59960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59960C; }

 p { color: rgb(89,150,12); }

 H1.HeaderClassName
 {
   color: #59960C;
 }
 .AnyTagClassName
 {
   color: #59960C;
 }
</style>

background-color css

<style>
 a { background-color: #59960C; }

 a { background-color: rgb(89,150,12); }

 div.DivClassName
 {
   background-color: #59960C;
 }
 .BgClassName
 {
   background-color: #59960C;
 }
</style>

border-color css

<style>
 span { border-color: #59960C; }

 span { border-color: rgb(89,150,12); }

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