Shades of Madang #AFEFA1
Tints of Madang #AFEFA1
RGB
CMYK
RGB Variations
Color information
#AFEFA1 (or 0xAFEFA1) is known color: Madang. HEX triplet: AF, EF and A1. RGB value is (175,239,161). Sum of RGB (Red+Green+Blue) = 175+239+161=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFA1 is #50105E. Grayscale: #D3D3D3. Windows color (decimal): -5247071 or 10612655. OLE color: 10612655.
HSL color Cylindrical-coordinate representation of color #AFEFA1: hue angle of 109.23º 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 #AFEFA1 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 161 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.06 |
| HSL | 109.23º | 0.71% | 0.78% | - |
| HSV(B) | 109.23º | 0.33% | 0.94% | - |
| XYZ | 54.98 | 73.42 | 44.99 | - |
| YUV | 210.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 161 | 0.27 | 0 | 0.33 | 0.06 | 109.23 | 0.71 | 0.78 |
| Hex | AF | EF | A1 | 1B | 0 | 21 | 6 | 6D | 47 | 4E |
| Octal | 257 | 357 | 241 | 33 | 0 | 41 | 6 | 155 | 107 | 116 |
| Binary | 10101111 | 11101111 | 10100001 | 11011 | 0 | 100001 | 110 | 1101101 | 1000111 | 1001110 |
Color Harmonies of #AFEFA1
Complementary color
Monochromatic Colors of #AFEFA1
Black with #AFEFA1
Text Example
Text Example
White with #AFEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFA1; }
p { color: rgb(175,239,161); }
H1.HeaderClassName
{
color: #AFEFA1;
}
.AnyTagClassName
{
color: #AFEFA1;
}
</style>
background-color css
<style>
a { background-color: #AFEFA1; }
a { background-color: rgb(175,239,161); }
div.DivClassName
{
background-color: #AFEFA1;
}
.BgClassName
{
background-color: #AFEFA1;
}
</style>
border-color css
<style>
span { border-color: #AFEFA1; }
span { border-color: rgb(175,239,161); }
td.TdClassName
{
border-color: #AFEFA1;
}
.TagClassName
{
border-color: #AFEFA1;
}
</style>