Shades of Madang #AFDD9A
Tints of Madang #AFDD9A
RGB
CMYK
RGB Variations
Color information
#AFDD9A (or 0xAFDD9A) is known color: Madang. HEX triplet: AF, DD and 9A. RGB value is (175,221,154). Sum of RGB (Red+Green+Blue) = 175+221+154=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD9A is #502265. Grayscale: #C7C7C7. Windows color (decimal): -5251686 or 10149295. OLE color: 10149295.
HSL color Cylindrical-coordinate representation of color #AFDD9A: hue angle of 101.19º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDD9A is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 154 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.13 |
| HSL | 101.19º | 0.5% | 0.74% | - |
| HSV(B) | 101.19º | 0.3% | 0.87% | - |
| XYZ | 49.37 | 63.16 | 40.16 | - |
| YUV | 199.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 154 | 0.21 | 0 | 0.30 | 0.13 | 101.19 | 0.5 | 0.74 |
| Hex | AF | DD | 9A | 15 | 0 | 1E | D | 65 | 32 | 4A |
| Octal | 257 | 335 | 232 | 25 | 0 | 36 | 15 | 145 | 62 | 112 |
| Binary | 10101111 | 11011101 | 10011010 | 10101 | 0 | 11110 | 1101 | 1100101 | 110010 | 1001010 |
Color Harmonies of #AFDD9A
Complementary color
Monochromatic Colors of #AFDD9A
Black with #AFDD9A
Text Example
Text Example
White with #AFDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD9A; }
p { color: rgb(175,221,154); }
H1.HeaderClassName
{
color: #AFDD9A;
}
.AnyTagClassName
{
color: #AFDD9A;
}
</style>
background-color css
<style>
a { background-color: #AFDD9A; }
a { background-color: rgb(175,221,154); }
div.DivClassName
{
background-color: #AFDD9A;
}
.BgClassName
{
background-color: #AFDD9A;
}
</style>
border-color css
<style>
span { border-color: #AFDD9A; }
span { border-color: rgb(175,221,154); }
td.TdClassName
{
border-color: #AFDD9A;
}
.TagClassName
{
border-color: #AFDD9A;
}
</style>