#9FB65A

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

Shades of Green Smoke #9FB65A

Tints of Green Smoke #9FB65A

Color information

#9FB65A (or 0x9FB65A) is unknown color: approx Green Smoke. HEX triplet: 9F, B6 and 5A. RGB value is (159,182,90). Sum of RGB (Red+Green+Blue) = 159+182+90=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB65A is #6049A5. Grayscale: #A4A4A4. Windows color (decimal): -6310310 or 5944991. OLE color: 5944991.

HSL color Cylindrical-coordinate representation of color #9FB65A: hue angle of 75º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FB65A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB15918290-
CMYK0.1300.510.29
HSL75º38.66%53.33%-
HSV(B)75º50.55%71.37%-
XYZ32.8741.5715.96-
YUV164.6485.88123.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=36.89%
G=42.23%
B=20.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159182900.1300.510.297538.6653.33
Hex9FB65AD0331D4b2735
Octal23726613215063351134765
Binary1001111110110110101101011010110011111011001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,90); }

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

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

 a { background-color: rgb(159,182,90); }

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

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

 span { border-color: rgb(159,182,90); }

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