#55A929

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

Shades of Limeade #55A929

Tints of Limeade #55A929

Color information

#55A929 (or 0x55A929) is unknown color: approx Limeade. HEX triplet: 55, A9 and 29. RGB value is (85,169,41). Sum of RGB (Red+Green+Blue) = 85+169+41=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #55A929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A929 is #AA56D6. Grayscale: #818181. Windows color (decimal): -11163351 or 2730325. OLE color: 2730325.

HSL color Cylindrical-coordinate representation of color #55A929: hue angle of 99.38º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55A929 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB8516941-
CMYK0.5000.760.34
HSL99.38º60.95%41.18%-
HSV(B)99.38º75.74%66.27%-
XYZ18.3330.477.01-
YUV129.2978.1796.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=28.81%
G=57.29%
B=13.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85169410.5000.760.3499.3860.9541.18
Hex55A9293204C22633d29
Octal12525151620114421437551
Binary101010110101001101001110010010011001000101100011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,41); }

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

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

 a { background-color: rgb(85,169,41); }

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

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

 span { border-color: rgb(85,169,41); }

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