#99AF63

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

Shades of Green Smoke #99AF63

Tints of Green Smoke #99AF63

Color information

#99AF63 (or 0x99AF63) is unknown color: approx Green Smoke. HEX triplet: 99, AF and 63. RGB value is (153,175,99). Sum of RGB (Red+Green+Blue) = 153+175+99=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF63 is #66509C. Grayscale: #A0A0A0. Windows color (decimal): -6705309 or 6533017. OLE color: 6533017.

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

Color convert

RGB15317599-
CMYK0.1300.430.31
HSL77.37º32.2%53.73%-
HSV(B)77.37º43.43%68.63%-
XYZ30.7238.3317.58-
YUV159.7693.71123.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=35.83%
G=40.98%
B=23.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175990.1300.430.3177.3732.253.73
Hex99AF63D02B1F4d2036
Octal23125714315053371154066
Binary1001100110101111110001111010101011111111001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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