#5AA929

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

Shades of Limeade #5AA929

Tints of Limeade #5AA929

Color information

#5AA929 (or 0x5AA929) is unknown color: approx Limeade. HEX triplet: 5A, A9 and 29. RGB value is (90,169,41). Sum of RGB (Red+Green+Blue) = 90+169+41=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA929 is #A556D6. Grayscale: #838383. Windows color (decimal): -10835671 or 2730330. OLE color: 2730330.

HSL color Cylindrical-coordinate representation of color #5AA929: hue angle of 97.03º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AA929 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB9016941-
CMYK0.4700.760.34
HSL97.03º60.95%41.18%-
HSV(B)97.03º75.74%66.27%-
XYZ18.830.717.03-
YUV130.7977.3398.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 169 (66.41% from 255) = 56.33%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=30%
G=56.33%
B=13.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90169410.4700.760.3497.0360.9541.18
Hex5AA9292F04C22613d29
Octal13225151570114421417551
Binary101101010101001101001101111010011001000101100001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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