Html Css Color HEX #9FAC4B Green Smoke

📋 copy color: '#9FAC4B'

red 159 ◦ green 172 ◦ blue 75

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

Shades of Green Smoke #9FAC4B

Tints of Green Smoke #9FAC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 39.16%
G = 42.36%
B = 18.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#9FAC4B (or 0x9FAC4B) is known color: Green Smoke. HEX triplet: 9F, AC and 4B. RGB value is (159,172,75). Sum of RGB (Red+Green+Blue) = 159+172+75=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC4B is #6053B4. Grayscale: #9D9D9D. Windows color (decimal): -6312885 or 4959391. OLE color: 4959391.

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

Color convert

RGB 159 172 75 -
CMYK 0.08 0 0.56 0.33
HSL 68.04º 0.39% 0.48% -
HSV(B) 68.04º 0.56% 0.67% -
XYZ 30.32 37.38 12.27 -
YUV 157.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 159 172 75 0.08 0 0.56 0.33 68.04 0.39 0.48
Hex 9F AC 4B 8 0 38 21 44 27 30
Octal 237 254 113 10 0 70 41 104 47 60
Binary 10011111 10101100 1001011 1000 0 111000 100001 1000100 100111 110000

Color Harmonies of #9FAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC4B

Black with #9FAC4B

Text Example


Text Example

White with #9FAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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