#9FB15F

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

Shades of Green Smoke #9FB15F

Tints of Green Smoke #9FB15F

Color information

#9FB15F (or 0x9FB15F) is unknown color: approx Green Smoke. HEX triplet: 9F, B1 and 5F. RGB value is (159,177,95). Sum of RGB (Red+Green+Blue) = 159+177+95=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB15F is #604EA0. Grayscale: #A2A2A2. Windows color (decimal): -6311585 or 6271391. OLE color: 6271391.

HSL color Cylindrical-coordinate representation of color #9FB15F: hue angle of 73.17º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FB15F is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB15917795-
CMYK0.1000.460.31
HSL73.17º34.45%53.33%-
HSV(B)73.17º46.33%69.41%-
XYZ32.0939.6416.79-
YUV162.2790.04125.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=36.89%
G=41.07%
B=22.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177950.1000.460.3173.1734.4553.33
Hex9FB15FA02E1F492235
Octal23726113712056371114265
Binary1001111110110001101111110100101110111111001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,95); }

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

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

 a { background-color: rgb(159,177,95); }

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

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

 span { border-color: rgb(159,177,95); }

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