#99AF5D

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

Shades of Green Smoke #99AF5D

Tints of Green Smoke #99AF5D

Color information

#99AF5D (or 0x99AF5D) is unknown color: approx Green Smoke. HEX triplet: 99, AF and 5D. RGB value is (153,175,93). Sum of RGB (Red+Green+Blue) = 153+175+93=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF5D is #6650A2. Grayscale: #9F9F9F. Windows color (decimal): -6705315 or 6139801. OLE color: 6139801.

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

Color convert

RGB15317593-
CMYK0.1300.470.31
HSL76.1º33.88%52.55%-
HSV(B)76.1º46.86%68.63%-
XYZ30.4438.2216.13-
YUV159.0790.71123.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=36.34%
G=41.57%
B=22.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175930.1300.470.3176.133.8852.55
Hex99AF5DD02F1F4c2235
Octal23125713515057371144265
Binary1001100110101111101110111010101111111111001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AF5D; }

 p { color: rgb(153,175,93); }

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

<style>
 a { background-color: #99AF5D; }

 a { background-color: rgb(153,175,93); }

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

<style>
 span { border-color: #99AF5D; }

 span { border-color: rgb(153,175,93); }

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