#AFE1AC

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

Shades of Moss Green #AFE1AC

Tints of Moss Green #AFE1AC

Color information

#AFE1AC (or 0xAFE1AC) is unknown color: approx Moss Green. HEX triplet: AF, E1 and AC. RGB value is (175,225,172). Sum of RGB (Red+Green+Blue) = 175+225+172=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE1AC is #501E53. Grayscale: #CCCCCC. Windows color (decimal): -5250644 or 11329967. OLE color: 11329967.

HSL color Cylindrical-coordinate representation of color #AFE1AC: hue angle of 116.6º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE1AC is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB175225172-
CMYK0.2200.240.12
HSL116.6º46.9%77.84%-
HSV(B)116.6º23.56%88.24%-
XYZ52.0565.9449.01-
YUV204.01109.94107.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=30.59%
G=39.34%
B=30.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251720.2200.240.12116.646.977.84
HexAFE1AC16018C752f4e
Octal257341254260301416557116
Binary10101111111000011010110010110011000110011101011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1AC; }

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

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

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

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

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

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

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

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