#5AA117

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

Shades of Limeade #5AA117

Tints of Limeade #5AA117

Color information

#5AA117 (or 0x5AA117) is unknown color: approx Limeade. HEX triplet: 5A, A1 and 17. RGB value is (90,161,23). Sum of RGB (Red+Green+Blue) = 90+161+23=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA117 is #A55EE8. Grayscale: #7C7C7C. Windows color (decimal): -10837737 or 1548634. OLE color: 1548634.

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

Color convert

RGB9016123-
CMYK0.4400.860.37
HSL90.87º75%36.08%-
HSV(B)90.87º85.71%63.14%-
XYZ17.1227.735.26-
YUV124.0470.98103.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 161 (63.28% from 255) = 58.76%
BLUE value IS 23 (9.38% from 255) = 8.39%
R=32.85%
G=58.76%
B=8.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161230.4400.860.3790.877536.08
Hex5AA1172C056255b4b24
Octal132241275401264513311344
Binary101101010100001101111011000101011010010110110111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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