#55A00F

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

Shades of Limeade #55A00F

Tints of Limeade #55A00F

Color information

#55A00F (or 0x55A00F) is unknown color: approx Limeade. HEX triplet: 55, A0 and 0F. RGB value is (85,160,15). Sum of RGB (Red+Green+Blue) = 85+160+15=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #55A00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A00F is #AA5FF0. Grayscale: #797979. Windows color (decimal): -11165681 or 1024085. OLE color: 1024085.

HSL color Cylindrical-coordinate representation of color #55A00F: hue angle of 91.03º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55A00F is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB8516015-
CMYK0.4700.910.37
HSL91.03º82.86%34.31%-
HSV(B)91.03º90.62%62.75%-
XYZ16.427.114.82-
YUV121.0468.15102.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 160 (62.89% from 255) = 61.54%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=32.69%
G=61.54%
B=5.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85160150.4700.910.3791.0382.8634.31
Hex55A0F2F05B255b5322
Octal125240175701334513312342
Binary10101011010000011111011110101101110010110110111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A00F; }

 p { color: rgb(85,160,15); }

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

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

 a { background-color: rgb(85,160,15); }

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

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

 span { border-color: rgb(85,160,15); }

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