#AFAC7C

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

Shades of Neutral Green #AFAC7C

Tints of Neutral Green #AFAC7C

Color information

#AFAC7C (or 0xAFAC7C) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 7C. RGB value is (175,172,124). Sum of RGB (Red+Green+Blue) = 175+172+124=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC7C is #505383. Grayscale: #A7A7A7. Windows color (decimal): -5264260 or 8170671. OLE color: 8170671.

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

Color convert

RGB175172124-
CMYK00.020.290.31
HSL56.47º24.17%58.63%-
HSV(B)56.47º29.14%68.63%-
XYZ36.0740.0724.9-
YUV167.42103.49133.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=37.15%
G=36.52%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517212400.020.290.3156.4724.1758.63
HexAFAC7C021D1F38183b
Octal257254174023537703073
Binary10101111101011001111100010111011111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC7C; }

 p { color: rgb(175,172,124); }

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

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

 a { background-color: rgb(175,172,124); }

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

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

 span { border-color: rgb(175,172,124); }

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