Shades of Madang #AFEEA1
Tints of Madang #AFEEA1
RGB
CMYK
RGB Variations
Color information
#AFEEA1 (or 0xAFEEA1) is known color: Madang. HEX triplet: AF, EE and A1. RGB value is (175,238,161). Sum of RGB (Red+Green+Blue) = 175+238+161=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEA1 is #50115E. Grayscale: #D2D2D2. Windows color (decimal): -5247327 or 10612399. OLE color: 10612399.
HSL color Cylindrical-coordinate representation of color #AFEEA1: hue angle of 109.09º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFEEA1 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 161 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.07 |
| HSL | 109.09º | 0.69% | 0.78% | - |
| HSV(B) | 109.09º | 0.32% | 0.93% | - |
| XYZ | 54.69 | 72.84 | 44.89 | - |
| YUV | 210.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 161 | 0.26 | 0 | 0.32 | 0.07 | 109.09 | 0.69 | 0.78 |
| Hex | AF | EE | A1 | 1A | 0 | 20 | 7 | 6D | 45 | 4E |
| Octal | 257 | 356 | 241 | 32 | 0 | 40 | 7 | 155 | 105 | 116 |
| Binary | 10101111 | 11101110 | 10100001 | 11010 | 0 | 100000 | 111 | 1101101 | 1000101 | 1001110 |
Color Harmonies of #AFEEA1
Complementary color
Monochromatic Colors of #AFEEA1
Black with #AFEEA1
Text Example
Text Example
White with #AFEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEA1; }
p { color: rgb(175,238,161); }
H1.HeaderClassName
{
color: #AFEEA1;
}
.AnyTagClassName
{
color: #AFEEA1;
}
</style>
background-color css
<style>
a { background-color: #AFEEA1; }
a { background-color: rgb(175,238,161); }
div.DivClassName
{
background-color: #AFEEA1;
}
.BgClassName
{
background-color: #AFEEA1;
}
</style>
border-color css
<style>
span { border-color: #AFEEA1; }
span { border-color: rgb(175,238,161); }
td.TdClassName
{
border-color: #AFEEA1;
}
.TagClassName
{
border-color: #AFEEA1;
}
</style>