#9FB85E

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

Shades of Green Smoke #9FB85E

Tints of Green Smoke #9FB85E

Color information

#9FB85E (or 0x9FB85E) is unknown color: approx Green Smoke. HEX triplet: 9F, B8 and 5E. RGB value is (159,184,94). Sum of RGB (Red+Green+Blue) = 159+184+94=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB85E is #6047A1. Grayscale: #A6A6A6. Windows color (decimal): -6309794 or 6207647. OLE color: 6207647.

HSL color Cylindrical-coordinate representation of color #9FB85E: hue angle of 76.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FB85E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB15918494-
CMYK0.1400.490.28
HSL76.67º38.79%54.51%-
HSV(B)76.67º48.91%72.16%-
XYZ33.4642.4617.02-
YUV166.2687.22122.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=36.38%
G=42.11%
B=21.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159184940.1400.490.2876.6738.7954.51
Hex9FB85EE0311C4d2737
Octal23727013616061341154767
Binary1001111110111000101111011100110001111001001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,94); }

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

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

 a { background-color: rgb(159,184,94); }

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

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

 span { border-color: rgb(159,184,94); }

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