#9FAC50

Color #9FAC50 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9FAC50

Tints of Green Smoke #9FAC50

Color information

#9FAC50 (or 0x9FAC50) is unknown color: approx Green Smoke. HEX triplet: 9F, AC and 50. RGB value is (159,172,80). Sum of RGB (Red+Green+Blue) = 159+172+80=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC50 is #6053AF. Grayscale: #9D9D9D. Windows color (decimal): -6312880 or 5287071. OLE color: 5287071.

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

Color convert

RGB15917280-
CMYK0.0800.530.33
HSL68.48º36.51%49.41%-
HSV(B)68.48º53.49%67.45%-
XYZ30.537.4613.21-
YUV157.6284.19128.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=38.69%
G=41.85%
B=19.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172800.0800.530.3368.4836.5149.41
Hex9FAC50803521442531
Octal23725412010065411044561
Binary10011111101011001010000100001101011000011000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAC50;
 }
 .AnyTagClassName
 {
   color: #9FAC50;
 }
</style>
background-color css

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

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

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

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

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

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