#AFEFAC

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

Shades of Moss Green #AFEFAC

Tints of Moss Green #AFEFAC

Color information

#AFEFAC (or 0xAFEFAC) is unknown color: approx Moss Green. HEX triplet: AF, EF and AC. RGB value is (175,239,172). Sum of RGB (Red+Green+Blue) = 175+239+172=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFAC is #501053. Grayscale: #D4D4D4. Windows color (decimal): -5247060 or 11333551. OLE color: 11333551.

HSL color Cylindrical-coordinate representation of color #AFEFAC: hue angle of 117.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEFAC is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB175239172-
CMYK0.2700.280.06
HSL117.31º67.68%80.59%-
HSV(B)117.31º28.03%93.73%-
XYZ55.9973.8350.33-
YUV212.23105.3101.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=29.86%
G=40.78%
B=29.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391720.2700.280.06117.3167.6880.59
HexAFEFAC1B01C6754451
Octal257357254330346165104121
Binary10101111111011111010110011011011100110111010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFAC; }

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

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

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

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

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

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

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

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