#5AA21A

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

Shades of Limeade #5AA21A

Tints of Limeade #5AA21A

Color information

#5AA21A (or 0x5AA21A) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 1A. RGB value is (90,162,26). Sum of RGB (Red+Green+Blue) = 90+162+26=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA21A is #A55DE5. Grayscale: #7D7D7D. Windows color (decimal): -10837478 or 1745498. OLE color: 1745498.

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

Color convert

RGB9016226-
CMYK0.4400.840.36
HSL91.76º72.34%36.86%-
HSV(B)91.76º83.95%63.53%-
XYZ17.3228.095.49-
YUV124.9772.15103.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 26 (10.55% from 255) = 9.35%
R=32.37%
G=58.27%
B=9.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162260.4400.840.3691.7672.3436.86
Hex5AA21A2C054245c4825
Octal132242325401244413411045
Binary101101010100010110101011000101010010010010111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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