#5AA110

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

Shades of Limeade #5AA110

Tints of Limeade #5AA110

Color information

#5AA110 (or 0x5AA110) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 10. RGB value is (90,161,16). Sum of RGB (Red+Green+Blue) = 90+161+16=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA110 is #A55EEF. Grayscale: #7B7B7B. Windows color (decimal): -10837744 or 1089882. OLE color: 1089882.

HSL color Cylindrical-coordinate representation of color #5AA110: hue angle of 89.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AA110 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB9016116-
CMYK0.4400.900.37
HSL89.38º81.92%34.71%-
HSV(B)89.38º90.06%63.14%-
XYZ17.0527.74.94-
YUV123.2467.48104.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 161 (63.28% from 255) = 60.30%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=33.71%
G=60.30%
B=5.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161160.4400.900.3789.3881.9234.71
Hex5AA1102C05A25595223
Octal132241205401324513112243
Binary101101010100001100001011000101101010010110110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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