#9FA45E

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

Shades of Green Smoke #9FA45E

Tints of Green Smoke #9FA45E

Color information

#9FA45E (or 0x9FA45E) is unknown color: approx Green Smoke. HEX triplet: 9F, A4 and 5E. RGB value is (159,164,94). Sum of RGB (Red+Green+Blue) = 159+164+94=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA45E is #605BA1. Grayscale: #9A9A9A. Windows color (decimal): -6314914 or 6202527. OLE color: 6202527.

HSL color Cylindrical-coordinate representation of color #9FA45E: hue angle of 64.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FA45E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB15916494-
CMYK0.0300.430.36
HSL64.29º27.78%50.59%-
HSV(B)64.29º42.68%64.31%-
XYZ29.5934.7315.73-
YUV154.5293.84131.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=38.13%
G=39.33%
B=22.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164940.0300.430.3664.2927.7850.59
Hex9FA45E302B24401c33
Octal2372441363053441003463
Binary10011111101001001011110110101011100100100000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,94); }

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

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

 a { background-color: rgb(159,164,94); }

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

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

 span { border-color: rgb(159,164,94); }

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