#59980A

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

Shades of Limeade #59980A

Tints of Limeade #59980A

Color information

#59980A (or 0x59980A) is unknown color: approx Limeade. HEX triplet: 59, 98 and 0A. RGB value is (89,152,10). Sum of RGB (Red+Green+Blue) = 89+152+10=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #59980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59980A is #A667F5. Grayscale: #757575. Windows color (decimal): -10905590 or 694361. OLE color: 694361.

HSL color Cylindrical-coordinate representation of color #59980A: hue angle of 86.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59980A is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB8915210-
CMYK0.4100.930.40
HSL86.62º87.65%31.76%-
HSV(B)86.62º93.42%59.61%-
XYZ15.424.64.22-
YUV116.9867.63108.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 152 (59.77% from 255) = 60.56%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=35.46%
G=60.56%
B=3.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89152100.4100.930.4086.6287.6531.76
Hex5998A2905D28575820
Octal131230125101355012713040
Binary10110011001100010101010010101110110100010101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59980A; }

 p { color: rgb(89,152,10); }

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

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

 a { background-color: rgb(89,152,10); }

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

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

 span { border-color: rgb(89,152,10); }

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