#5AA62C

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

Shades of Limeade #5AA62C

Tints of Limeade #5AA62C

Color information

#5AA62C (or 0x5AA62C) is unknown color: approx Limeade. HEX triplet: 5A, A6 and 2C. RGB value is (90,166,44). Sum of RGB (Red+Green+Blue) = 90+166+44=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA62C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA62C is #A559D3. Grayscale: #818181. Windows color (decimal): -10836436 or 2926170. OLE color: 2926170.

HSL color Cylindrical-coordinate representation of color #5AA62C: hue angle of 97.38º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AA62C is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB9016644-
CMYK0.4600.730.35
HSL97.38º58.1%41.18%-
HSV(B)97.38º73.49%65.1%-
XYZ18.3129.637.14-
YUV129.3779.8299.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 166 (65.23% from 255) = 55.33%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=30%
G=55.33%
B=14.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90166440.4600.730.3597.3858.141.18
Hex5AA62C2E04923613a29
Octal13224654560111431417251
Binary101101010100110101100101110010010011000111100001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,44); }

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

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

 a { background-color: rgb(90,166,44); }

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

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

 span { border-color: rgb(90,166,44); }

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