#5AA924

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

Shades of Limeade #5AA924

Tints of Limeade #5AA924

Color information

#5AA924 (or 0x5AA924) is unknown color: approx Limeade. HEX triplet: 5A, A9 and 24. RGB value is (90,169,36). Sum of RGB (Red+Green+Blue) = 90+169+36=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA924 is #A556DB. Grayscale: #828282. Windows color (decimal): -10835676 or 2402650. OLE color: 2402650.

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

Color convert

RGB9016936-
CMYK0.4700.790.34
HSL95.64º64.88%40.2%-
HSV(B)95.64º78.7%66.27%-
XYZ18.7230.686.6-
YUV130.2274.8399.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=30.51%
G=57.29%
B=12.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90169360.4700.790.3495.6464.8840.2
Hex5AA9242F04F22604128
Octal132251445701174214010150
Binary1011010101010011001001011110100111110001011000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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