Html Css Color HEX #59A514 Limeade

📋 copy color: '#59A514'

red 89 ◦ green 165 ◦ blue 20

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

Shades of Limeade #59A514

Tints of Limeade #59A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.22%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 32.48%
G = 60.22%
B = 7.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#59A514 (or 0x59A514) is known color: Limeade. HEX triplet: 59, A5 and 14. RGB value is (89,165,20). Sum of RGB (Red+Green+Blue) = 89+165+20=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #59A514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A514 is #A65AEB. Grayscale: #7E7E7E. Windows color (decimal): -10902252 or 1353049. OLE color: 1353049.

HSL color Cylindrical-coordinate representation of color #59A514: hue angle of 91.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59A514 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 165 20 -
CMYK 0.46 0 0.88 0.35
HSL 91.45º 0.78% 0.36% -
HSV(B) 91.45º 0.88% 0.65% -
XYZ 17.7 29.08 5.34 -
YUV 125.75 68.32 101.79 -
System Red Green Blue C M Y K H S L
Decimal 89 165 20 0.46 0 0.88 0.35 91.45 0.78 0.36
Hex 59 A5 14 2E 0 58 23 5B 4E 24
Octal 131 245 24 56 0 130 43 133 116 44
Binary 1011001 10100101 10100 101110 0 1011000 100011 1011011 1001110 100100

Color Harmonies of #59A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A514

Black with #59A514

Text Example


Text Example

White with #59A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A514; }

 p { color: rgb(89,165,20); }

 H1.HeaderClassName
 {
   color: #59A514;
 }
 .AnyTagClassName
 {
   color: #59A514;
 }
</style>

background-color css

<style>
 a { background-color: #59A514; }

 a { background-color: rgb(89,165,20); }

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

border-color css

<style>
 span { border-color: #59A514; }

 span { border-color: rgb(89,165,20); }

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