#9FAE64

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

Shades of Green Smoke #9FAE64

Tints of Green Smoke #9FAE64

Color information

#9FAE64 (or 0x9FAE64) is unknown color: approx Green Smoke. HEX triplet: 9F, AE and 64. RGB value is (159,174,100). Sum of RGB (Red+Green+Blue) = 159+174+100=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE64 is #60519B. Grayscale: #A1A1A1. Windows color (decimal): -6312348 or 6598303. OLE color: 6598303.

HSL color Cylindrical-coordinate representation of color #9FAE64: hue angle of 72.16º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FAE64 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB159174100-
CMYK0.0900.430.32
HSL72.16º31.36%53.73%-
HSV(B)72.16º42.53%68.24%-
XYZ31.7338.5617.83-
YUV161.0893.53126.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=36.72%
G=40.18%
B=23.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591741000.0900.430.3272.1631.3653.73
Hex9FAE64902B20481f36
Octal23725614411053401103766
Binary1001111110101110110010010010101011100000100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,100); }

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

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

 a { background-color: rgb(159,174,100); }

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

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

 span { border-color: rgb(159,174,100); }

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