#AFAD82

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

Shades of Neutral Green #AFAD82

Tints of Neutral Green #AFAD82

Color information

#AFAD82 (or 0xAFAD82) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 82. RGB value is (175,173,130). Sum of RGB (Red+Green+Blue) = 175+173+130=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD82 is #50527D. Grayscale: #A8A8A8. Windows color (decimal): -5263998 or 8564143. OLE color: 8564143.

HSL color Cylindrical-coordinate representation of color #AFAD82: hue angle of 57.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAD82 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175173130-
CMYK00.010.260.31
HSL57.33º21.95%59.8%-
HSV(B)57.33º25.71%68.63%-
XYZ36.6540.6127.03-
YUV168.7106.16132.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=36.61%
G=36.19%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517313000.010.260.3157.3321.9559.8
HexAFAD82011A1F39163c
Octal257255202013237712674
Binary10101111101011011000001001110101111111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD82; }

 p { color: rgb(175,173,130); }

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

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

 a { background-color: rgb(175,173,130); }

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

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

 span { border-color: rgb(175,173,130); }

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