Shades of Madang #AFEC9B
Tints of Madang #AFEC9B
RGB
CMYK
RGB Variations
Color information
#AFEC9B (or 0xAFEC9B) is known color: Madang. HEX triplet: AF, EC and 9B. RGB value is (175,236,155). Sum of RGB (Red+Green+Blue) = 175+236+155=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC9B is #501364. Grayscale: #D0D0D0. Windows color (decimal): -5247845 or 10218671. OLE color: 10218671.
HSL color Cylindrical-coordinate representation of color #AFEC9B: hue angle of 105.19º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFEC9B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 155 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.07 |
| HSL | 105.19º | 0.68% | 0.77% | - |
| HSV(B) | 105.19º | 0.34% | 0.93% | - |
| XYZ | 53.59 | 71.47 | 41.98 | - |
| YUV | 208.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 155 | 0.26 | 0 | 0.34 | 0.07 | 105.19 | 0.68 | 0.77 |
| Hex | AF | EC | 9B | 1A | 0 | 22 | 7 | 69 | 44 | 4D |
| Octal | 257 | 354 | 233 | 32 | 0 | 42 | 7 | 151 | 104 | 115 |
| Binary | 10101111 | 11101100 | 10011011 | 11010 | 0 | 100010 | 111 | 1101001 | 1000100 | 1001101 |
Color Harmonies of #AFEC9B
Complementary color
Monochromatic Colors of #AFEC9B
Black with #AFEC9B
Text Example
Text Example
White with #AFEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC9B; }
p { color: rgb(175,236,155); }
H1.HeaderClassName
{
color: #AFEC9B;
}
.AnyTagClassName
{
color: #AFEC9B;
}
</style>
background-color css
<style>
a { background-color: #AFEC9B; }
a { background-color: rgb(175,236,155); }
div.DivClassName
{
background-color: #AFEC9B;
}
.BgClassName
{
background-color: #AFEC9B;
}
</style>
border-color css
<style>
span { border-color: #AFEC9B; }
span { border-color: rgb(175,236,155); }
td.TdClassName
{
border-color: #AFEC9B;
}
.TagClassName
{
border-color: #AFEC9B;
}
</style>