#9E9300

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

Shades of Lucky #9E9300

Tints of Lucky #9E9300

Color information

#9E9300 (or 0x9E9300) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 00. RGB value is (158,147,0). Sum of RGB (Red+Green+Blue) = 158+147+0=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9300 is #616CFF. Grayscale: #868686. Windows color (decimal): -6384896 or 37790. OLE color: 37790.

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

Color convert

RGB1581470-
CMYK00.0710.38
HSL55.82º100%30.98%-
HSV(B)55.82º100%61.96%-
XYZ24.5328.144.14-
YUV133.5352.64145.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.80%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.80%
G=48.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158147000.0710.3855.8210030.98
Hex9E93007642638641f
Octal236223007144467014437
Binary1001111010010011001111100100100110111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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