#55990A

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

Shades of Limeade #55990A

Tints of Limeade #55990A

Color information

#55990A (or 0x55990A) is unknown color: approx Limeade. HEX triplet: 55, 99 and 0A. RGB value is (85,153,10). Sum of RGB (Red+Green+Blue) = 85+153+10=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #55990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55990A is #AA66F5. Grayscale: #747474. Windows color (decimal): -11167478 or 694613. OLE color: 694613.

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

Color convert

RGB8515310-
CMYK0.4400.930.4
HSL88.53º87.73%31.96%-
HSV(B)88.53º93.46%60%-
XYZ15.1924.744.26-
YUV116.3767.97105.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 153 (60.16% from 255) = 61.69%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=34.27%
G=61.69%
B=4.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153100.4400.930.488.5387.7331.96
Hex5599A2C05D28595820
Octal125231125401355013113040
Binary10101011001100110101011000101110110100010110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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