#55A226

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

Shades of Limeade #55A226

Tints of Limeade #55A226

Color information

#55A226 (or 0x55A226) is unknown color: approx Limeade. HEX triplet: 55, A2 and 26. RGB value is (85,162,38). Sum of RGB (Red+Green+Blue) = 85+162+38=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #55A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A226 is #AA5DD9. Grayscale: #7D7D7D. Windows color (decimal): -11165146 or 2531925. OLE color: 2531925.

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

Color convert

RGB8516238-
CMYK0.4800.770.36
HSL97.26º62%39.22%-
HSV(B)97.26º76.54%63.53%-
XYZ17.0227.916.32-
YUV124.8478.9999.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 162 (63.67% from 255) = 56.84%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=29.82%
G=56.84%
B=13.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162380.4800.770.3697.266239.22
Hex55A2263004D24613e27
Octal12524246600115441417647
Binary101010110100010100110110000010011011001001100001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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