#9FA16A

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

Shades of Green Smoke #9FA16A

Tints of Green Smoke #9FA16A

Color information

#9FA16A (or 0x9FA16A) is unknown color: approx Green Smoke. HEX triplet: 9F, A1 and 6A. RGB value is (159,161,106). Sum of RGB (Red+Green+Blue) = 159+161+106=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA16A is #605E95. Grayscale: #9A9A9A. Windows color (decimal): -6315670 or 6988191. OLE color: 6988191.

HSL color Cylindrical-coordinate representation of color #9FA16A: hue angle of 62.18º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FA16A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB159161106-
CMYK0.0100.340.37
HSL62.18º22.63%52.35%-
HSV(B)62.18º34.16%63.14%-
XYZ29.6433.918.62-
YUV154.13100.84131.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=37.32%
G=37.79%
B=24.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611060.0100.340.3762.1822.6352.35
Hex9FA16A1022253e1734
Octal237241152104245762764
Binary100111111010000111010101010001010010111111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,106); }

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

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

 a { background-color: rgb(159,161,106); }

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

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

 span { border-color: rgb(159,161,106); }

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