#5AA215

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

Shades of Limeade #5AA215

Tints of Limeade #5AA215

Color information

#5AA215 (or 0x5AA215) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 15. RGB value is (90,162,21). Sum of RGB (Red+Green+Blue) = 90+162+21=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA215 is #A55DEA. Grayscale: #7C7C7C. Windows color (decimal): -10837483 or 1417818. OLE color: 1417818.

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

Color convert

RGB9016221-
CMYK0.4400.870.36
HSL90.64º77.05%35.88%-
HSV(B)90.64º87.04%63.53%-
XYZ17.2728.075.22-
YUV124.469.65103.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=32.97%
G=59.34%
B=7.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162210.4400.870.3690.6477.0535.88
Hex5AA2152C057245b4d24
Octal132242255401274413311544
Binary101101010100010101011011000101011110010010110111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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