#99AF5F

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

Shades of Green Smoke #99AF5F

Tints of Green Smoke #99AF5F

Color information

#99AF5F (or 0x99AF5F) is unknown color: approx Green Smoke. HEX triplet: 99, AF and 5F. RGB value is (153,175,95). Sum of RGB (Red+Green+Blue) = 153+175+95=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF5F is #6650A0. Grayscale: #9F9F9F. Windows color (decimal): -6705313 or 6270873. OLE color: 6270873.

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

Color convert

RGB15317595-
CMYK0.1300.460.31
HSL76.5º33.33%52.94%-
HSV(B)76.5º45.71%68.63%-
XYZ30.5338.2616.6-
YUV159.391.71123.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=36.17%
G=41.37%
B=22.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175950.1300.460.3176.533.3352.94
Hex99AF5FD02E1F4c2135
Octal23125713715056371144165
Binary1001100110101111101111111010101110111111001100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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