#9FA85D

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

Shades of Green Smoke #9FA85D

Tints of Green Smoke #9FA85D

Color information

#9FA85D (or 0x9FA85D) is unknown color: approx Green Smoke. HEX triplet: 9F, A8 and 5D. RGB value is (159,168,93). Sum of RGB (Red+Green+Blue) = 159+168+93=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA85D is #6057A2. Grayscale: #9D9D9D. Windows color (decimal): -6313891 or 6138015. OLE color: 6138015.

HSL color Cylindrical-coordinate representation of color #9FA85D: hue angle of 67.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FA85D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB15916893-
CMYK0.0500.450.34
HSL67.2º30.12%51.18%-
HSV(B)67.2º44.64%65.88%-
XYZ30.2836.1715.74-
YUV156.7692.02129.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=37.86%
G=40%
B=22.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159168930.0500.450.3467.230.1251.18
Hex9FA85D502D22431e33
Octal2372501355055421033663
Binary100111111010100010111011010101101100010100001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,93); }

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

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

 a { background-color: rgb(159,168,93); }

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

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

 span { border-color: rgb(159,168,93); }

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