#599C20

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

Shades of Limeade #599C20

Tints of Limeade #599C20

Color information

#599C20 (or 0x599C20) is unknown color: approx Limeade. HEX triplet: 59, 9C and 20. RGB value is (89,156,32). Sum of RGB (Red+Green+Blue) = 89+156+32=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #599C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599C20 is #A663DF. Grayscale: #7A7A7A. Windows color (decimal): -10904544 or 2137177. OLE color: 2137177.

HSL color Cylindrical-coordinate representation of color #599C20: hue angle of 92.42º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #599C20 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB8915632-
CMYK0.4300.790.39
HSL92.42º65.96%36.86%-
HSV(B)92.42º79.49%61.18%-
XYZ16.2726.015.53-
YUV121.8377.3104.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 156 (61.33% from 255) = 56.32%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=32.13%
G=56.32%
B=11.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89156320.4300.790.3992.4265.9636.86
Hex599C202B04F275c4225
Octal131234405301174713410245
Binary1011001100111001000001010110100111110011110111001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599C20; }

 p { color: rgb(89,156,32); }

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

<style>
 a { background-color: #599C20; }

 a { background-color: rgb(89,156,32); }

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

<style>
 span { border-color: #599C20; }

 span { border-color: rgb(89,156,32); }

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