#9FA258

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

Shades of Green Smoke #9FA258

Tints of Green Smoke #9FA258

Color information

#9FA258 (or 0x9FA258) is unknown color: approx Green Smoke. HEX triplet: 9F, A2 and 58. RGB value is (159,162,88). Sum of RGB (Red+Green+Blue) = 159+162+88=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA258 is #605DA7. Grayscale: #989898. Windows color (decimal): -6315432 or 5808799. OLE color: 5808799.

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

Color convert

RGB15916288-
CMYK0.0200.460.36
HSL62.43º29.6%49.02%-
HSV(B)62.43º45.68%63.53%-
XYZ28.9833.9214.25-
YUV152.6791.51132.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=38.88%
G=39.61%
B=21.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162880.0200.460.3662.4329.649.02
Hex9FA258202E243e1e31
Octal237242130205644763661
Binary1001111110100010101100010010111010010011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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