#599B1A

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

Shades of Limeade #599B1A

Tints of Limeade #599B1A

Color information

#599B1A (or 0x599B1A) is unknown color: approx Limeade. HEX triplet: 59, 9B and 1A. RGB value is (89,155,26). Sum of RGB (Red+Green+Blue) = 89+155+26=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #599B1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599B1A is #A664E5. Grayscale: #797979. Windows color (decimal): -10904806 or 1743705. OLE color: 1743705.

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

Color convert

RGB8915526-
CMYK0.4300.830.39
HSL90.7º71.27%35.49%-
HSV(B)90.7º83.23%60.78%-
XYZ16.0325.645.08-
YUV120.5674.63105.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 155 (60.94% from 255) = 57.41%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=32.96%
G=57.41%
B=9.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89155260.4300.830.3990.771.2735.49
Hex599B1A2B053275b4723
Octal131233325301234713310743
Binary101100110011011110101010110101001110011110110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,26); }

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

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

 a { background-color: rgb(89,155,26); }

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

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

 span { border-color: rgb(89,155,26); }

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