#5A9B16

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

Shades of Limeade #5A9B16

Tints of Limeade #5A9B16

Color information

#5A9B16 (or 0x5A9B16) is unknown color: approx Limeade. HEX triplet: 5A, 9B and 16. RGB value is (90,155,22). Sum of RGB (Red+Green+Blue) = 90+155+22=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9B16 is #A564E9. Grayscale: #787878. Windows color (decimal): -10839274 or 1481562. OLE color: 1481562.

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

Color convert

RGB9015522-
CMYK0.4200.860.39
HSL89.32º75.14%34.71%-
HSV(B)89.32º85.81%60.78%-
XYZ16.0825.674.87-
YUV120.472.47106.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 155 (60.94% from 255) = 58.05%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=33.71%
G=58.05%
B=8.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155220.4200.860.3989.3275.1434.71
Hex5A9B162A05627594b23
Octal132233265201264713111343
Binary101101010011011101101010100101011010011110110011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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