#9FA26C

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

Shades of Green Smoke #9FA26C

Tints of Green Smoke #9FA26C

Color information

#9FA26C (or 0x9FA26C) is unknown color: approx Green Smoke. HEX triplet: 9F, A2 and 6C. RGB value is (159,162,108). Sum of RGB (Red+Green+Blue) = 159+162+108=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA26C is #605D93. Grayscale: #9B9B9B. Windows color (decimal): -6315412 or 7119519. OLE color: 7119519.

HSL color Cylindrical-coordinate representation of color #9FA26C: hue angle of 63.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA26C is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB159162108-
CMYK0.0200.330.36
HSL63.33º22.5%52.94%-
HSV(B)63.33º33.33%63.53%-
XYZ29.9334.2919.23-
YUV154.95101.51130.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=37.06%
G=37.76%
B=25.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621080.0200.330.3663.3322.552.94
Hex9FA26C2021243f1735
Octal237242154204144772765
Binary1001111110100010110110010010000110010011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,108); }

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

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

 a { background-color: rgb(159,162,108); }

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

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

 span { border-color: rgb(159,162,108); }

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