#AFAD83

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

Shades of Neutral Green #AFAD83

Tints of Neutral Green #AFAD83

Color information

#AFAD83 (or 0xAFAD83) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 83. RGB value is (175,173,131). Sum of RGB (Red+Green+Blue) = 175+173+131=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD83 is #50527C. Grayscale: #A8A8A8. Windows color (decimal): -5263997 or 8629679. OLE color: 8629679.

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

Color convert

RGB175173131-
CMYK00.010.250.31
HSL57.27º21.57%60%-
HSV(B)57.27º25.14%68.63%-
XYZ36.7240.6427.38-
YUV168.81106.66132.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=36.53%
G=36.12%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517313100.010.250.3157.2721.5760
HexAFAD8301191F39163c
Octal257255203013137712674
Binary10101111101011011000001101110011111111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD83; }

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

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

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

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

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

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

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

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