#9FA848

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

Shades of Green Smoke #9FA848

Tints of Green Smoke #9FA848

Color information

#9FA848 (or 0x9FA848) is unknown color: approx Green Smoke. HEX triplet: 9F, A8 and 48. RGB value is (159,168,72). Sum of RGB (Red+Green+Blue) = 159+168+72=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA848 is #6057B7. Grayscale: #9A9A9A. Windows color (decimal): -6313912 or 4761759. OLE color: 4761759.

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

Color convert

RGB15916872-
CMYK0.0500.570.34
HSL65.62º40%47.06%-
HSV(B)65.62º57.14%65.88%-
XYZ29.4735.8411.5-
YUV154.3681.52131.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=39.85%
G=42.11%
B=18.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159168720.0500.570.3465.624047.06
Hex9FA84850392242282f
Octal2372501105071421025057
Binary1001111110101000100100010101110011000101000010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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