#9E930A

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

Shades of Lucky #9E930A

Tints of Lucky #9E930A

Color information

#9E930A (or 0x9E930A) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 0A. RGB value is (158,147,10). Sum of RGB (Red+Green+Blue) = 158+147+10=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E930A is #616CF5. Grayscale: #878787. Windows color (decimal): -6384886 or 693150. OLE color: 693150.

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

Color convert

RGB15814710-
CMYK00.070.940.38
HSL55.54º88.1%32.94%-
HSV(B)55.54º93.67%61.96%-
XYZ24.5928.164.43-
YUV134.6757.64144.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 10 (4.30% from 255) = 3.17%
R=50.16%
G=46.67%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581471000.070.940.3855.5488.132.94
Hex9E93A075E26385821
Octal2362231207136467013041
Binary10011110100100111010011110111101001101110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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