#AFAB72

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

Shades of Neutral Green #AFAB72

Tints of Neutral Green #AFAB72

Color information

#AFAB72 (or 0xAFAB72) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 72. RGB value is (175,171,114). Sum of RGB (Red+Green+Blue) = 175+171+114=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB72 is #50548D. Grayscale: #A5A5A5. Windows color (decimal): -5264526 or 7515055. OLE color: 7515055.

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

Color convert

RGB175171114-
CMYK00.020.350.31
HSL56.07º27.6%56.67%-
HSV(B)56.07º34.86%68.63%-
XYZ35.2839.4521.68-
YUV165.798.83134.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=38.04%
G=37.17%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111400.020.350.3156.0727.656.67
HexAFAB7202231F381c39
Octal257253162024337703471
Binary101011111010101111100100101000111111111100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB72; }

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

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

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

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

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

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

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

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