#5AA12A

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

Shades of Limeade #5AA12A

Tints of Limeade #5AA12A

Color information

#5AA12A (or 0x5AA12A) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 2A. RGB value is (90,161,42). Sum of RGB (Red+Green+Blue) = 90+161+42=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA12A is #A55ED5. Grayscale: #7E7E7E. Windows color (decimal): -10837718 or 2793818. OLE color: 2793818.

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

Color convert

RGB9016142-
CMYK0.4400.740.37
HSL95.8º58.62%39.8%-
HSV(B)95.8º73.91%63.14%-
XYZ17.3827.836.65-
YUV126.280.48102.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 161 (63.28% from 255) = 54.95%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=30.72%
G=54.95%
B=14.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161420.4400.740.3795.858.6239.8
Hex5AA12A2C04A25603b28
Octal13224152540112451407350
Binary101101010100001101010101100010010101001011100000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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