#5A9D16

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

Shades of Limeade #5A9D16

Tints of Limeade #5A9D16

Color information

#5A9D16 (or 0x5A9D16) is unknown color: approx Limeade. HEX triplet: 5A, 9D and 16. RGB value is (90,157,22). Sum of RGB (Red+Green+Blue) = 90+157+22=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9D16 is #A562E9. Grayscale: #7A7A7A. Windows color (decimal): -10838762 or 1482074. OLE color: 1482074.

HSL color Cylindrical-coordinate representation of color #5A9D16: hue angle of 89.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A9D16 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB9015722-
CMYK0.4300.860.38
HSL89.78º75.42%35.1%-
HSV(B)89.78º85.99%61.57%-
XYZ16.4226.354.98-
YUV121.5871.8105.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 157 (61.72% from 255) = 58.36%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=33.46%
G=58.36%
B=8.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90157220.4300.860.3889.7875.4235.1
Hex5A9D162B056265a4b23
Octal132235265301264613211343
Binary101101010011101101101010110101011010011010110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,157,22); }

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

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

 a { background-color: rgb(90,157,22); }

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

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

 span { border-color: rgb(90,157,22); }

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