#9E930F

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

Shades of Lucky #9E930F

Tints of Lucky #9E930F

Color information

#9E930F (or 0x9E930F) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 0F. RGB value is (158,147,15). Sum of RGB (Red+Green+Blue) = 158+147+15=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E930F is #616CF0. Grayscale: #878787. Windows color (decimal): -6384881 or 1020830. OLE color: 1020830.

HSL color Cylindrical-coordinate representation of color #9E930F: hue angle of 55.38º degrees, saturation: 0.83, 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 #9E930F is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15814715-
CMYK00.070.910.38
HSL55.38º82.66%33.92%-
HSV(B)55.38º90.51%61.96%-
XYZ24.6228.174.59-
YUV135.2460.14144.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=49.38%
G=45.94%
B=4.69%

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
Decimal1581471500.070.910.3855.3882.6633.92
Hex9E93F075B26375322
Octal2362231707133466712342
Binary10011110100100111111011110110111001101101111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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