#AFDAB1

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

Shades of Moss Green #AFDAB1

Tints of Moss Green #AFDAB1

Color information

#AFDAB1 (or 0xAFDAB1) is unknown color: approx Moss Green. HEX triplet: AF, DA and B1. RGB value is (175,218,177). Sum of RGB (Red+Green+Blue) = 175+218+177=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDAB1 is #50254E. Grayscale: #C8C8C8. Windows color (decimal): -5252431 or 11655855. OLE color: 11655855.

HSL color Cylindrical-coordinate representation of color #AFDAB1: hue angle of 122.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB175218177-
CMYK0.2000.190.15
HSL122.79º36.75%77.06%-
HSV(B)122.79º19.72%85.49%-
XYZ50.6962.4350.97-
YUV200.47114.75109.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=30.70%
G=38.25%
B=31.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181770.2000.190.15122.7936.7577.06
HexAFDAB114013F7b254d
Octal257332261240231717345115
Binary10101111110110101011000110100010011111111110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB1; }

 p { color: rgb(175,218,177); }

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

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

 a { background-color: rgb(175,218,177); }

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

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

 span { border-color: rgb(175,218,177); }

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