#5AA126

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

Shades of Limeade #5AA126

Tints of Limeade #5AA126

Color information

#5AA126 (or 0x5AA126) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 26. RGB value is (90,161,38). Sum of RGB (Red+Green+Blue) = 90+161+38=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA126 is #A55ED9. Grayscale: #7E7E7E. Windows color (decimal): -10837722 or 2531674. OLE color: 2531674.

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

Color convert

RGB9016138-
CMYK0.4400.760.37
HSL94.63º61.81%39.02%-
HSV(B)94.63º76.4%63.14%-
XYZ17.3127.86.29-
YUV125.7578.48102.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 161 (63.28% from 255) = 55.71%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=31.14%
G=55.71%
B=13.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161380.4400.760.3794.6361.8139.02
Hex5AA1262C04C255f3e27
Octal13224146540114451377647
Binary101101010100001100110101100010011001001011011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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