Shades of Moss Green #AFDDAC
Tints of Moss Green #AFDDAC
RGB
CMYK
RGB Variations
Color information
#AFDDAC (or 0xAFDDAC) is known color: Moss Green. HEX triplet: AF, DD and AC. RGB value is (175,221,172). Sum of RGB (Red+Green+Blue) = 175+221+172=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDAC is #502253. Grayscale: #C9C9C9. Windows color (decimal): -5251668 or 11328943. OLE color: 11328943.
HSL color Cylindrical-coordinate representation of color #AFDDAC: hue angle of 116.33º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDDAC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 221 | 172 | - |
CMYK | 0.21 | 0 | 0.22 | 0.13 |
HSL | 116.33º | 0.42% | 0.77% | - |
HSV(B) | 116.33º | 0.22% | 0.87% | - |
XYZ | 50.98 | 63.81 | 48.66 | - |
YUV | 201.66 | 111.26 | 108.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 221 | 172 | 0.21 | 0 | 0.22 | 0.13 | 116.33 | 0.42 | 0.77 |
Hex | AF | DD | AC | 15 | 0 | 16 | D | 74 | 2A | 4D |
Octal | 257 | 335 | 254 | 25 | 0 | 26 | 15 | 164 | 52 | 115 |
Binary | 10101111 | 11011101 | 10101100 | 10101 | 0 | 10110 | 1101 | 1110100 | 101010 | 1001101 |
Color Harmonies of #AFDDAC
Complementary color
Monochromatic Colors of #AFDDAC
Black with #AFDDAC
Text Example
Text Example
White with #AFDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDAC; }
p { color: rgb(175,221,172); }
H1.HeaderClassName
{
color: #AFDDAC;
}
.AnyTagClassName
{
color: #AFDDAC;
}
</style>
background-color css
<style>
a { background-color: #AFDDAC; }
a { background-color: rgb(175,221,172); }
div.DivClassName
{
background-color: #AFDDAC;
}
.BgClassName
{
background-color: #AFDDAC;
}
</style>
border-color css
<style>
span { border-color: #AFDDAC; }
span { border-color: rgb(175,221,172); }
td.TdClassName
{
border-color: #AFDDAC;
}
.TagClassName
{
border-color: #AFDDAC;
}
</style>