Html Css Color HEX #9E900E Lucky

📋 copy color: '#9E900E'

red 158 ◦ green 144 ◦ blue 14

#9E900E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #9E900E

Tints of Lucky #9E900E

RGB

 RED value IS 158 (62.11% from 255) = 50%

 GREEN value IS 144 (56.64% from 255) = 45.57%

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 50%
G = 45.57%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E900E (or 0x9E900E) is known color: Lucky. HEX triplet: 9E, 90 and 0E. RGB value is (158,144,14). Sum of RGB (Red+Green+Blue) = 158+144+14=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E900E is #616FF1. Grayscale: #858585. Windows color (decimal): -6385650 or 954526. OLE color: 954526.

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

Color convert

RGB 158 144 14 -
CMYK 0 0.09 0.91 0.38
HSL 54.17º 0.84% 0.34% -
HSV(B) 54.17º 0.91% 0.62% -
XYZ 24.15 27.25 4.4 -
YUV 133.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 158 144 14 0 0.09 0.91 0.38 54.17 0.84 0.34
Hex 9E 90 E 0 9 5B 26 36 54 22
Octal 236 220 16 0 11 133 46 66 124 42
Binary 10011110 10010000 1110 0 1001 1011011 100110 110110 1010100 100010

Color Harmonies of #9E900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E900E

Black with #9E900E

Text Example


Text Example

White with #9E900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E900E;
 }
 .AnyTagClassName
 {
   color: #9E900E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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