Shades of Madang #AFDA9A
Tints of Madang #AFDA9A
RGB
CMYK
RGB Variations
Color information
#AFDA9A (or 0xAFDA9A) is known color: Madang. HEX triplet: AF, DA and 9A. RGB value is (175,218,154). Sum of RGB (Red+Green+Blue) = 175+218+154=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA9A is #502565. Grayscale: #C6C6C6. Windows color (decimal): -5252454 or 10148527. OLE color: 10148527.
HSL color Cylindrical-coordinate representation of color #AFDA9A: hue angle of 100.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDA9A is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 154 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.15 |
| HSL | 100.31º | 0.46% | 0.73% | - |
| HSV(B) | 100.31º | 0.29% | 0.85% | - |
| XYZ | 48.58 | 61.59 | 39.9 | - |
| YUV | 197.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 154 | 0.20 | 0 | 0.29 | 0.15 | 100.31 | 0.46 | 0.73 |
| Hex | AF | DA | 9A | 14 | 0 | 1D | F | 64 | 2E | 49 |
| Octal | 257 | 332 | 232 | 24 | 0 | 35 | 17 | 144 | 56 | 111 |
| Binary | 10101111 | 11011010 | 10011010 | 10100 | 0 | 11101 | 1111 | 1100100 | 101110 | 1001001 |
Color Harmonies of #AFDA9A
Complementary color
Monochromatic Colors of #AFDA9A
Black with #AFDA9A
Text Example
Text Example
White with #AFDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA9A; }
p { color: rgb(175,218,154); }
H1.HeaderClassName
{
color: #AFDA9A;
}
.AnyTagClassName
{
color: #AFDA9A;
}
</style>
background-color css
<style>
a { background-color: #AFDA9A; }
a { background-color: rgb(175,218,154); }
div.DivClassName
{
background-color: #AFDA9A;
}
.BgClassName
{
background-color: #AFDA9A;
}
</style>
border-color css
<style>
span { border-color: #AFDA9A; }
span { border-color: rgb(175,218,154); }
td.TdClassName
{
border-color: #AFDA9A;
}
.TagClassName
{
border-color: #AFDA9A;
}
</style>