Html Css Color HEX #9FAC5F Green Smoke

📋 copy color: '#9FAC5F'

red 159 ◦ green 172 ◦ blue 95

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

Shades of Green Smoke #9FAC5F

Tints of Green Smoke #9FAC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 37.32%
G = 40.38%
B = 22.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#9FAC5F (or 0x9FAC5F) is known color: Green Smoke. HEX triplet: 9F, AC and 5F. RGB value is (159,172,95). Sum of RGB (Red+Green+Blue) = 159+172+95=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC5F is #6053A0. Grayscale: #9F9F9F. Windows color (decimal): -6312865 or 6270111. OLE color: 6270111.

HSL color Cylindrical-coordinate representation of color #9FAC5F: hue angle of 70.13º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FAC5F is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 95 -
CMYK 0.08 0 0.45 0.33
HSL 70.13º 0.32% 0.52% -
HSV(B) 70.13º 0.45% 0.67% -
XYZ 31.12 37.7 16.46 -
YUV 159.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 159 172 95 0.08 0 0.45 0.33 70.13 0.32 0.52
Hex 9F AC 5F 8 0 2D 21 46 20 34
Octal 237 254 137 10 0 55 41 106 40 64
Binary 10011111 10101100 1011111 1000 0 101101 100001 1000110 100000 110100

Color Harmonies of #9FAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC5F

Black with #9FAC5F

Text Example


Text Example

White with #9FAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,95); }

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

background-color css

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

 a { background-color: rgb(159,172,95); }

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

border-color css

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

 span { border-color: rgb(159,172,95); }

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