#AFE3AB

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

Shades of Moss Green #AFE3AB

Tints of Moss Green #AFE3AB

Color information

#AFE3AB (or 0xAFE3AB) is unknown color: approx Moss Green. HEX triplet: AF, E3 and AB. RGB value is (175,227,171). Sum of RGB (Red+Green+Blue) = 175+227+171=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3AB is #501C54. Grayscale: #CDCDCD. Windows color (decimal): -5250133 or 11264943. OLE color: 11264943.

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

Color convert

RGB175227171-
CMYK0.2300.250.11
HSL115.71º50%78.04%-
HSV(B)115.71º24.67%89.02%-
XYZ52.566.9948.69-
YUV205.07108.77106.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 227 (89.06% from 255) = 39.62%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=30.54%
G=39.62%
B=29.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271710.2300.250.11115.715078.04
HexAFE3AB17019B74324e
Octal257343253270311316462116
Binary10101111111000111010101110111011001101111101001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3AB; }

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

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

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

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

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

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

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

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