#9E9A16

Color #9E9A16 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9E9A16

Tints of Lucky #9E9A16

Color information

#9E9A16 (or 0x9E9A16) is unknown color: approx Lucky. HEX triplet: 9E, 9A and 16. RGB value is (158,154,22). Sum of RGB (Red+Green+Blue) = 158+154+22=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9A16 is #6165E9. Grayscale: #8C8C8C. Windows color (decimal): -6383082 or 1481374. OLE color: 1481374.

HSL color Cylindrical-coordinate representation of color #9E9A16: hue angle of 58.24º degrees, saturation: 0.76, 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 #9E9A16 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15815422-
CMYK00.030.860.38
HSL58.24º75.56%35.29%-
HSV(B)58.24º86.08%61.96%-
XYZ25.830.445.27-
YUV140.1561.33140.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=47.31%
G=46.11%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581542200.030.860.3858.2475.5635.29
Hex9E9A160356263a4c23
Octal2362322603126467211443
Binary10011110100110101011001110101101001101110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9A16; }

 p { color: rgb(158,154,22); }

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

<style>
 a { background-color: #9E9A16; }

 a { background-color: rgb(158,154,22); }

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

<style>
 span { border-color: #9E9A16; }

 span { border-color: rgb(158,154,22); }

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