#AFAD80

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

Shades of Neutral Green #AFAD80

Tints of Neutral Green #AFAD80

Color information

#AFAD80 (or 0xAFAD80) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 80. RGB value is (175,173,128). Sum of RGB (Red+Green+Blue) = 175+173+128=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD80 is #50527F. Grayscale: #A8A8A8. Windows color (decimal): -5264000 or 8433071. OLE color: 8433071.

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

Color convert

RGB175173128-
CMYK00.010.270.31
HSL57.45º22.71%59.41%-
HSV(B)57.45º26.86%68.63%-
XYZ36.5240.5626.33-
YUV168.47105.16132.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=36.76%
G=36.34%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517312800.010.270.3157.4522.7159.41
HexAFAD80011B1F39173b
Octal257255200013337712773
Binary10101111101011011000000001110111111111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD80; }

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

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

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

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

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

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

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

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