#AFAB7D

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

Shades of Neutral Green #AFAB7D

Tints of Neutral Green #AFAB7D

Color information

#AFAB7D (or 0xAFAB7D) is unknown color: approx Neutral Green. HEX triplet: AF, AB and 7D. RGB value is (175,171,125). Sum of RGB (Red+Green+Blue) = 175+171+125=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB7D is #505482. Grayscale: #A7A7A7. Windows color (decimal): -5264515 or 8235951. OLE color: 8235951.

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

Color convert

RGB175171125-
CMYK00.020.290.31
HSL55.2º23.81%58.82%-
HSV(B)55.2º28.57%68.63%-
XYZ35.9439.7225.17-
YUV166.95104.33133.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=37.15%
G=36.31%
B=26.54%

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
Decimal17517112500.020.290.3155.223.8158.82
HexAFAB7D021D1F37183b
Octal257253175023537673073
Binary10101111101010111111101010111011111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB7D; }

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

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

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

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

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

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

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

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