#9E920A

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

Shades of Lucky #9E920A

Tints of Lucky #9E920A

Color information

#9E920A (or 0x9E920A) is unknown color: approx Lucky. HEX triplet: 9E, 92 and 0A. RGB value is (158,146,10). Sum of RGB (Red+Green+Blue) = 158+146+10=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E920A is #616DF5. Grayscale: #868686. Windows color (decimal): -6385142 or 692894. OLE color: 692894.

HSL color Cylindrical-coordinate representation of color #9E920A: hue angle of 55.14º 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 #9E920A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB15814610-
CMYK00.080.940.38
HSL55.14º88.1%32.94%-
HSV(B)55.14º93.67%61.96%-
XYZ24.4327.854.37-
YUV134.0857.98145.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=50.32%
G=46.50%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581461000.080.940.3855.1488.132.94
Hex9E92A085E26375821
Octal23622212010136466713041
Binary100111101001001010100100010111101001101101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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