#AFE9AC

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

Shades of Moss Green #AFE9AC

Tints of Moss Green #AFE9AC

Color information

#AFE9AC (or 0xAFE9AC) is unknown color: approx Moss Green. HEX triplet: AF, E9 and AC. RGB value is (175,233,172). Sum of RGB (Red+Green+Blue) = 175+233+172=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9AC is #501653. Grayscale: #D0D0D0. Windows color (decimal): -5248596 or 11332015. OLE color: 11332015.

HSL color Cylindrical-coordinate representation of color #AFE9AC: hue angle of 117.05º degrees, saturation: 0.58, 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 #AFE9AC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB175233172-
CMYK0.2500.260.09
HSL117.05º58.1%79.41%-
HSV(B)117.05º26.18%91.37%-
XYZ54.2670.3749.75-
YUV208.7107.28103.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=30.17%
G=40.17%
B=29.66%

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
Decimal1752331720.2500.260.09117.0558.179.41
HexAFE9AC1901A9753a4f
Octal257351254310321116572117
Binary10101111111010011010110011001011010100111101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9AC; }

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

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

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

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

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

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

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

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