#5AA139

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

Shades of Limeade #5AA139

Tints of Limeade #5AA139

Color information

#5AA139 (or 0x5AA139) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 39. RGB value is (90,161,57). Sum of RGB (Red+Green+Blue) = 90+161+57=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA139 is #A55EC6. Grayscale: #808080. Windows color (decimal): -10837703 or 3776858. OLE color: 3776858.

HSL color Cylindrical-coordinate representation of color #5AA139: hue angle of 100.96º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AA139 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB9016157-
CMYK0.4400.650.37
HSL100.96º47.71%42.75%-
HSV(B)100.96º64.6%63.14%-
XYZ17.727.968.33-
YUV127.9287.98100.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.22%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=29.22%
G=52.27%
B=18.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161570.4400.650.37100.9647.7142.75
Hex5AA1392C0412565302b
Octal13224171540101451456053
Binary101101010100001111001101100010000011001011100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,57); }

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

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

 a { background-color: rgb(90,161,57); }

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

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

 span { border-color: rgb(90,161,57); }

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