#5AA136

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

Shades of Limeade #5AA136

Tints of Limeade #5AA136

Color information

#5AA136 (or 0x5AA136) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 36. RGB value is (90,161,54). Sum of RGB (Red+Green+Blue) = 90+161+54=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA136 is #A55EC9. Grayscale: #7F7F7F. Windows color (decimal): -10837706 or 3580250. OLE color: 3580250.

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

Color convert

RGB9016154-
CMYK0.4400.660.37
HSL99.81º49.77%42.16%-
HSV(B)99.81º66.46%63.14%-
XYZ17.6327.937.95-
YUV127.5786.48101.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 161 (63.28% from 255) = 52.79%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=29.51%
G=52.79%
B=17.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161540.4400.660.3799.8149.7742.16
Hex5AA1362C0422564322a
Octal13224166540102451446252
Binary101101010100001110110101100010000101001011100100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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