Html Css Color HEX #9E9A0C Lucky

📋 copy color: '#9E9A0C'

red 158 ◦ green 154 ◦ blue 12

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

Shades of Lucky #9E9A0C

Tints of Lucky #9E9A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 12 (5.08% from 255) = 3.7%

R = 48.77%
G = 47.53%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E9A0C (or 0x9E9A0C) is known color: Lucky. HEX triplet: 9E, 9A and 0C. RGB value is (158,154,12). Sum of RGB (Red+Green+Blue) = 158+154+12=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9A0C is #6165F3. Grayscale: #8B8B8B. Windows color (decimal): -6383092 or 826014. OLE color: 826014.

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

Color convert

RGB 158 154 12 -
CMYK 0 0.03 0.92 0.38
HSL 58.36º 0.86% 0.33% -
HSV(B) 58.36º 0.92% 0.62% -
XYZ 25.72 30.41 4.86 -
YUV 139.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 158 154 12 0 0.03 0.92 0.38 58.36 0.86 0.33
Hex 9E 9A C 0 3 5C 26 3A 56 21
Octal 236 232 14 0 3 134 46 72 126 41
Binary 10011110 10011010 1100 0 11 1011100 100110 111010 1010110 100001

Color Harmonies of #9E9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9A0C

Black with #9E9A0C

Text Example


Text Example

White with #9E9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,154,12); }

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

background-color css

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

 a { background-color: rgb(158,154,12); }

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

border-color css

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

 span { border-color: rgb(158,154,12); }

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