Html Css Color HEX #9FAF56 Green Smoke

📋 copy color: '#9FAF56'

red 159 ◦ green 175 ◦ blue 86

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

Shades of Green Smoke #9FAF56

Tints of Green Smoke #9FAF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 37.86%
G = 41.67%
B = 20.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#9FAF56 (or 0x9FAF56) is known color: Green Smoke. HEX triplet: 9F, AF and 56. RGB value is (159,175,86). Sum of RGB (Red+Green+Blue) = 159+175+86=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF56 is #6050A9. Grayscale: #A0A0A0. Windows color (decimal): -6312106 or 5681055. OLE color: 5681055.

HSL color Cylindrical-coordinate representation of color #9FAF56: hue angle of 70.79º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FAF56 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 86 -
CMYK 0.09 0 0.51 0.31
HSL 70.79º 0.36% 0.51% -
HSV(B) 70.79º 0.51% 0.69% -
XYZ 31.31 38.7 14.62 -
YUV 160.07 86.2 127.24 -
System Red Green Blue C M Y K H S L
Decimal 159 175 86 0.09 0 0.51 0.31 70.79 0.36 0.51
Hex 9F AF 56 9 0 33 1F 47 24 33
Octal 237 257 126 11 0 63 37 107 44 63
Binary 10011111 10101111 1010110 1001 0 110011 11111 1000111 100100 110011

Color Harmonies of #9FAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF56

Black with #9FAF56

Text Example


Text Example

White with #9FAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,86); }

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

background-color css

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

 a { background-color: rgb(159,175,86); }

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

border-color css

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

 span { border-color: rgb(159,175,86); }

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