#AFECAC

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

Shades of Moss Green #AFECAC

Tints of Moss Green #AFECAC

Color information

#AFECAC (or 0xAFECAC) is unknown color: approx Moss Green. HEX triplet: AF, EC and AC. RGB value is (175,236,172). Sum of RGB (Red+Green+Blue) = 175+236+172=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAC is #501353. Grayscale: #D2D2D2. Windows color (decimal): -5247828 or 11332783. OLE color: 11332783.

HSL color Cylindrical-coordinate representation of color #AFECAC: hue angle of 117.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFECAC is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB175236172-
CMYK0.2600.270.07
HSL117.19º62.75%80%-
HSV(B)117.19º27.12%92.55%-
XYZ55.1272.0850.04-
YUV210.46106.29102.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=30.02%
G=40.48%
B=29.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361720.2600.270.07117.1962.7580
HexAFECAC1A01B7753f50
Octal25735425432033716577120
Binary1010111111101100101011001101001101111111101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECAC; }

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

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

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

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

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

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

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

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