#AFE8AC

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

Shades of Moss Green #AFE8AC

Tints of Moss Green #AFE8AC

Color information

#AFE8AC (or 0xAFE8AC) is unknown color: approx Moss Green. HEX triplet: AF, E8 and AC. RGB value is (175,232,172). Sum of RGB (Red+Green+Blue) = 175+232+172=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE8AC is #501753. Grayscale: #D0D0D0. Windows color (decimal): -5248852 or 11331759. OLE color: 11331759.

HSL color Cylindrical-coordinate representation of color #AFE8AC: hue angle of 117º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE8AC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB175232172-
CMYK0.2500.260.09
HSL117º56.6%79.22%-
HSV(B)117º25.86%90.98%-
XYZ53.9869.8149.66-
YUV208.12107.62104.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=30.22%
G=40.07%
B=29.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321720.2500.260.0911756.679.22
HexAFE8AC1901A975394f
Octal257350254310321116571117
Binary10101111111010001010110011001011010100111101011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8AC; }

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

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

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

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

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

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

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

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