#AFE4AB

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

Shades of Moss Green #AFE4AB

Tints of Moss Green #AFE4AB

Color information

#AFE4AB (or 0xAFE4AB) is unknown color: approx Moss Green. HEX triplet: AF, E4 and AB. RGB value is (175,228,171). Sum of RGB (Red+Green+Blue) = 175+228+171=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE4AB is #501B54. Grayscale: #CDCDCD. Windows color (decimal): -5249877 or 11265199. OLE color: 11265199.

HSL color Cylindrical-coordinate representation of color #AFE4AB: hue angle of 115.79º degrees, saturation: 0.51, 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 #AFE4AB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB175228171-
CMYK0.2300.250.11
HSL115.79º51.35%78.24%-
HSV(B)115.79º25%89.41%-
XYZ52.7767.5448.78-
YUV205.65108.44106.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=30.49%
G=39.72%
B=29.79%

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
Decimal1752281710.2300.250.11115.7951.3578.24
HexAFE4AB17019B74334e
Octal257344253270311316463116
Binary10101111111001001010101110111011001101111101001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4AB; }

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

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

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

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

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

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

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

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