#5AA229

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

Shades of Limeade #5AA229

Tints of Limeade #5AA229

Color information

#5AA229 (or 0x5AA229) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 29. RGB value is (90,162,41). Sum of RGB (Red+Green+Blue) = 90+162+41=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA229 is #A55DD6. Grayscale: #7F7F7F. Windows color (decimal): -10837463 or 2728538. OLE color: 2728538.

HSL color Cylindrical-coordinate representation of color #5AA229: hue angle of 95.7º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AA229 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB9016241-
CMYK0.4400.750.36
HSL95.7º59.61%39.8%-
HSV(B)95.7º74.69%63.53%-
XYZ17.5428.176.61-
YUV126.6879.65101.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 162 (63.67% from 255) = 55.29%
BLUE value IS 41 (16.41% from 255) = 13.99%
R=30.72%
G=55.29%
B=13.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162410.4400.750.3695.759.6139.8
Hex5AA2292C04B24603c28
Octal13224251540113441407450
Binary101101010100010101001101100010010111001001100000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA229; }

 p { color: rgb(90,162,41); }

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

<style>
 a { background-color: #5AA229; }

 a { background-color: rgb(90,162,41); }

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

<style>
 span { border-color: #5AA229; }

 span { border-color: rgb(90,162,41); }

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