#AFF0AC

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

Shades of Moss Green #AFF0AC

Tints of Moss Green #AFF0AC

Color information

#AFF0AC (or 0xAFF0AC) is unknown color: approx Moss Green. HEX triplet: AF, F0 and AC. RGB value is (175,240,172). Sum of RGB (Red+Green+Blue) = 175+240+172=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF0AC is #500F53. Grayscale: #D5D5D5. Windows color (decimal): -5246804 or 11333807. OLE color: 11333807.

HSL color Cylindrical-coordinate representation of color #AFF0AC: hue angle of 117.35º degrees, saturation: 0.69, 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 #AFF0AC is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB175240172-
CMYK0.2700.280.06
HSL117.35º69.39%80.78%-
HSV(B)117.35º28.33%94.12%-
XYZ56.2974.4150.43-
YUV212.81104.97101.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=29.81%
G=40.89%
B=29.30%

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
Decimal1752401720.2700.280.06117.3569.3980.78
HexAFF0AC1B01C6754551
Octal257360254330346165105121
Binary10101111111100001010110011011011100110111010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0AC; }

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

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

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

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

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

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

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

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