#55A212

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

Shades of Limeade #55A212

Tints of Limeade #55A212

Color information

#55A212 (or 0x55A212) is unknown color: approx Limeade. HEX triplet: 55, A2 and 12. RGB value is (85,162,18). Sum of RGB (Red+Green+Blue) = 85+162+18=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #55A212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A212 is #AA5DED. Grayscale: #7B7B7B. Windows color (decimal): -11165166 or 1221205. OLE color: 1221205.

HSL color Cylindrical-coordinate representation of color #55A212: hue angle of 92.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55A212 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB8516218-
CMYK0.4800.890.36
HSL92.08º80%35.29%-
HSV(B)92.08º88.89%63.53%-
XYZ16.7827.825.06-
YUV122.5668.99101.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 162 (63.67% from 255) = 61.13%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=32.08%
G=61.13%
B=6.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162180.4800.890.3692.088035.29
Hex55A21230059245c5023
Octal125242226001314413412043
Binary101010110100010100101100000101100110010010111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,18); }

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

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

 a { background-color: rgb(85,162,18); }

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

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

 span { border-color: rgb(85,162,18); }

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