Shades of Madang #AFEFA0
Tints of Madang #AFEFA0
RGB
CMYK
RGB Variations
Color information
#AFEFA0 (or 0xAFEFA0) is known color: Madang. HEX triplet: AF, EF and A0. RGB value is (175,239,160). Sum of RGB (Red+Green+Blue) = 175+239+160=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFA0 is #50105F. Grayscale: #D3D3D3. Windows color (decimal): -5247072 or 10547119. OLE color: 10547119.
HSL color Cylindrical-coordinate representation of color #AFEFA0: hue angle of 108.61º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFEFA0 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 160 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.06 |
| HSL | 108.61º | 0.71% | 0.78% | - |
| HSV(B) | 108.61º | 0.33% | 0.94% | - |
| XYZ | 54.89 | 73.39 | 44.53 | - |
| YUV | 210.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 160 | 0.27 | 0 | 0.33 | 0.06 | 108.61 | 0.71 | 0.78 |
| Hex | AF | EF | A0 | 1B | 0 | 21 | 6 | 6D | 47 | 4E |
| Octal | 257 | 357 | 240 | 33 | 0 | 41 | 6 | 155 | 107 | 116 |
| Binary | 10101111 | 11101111 | 10100000 | 11011 | 0 | 100001 | 110 | 1101101 | 1000111 | 1001110 |
Color Harmonies of #AFEFA0
Complementary color
Monochromatic Colors of #AFEFA0
Black with #AFEFA0
Text Example
Text Example
White with #AFEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFA0; }
p { color: rgb(175,239,160); }
H1.HeaderClassName
{
color: #AFEFA0;
}
.AnyTagClassName
{
color: #AFEFA0;
}
</style>
background-color css
<style>
a { background-color: #AFEFA0; }
a { background-color: rgb(175,239,160); }
div.DivClassName
{
background-color: #AFEFA0;
}
.BgClassName
{
background-color: #AFEFA0;
}
</style>
border-color css
<style>
span { border-color: #AFEFA0; }
span { border-color: rgb(175,239,160); }
td.TdClassName
{
border-color: #AFEFA0;
}
.TagClassName
{
border-color: #AFEFA0;
}
</style>