#9E930E

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

Shades of Lucky #9E930E

Tints of Lucky #9E930E

Color information

#9E930E (or 0x9E930E) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 0E. RGB value is (158,147,14). Sum of RGB (Red+Green+Blue) = 158+147+14=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E930E is #616CF1. Grayscale: #878787. Windows color (decimal): -6384882 or 955294. OLE color: 955294.

HSL color Cylindrical-coordinate representation of color #9E930E: hue angle of 55.42º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E930E is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15814714-
CMYK00.070.910.38
HSL55.42º83.72%33.73%-
HSV(B)55.42º91.14%61.96%-
XYZ24.6128.174.56-
YUV135.1359.64144.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 14 (5.86% from 255) = 4.39%
R=49.53%
G=46.08%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581471400.070.910.3855.4283.7233.73
Hex9E93E075B26375422
Octal2362231607133466712442
Binary10011110100100111110011110110111001101101111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,14); }

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

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

 a { background-color: rgb(158,147,14); }

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

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

 span { border-color: rgb(158,147,14); }

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