#5F990A

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

Shades of Limeade #5F990A

Tints of Limeade #5F990A

Color information

#5F990A (or 0x5F990A) is unknown color: approx Limeade. HEX triplet: 5F, 99 and 0A. RGB value is (95,153,10). Sum of RGB (Red+Green+Blue) = 95+153+10=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #5F990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F990A is #A066F5. Grayscale: #777777. Windows color (decimal): -10512118 or 694623. OLE color: 694623.

HSL color Cylindrical-coordinate representation of color #5F990A: hue angle of 84.34º 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 #5F990A is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB9515310-
CMYK0.3800.930.4
HSL84.34º87.73%31.96%-
HSV(B)84.34º93.46%60%-
XYZ16.1725.244.31-
YUV119.3666.28110.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 153 (60.16% from 255) = 59.30%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=36.82%
G=59.30%
B=3.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153100.3800.930.484.3487.7331.96
Hex5F99A2605D28545820
Octal137231124601355012413040
Binary10111111001100110101001100101110110100010101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F990A; }

 p { color: rgb(95,153,10); }

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

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

 a { background-color: rgb(95,153,10); }

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

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

 span { border-color: rgb(95,153,10); }

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