#AFE3AC

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

Shades of Moss Green #AFE3AC

Tints of Moss Green #AFE3AC

Color information

#AFE3AC (or 0xAFE3AC) is unknown color: approx Moss Green. HEX triplet: AF, E3 and AC. RGB value is (175,227,172). Sum of RGB (Red+Green+Blue) = 175+227+172=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3AC is #501C53. Grayscale: #CDCDCD. Windows color (decimal): -5250132 or 11330479. OLE color: 11330479.

HSL color Cylindrical-coordinate representation of color #AFE3AC: hue angle of 116.73º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE3AC is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB175227172-
CMYK0.2300.240.11
HSL116.73º49.55%78.24%-
HSV(B)116.73º24.23%89.02%-
XYZ52.5967.0349.2-
YUV205.18109.27106.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 227 (89.06% from 255) = 39.55%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=30.49%
G=39.55%
B=29.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271720.2300.240.11116.7349.5578.24
HexAFE3AC17018B75324e
Octal257343254270301316562116
Binary10101111111000111010110010111011000101111101011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3AC; }

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

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

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

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

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

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

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

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