#99AF53

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

Shades of Green Smoke #99AF53

Tints of Green Smoke #99AF53

Color information

#99AF53 (or 0x99AF53) is unknown color: approx Green Smoke. HEX triplet: 99, AF and 53. RGB value is (153,175,83). Sum of RGB (Red+Green+Blue) = 153+175+83=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF53 is #6650AC. Grayscale: #9E9E9E. Windows color (decimal): -6705325 or 5484441. OLE color: 5484441.

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

Color convert

RGB15317583-
CMYK0.1300.530.31
HSL74.35º36.51%50.59%-
HSV(B)74.35º52.57%68.63%-
XYZ30.0338.0613.95-
YUV157.9385.71124.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=37.23%
G=42.58%
B=20.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175830.1300.530.3174.3536.5150.59
Hex99AF53D0351F4a2533
Octal23125712315065371124563
Binary1001100110101111101001111010110101111111001010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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