#AFAD7E

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

Shades of Neutral Green #AFAD7E

Tints of Neutral Green #AFAD7E

Color information

#AFAD7E (or 0xAFAD7E) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 7E. RGB value is (175,173,126). Sum of RGB (Red+Green+Blue) = 175+173+126=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD7E is #505281. Grayscale: #A8A8A8. Windows color (decimal): -5264002 or 8301999. OLE color: 8301999.

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

Color convert

RGB175173126-
CMYK00.010.280.31
HSL57.55º23.44%59.02%-
HSV(B)57.55º28%68.63%-
XYZ36.3940.5125.64-
YUV168.24104.16132.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=36.92%
G=36.50%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517312600.010.280.3157.5523.4459.02
HexAFAD7E011C1F3a173b
Octal257255176013437722773
Binary1010111110101101111111001111001111111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD7E; }

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

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

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

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

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

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

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

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