#AFF1AC

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

Shades of Moss Green #AFF1AC

Tints of Moss Green #AFF1AC

Color information

#AFF1AC (or 0xAFF1AC) is unknown color: approx Moss Green. HEX triplet: AF, F1 and AC. RGB value is (175,241,172). Sum of RGB (Red+Green+Blue) = 175+241+172=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1AC is #500E53. Grayscale: #D5D5D5. Windows color (decimal): -5246548 or 11334063. OLE color: 11334063.

HSL color Cylindrical-coordinate representation of color #AFF1AC: hue angle of 117.39º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF1AC is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB175241172-
CMYK0.2700.290.05
HSL117.39º71.13%80.98%-
HSV(B)117.39º28.63%94.51%-
XYZ56.587550.52-
YUV213.4104.63100.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=29.76%
G=40.99%
B=29.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411720.2700.290.05117.3971.1380.98
HexAFF1AC1B01D5754751
Octal257361254330355165107121
Binary10101111111100011010110011011011101101111010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1AC; }

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

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

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

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

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

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

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

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