Html Css Color HEX #9FAF50 Green Smoke

📋 copy color: '#9FAF50'

red 159 ◦ green 175 ◦ blue 80

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

Shades of Green Smoke #9FAF50

Tints of Green Smoke #9FAF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 38.41%
G = 42.27%
B = 19.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#9FAF50 (or 0x9FAF50) is known color: Green Smoke. HEX triplet: 9F, AF and 50. RGB value is (159,175,80). Sum of RGB (Red+Green+Blue) = 159+175+80=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF50 is #6050AF. Grayscale: #9F9F9F. Windows color (decimal): -6312112 or 5287839. OLE color: 5287839.

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

Color convert

RGB 159 175 80 -
CMYK 0.09 0 0.54 0.31
HSL 70.11º 0.37% 0.5% -
HSV(B) 70.11º 0.54% 0.69% -
XYZ 31.08 38.61 13.4 -
YUV 159.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 159 175 80 0.09 0 0.54 0.31 70.11 0.37 0.5
Hex 9F AF 50 9 0 36 1F 46 25 32
Octal 237 257 120 11 0 66 37 106 45 62
Binary 10011111 10101111 1010000 1001 0 110110 11111 1000110 100101 110010

Color Harmonies of #9FAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF50

Black with #9FAF50

Text Example


Text Example

White with #9FAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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