#599912

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

Shades of Limeade #599912

Tints of Limeade #599912

Color information

#599912 (or 0x599912) is unknown color: approx Limeade. HEX triplet: 59, 99 and 12. RGB value is (89,153,18). Sum of RGB (Red+Green+Blue) = 89+153+18=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #599912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599912 is #A666ED. Grayscale: #767676. Windows color (decimal): -10905326 or 1218905. OLE color: 1218905.

HSL color Cylindrical-coordinate representation of color #599912: hue angle of 88.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #599912 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB8915318-
CMYK0.4200.880.4
HSL88.44º78.95%33.53%-
HSV(B)88.44º88.24%60%-
XYZ15.6224.954.56-
YUV118.4771.3106.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 153 (60.16% from 255) = 58.85%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=34.23%
G=58.85%
B=6.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89153180.4200.880.488.4478.9533.53
Hex5999122A05828584f22
Octal131231225201305013011742
Binary101100110011001100101010100101100010100010110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599912; }

 p { color: rgb(89,153,18); }

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

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

 a { background-color: rgb(89,153,18); }

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

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

 span { border-color: rgb(89,153,18); }

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