Html Css Color HEX #9F9A0D Lucky

📋 copy color: '#9F9A0D'

red 159 ◦ green 154 ◦ blue 13

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

Shades of Lucky #9F9A0D

Tints of Lucky #9F9A0D

RGB

 RED value IS 159 (62.5% from 255) = 48.77%

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 48.77%
G = 47.24%
B = 3.99%

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

#9F9A0D (or 0x9F9A0D) is known color: Lucky. HEX triplet: 9F, 9A and 0D. RGB value is (159,154,13). Sum of RGB (Red+Green+Blue) = 159+154+13=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9A0D is #6065F2. Grayscale: #8B8B8B. Windows color (decimal): -6317555 or 891551. OLE color: 891551.

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

Color convert

RGB 159 154 13 -
CMYK 0 0.03 0.92 0.38
HSL 57.95º 0.85% 0.34% -
HSV(B) 57.95º 0.92% 0.62% -
XYZ 25.93 30.51 4.9 -
YUV 139.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 159 154 13 0 0.03 0.92 0.38 57.95 0.85 0.34
Hex 9F 9A D 0 3 5C 26 3A 55 22
Octal 237 232 15 0 3 134 46 72 125 42
Binary 10011111 10011010 1101 0 11 1011100 100110 111010 1010101 100010

Color Harmonies of #9F9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9A0D

Black with #9F9A0D

Text Example


Text Example

White with #9F9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,154,13); }

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

background-color css

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

 a { background-color: rgb(159,154,13); }

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

border-color css

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

 span { border-color: rgb(159,154,13); }

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