#9FAA5C

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

Shades of Green Smoke #9FAA5C

Tints of Green Smoke #9FAA5C

Color information

#9FAA5C (or 0x9FAA5C) is unknown color: approx Green Smoke. HEX triplet: 9F, AA and 5C. RGB value is (159,170,92). Sum of RGB (Red+Green+Blue) = 159+170+92=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA5C is #6055A3. Grayscale: #9E9E9E. Windows color (decimal): -6313380 or 6072991. OLE color: 6072991.

HSL color Cylindrical-coordinate representation of color #9FAA5C: hue angle of 68.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FAA5C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB15917092-
CMYK0.0600.460.33
HSL68.46º31.45%51.37%-
HSV(B)68.46º45.88%66.67%-
XYZ30.636.8915.63-
YUV157.8290.86128.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=37.77%
G=40.38%
B=21.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159170920.0600.460.3368.4631.4551.37
Hex9FAA5C602E21441f33
Octal2372521346056411043763
Binary100111111010101010111001100101110100001100010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,92); }

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

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

 a { background-color: rgb(159,170,92); }

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

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

 span { border-color: rgb(159,170,92); }

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