#5AA21E

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

Shades of Limeade #5AA21E

Tints of Limeade #5AA21E

Color information

#5AA21E (or 0x5AA21E) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 1E. RGB value is (90,162,30). Sum of RGB (Red+Green+Blue) = 90+162+30=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA21E is #A55DE1. Grayscale: #7D7D7D. Windows color (decimal): -10837474 or 2007642. OLE color: 2007642.

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

Color convert

RGB9016230-
CMYK0.4400.810.36
HSL92.73º68.75%37.65%-
HSV(B)92.73º81.48%63.53%-
XYZ17.3728.115.74-
YUV125.4274.15102.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=31.91%
G=57.45%
B=10.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162300.4400.810.3692.7368.7537.65
Hex5AA21E2C051245d4526
Octal132242365401214413510546
Binary101101010100010111101011000101000110010010111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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