#9FB16A

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

Shades of Green Smoke #9FB16A

Tints of Green Smoke #9FB16A

Color information

#9FB16A (or 0x9FB16A) is unknown color: approx Green Smoke. HEX triplet: 9F, B1 and 6A. RGB value is (159,177,106). Sum of RGB (Red+Green+Blue) = 159+177+106=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB16A is #604E95. Grayscale: #A3A3A3. Windows color (decimal): -6311574 or 6992287. OLE color: 6992287.

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

Color convert

RGB159177106-
CMYK0.1000.400.31
HSL75.21º31.28%55.49%-
HSV(B)75.21º40.11%69.41%-
XYZ32.6239.8619.61-
YUV163.5295.54124.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=35.97%
G=40.05%
B=23.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771060.1000.400.3175.2131.2855.49
Hex9FB16AA0281F4b1f37
Octal23726115212050371133767
Binary100111111011000111010101010010100011111100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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