#AFAD7F

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

Shades of Neutral Green #AFAD7F

Tints of Neutral Green #AFAD7F

Color information

#AFAD7F (or 0xAFAD7F) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 7F. RGB value is (175,173,127). Sum of RGB (Red+Green+Blue) = 175+173+127=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD7F is #505280. Grayscale: #A8A8A8. Windows color (decimal): -5264001 or 8367535. OLE color: 8367535.

HSL color Cylindrical-coordinate representation of color #AFAD7F: hue angle of 57.5º 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 #AFAD7F is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175173127-
CMYK00.010.270.31
HSL57.5º23.08%59.22%-
HSV(B)57.5º27.43%68.63%-
XYZ36.4540.5325.98-
YUV168.35104.66132.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 127 (50% from 255) = 26.74%
R=36.84%
G=36.42%
B=26.74%

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
Decimal17517312700.010.270.3157.523.0859.22
HexAFAD7F011B1F3a173b
Octal257255177013337722773
Binary1010111110101101111111101110111111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD7F; }

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

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

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

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

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

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

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

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