#AFAB7F

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

Shades of Neutral Green #AFAB7F

Tints of Neutral Green #AFAB7F

Color information

#AFAB7F (or 0xAFAB7F) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 7F. RGB value is (175,171,127). Sum of RGB (Red+Green+Blue) = 175+171+127=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB7F is #505480. Grayscale: #A7A7A7. Windows color (decimal): -5264513 or 8367023. OLE color: 8367023.

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

Color convert

RGB175171127-
CMYK00.020.270.31
HSL55º23.08%59.22%-
HSV(B)55º27.43%68.63%-
XYZ36.0739.7725.85-
YUV167.18105.33133.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 127 (50% from 255) = 26.85%
R=37.00%
G=36.15%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517112700.020.270.315523.0859.22
HexAFAB7F021B1F37173b
Octal257253177023337672773
Binary10101111101010111111111010110111111111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB7F; }

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

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

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

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

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

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

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

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