#AFAC75

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

Shades of Neutral Green #AFAC75

Tints of Neutral Green #AFAC75

Color information

#AFAC75 (or 0xAFAC75) is unknown color: approx Neutral Green. HEX triplet: AF, AC and 75. RGB value is (175,172,117). Sum of RGB (Red+Green+Blue) = 175+172+117=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC75 is #50538A. Grayscale: #A6A6A6. Windows color (decimal): -5264267 or 7711919. OLE color: 7711919.

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

Color convert

RGB175172117-
CMYK00.020.330.31
HSL56.9º26.61%57.25%-
HSV(B)56.9º33.14%68.63%-
XYZ35.6439.922.65-
YUV166.6399.99133.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=37.72%
G=37.07%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517211700.020.330.3156.926.6157.25
HexAFAC7502211F391b39
Octal257254165024137713371
Binary101011111010110011101010101000011111111100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC75; }

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

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

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

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

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

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

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

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