Html Css Color HEX #9F8F19 Lucky

📋 copy color: '#9F8F19'

red 159 ◦ green 143 ◦ blue 25

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

Shades of Lucky #9F8F19

Tints of Lucky #9F8F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.73%

 BLUE value IS 25 (10.16% from 255) = 7.65%

R = 48.62%
G = 43.73%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F8F19 (or 0x9F8F19) is known color: Lucky. HEX triplet: 9F, 8F and 19. RGB value is (159,143,25). Sum of RGB (Red+Green+Blue) = 159+143+25=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8F19 is #6070E6. Grayscale: #868686. Windows color (decimal): -6320359 or 1675167. OLE color: 1675167.

HSL color Cylindrical-coordinate representation of color #9F8F19: hue angle of 52.84º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F8F19 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 143 25 -
CMYK 0 0.10 0.84 0.38
HSL 52.84º 0.73% 0.36% -
HSV(B) 52.84º 0.84% 0.62% -
XYZ 24.3 27.09 4.87 -
YUV 134.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 159 143 25 0 0.10 0.84 0.38 52.84 0.73 0.36
Hex 9F 8F 19 0 A 54 26 35 49 24
Octal 237 217 31 0 12 124 46 65 111 44
Binary 10011111 10001111 11001 0 1010 1010100 100110 110101 1001001 100100

Color Harmonies of #9F8F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F19

Black with #9F8F19

Text Example


Text Example

White with #9F8F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,143,25); }

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

background-color css

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

 a { background-color: rgb(159,143,25); }

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

border-color css

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

 span { border-color: rgb(159,143,25); }

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