Shades of Madang #AFEEA2
Tints of Madang #AFEEA2
RGB
CMYK
RGB Variations
Color information
#AFEEA2 (or 0xAFEEA2) is known color: Madang. HEX triplet: AF, EE and A2. RGB value is (175,238,162). Sum of RGB (Red+Green+Blue) = 175+238+162=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEA2 is #50115D. Grayscale: #D2D2D2. Windows color (decimal): -5247326 or 10677935. OLE color: 10677935.
HSL color Cylindrical-coordinate representation of color #AFEEA2: hue angle of 109.74º 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 #AFEEA2 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 162 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.07 |
| HSL | 109.74º | 0.69% | 0.78% | - |
| HSV(B) | 109.74º | 0.32% | 0.93% | - |
| XYZ | 54.78 | 72.87 | 45.36 | - |
| YUV | 210.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 162 | 0.26 | 0 | 0.32 | 0.07 | 109.74 | 0.69 | 0.78 |
| Hex | AF | EE | A2 | 1A | 0 | 20 | 7 | 6E | 45 | 4E |
| Octal | 257 | 356 | 242 | 32 | 0 | 40 | 7 | 156 | 105 | 116 |
| Binary | 10101111 | 11101110 | 10100010 | 11010 | 0 | 100000 | 111 | 1101110 | 1000101 | 1001110 |
Color Harmonies of #AFEEA2
Complementary color
Monochromatic Colors of #AFEEA2
Black with #AFEEA2
Text Example
Text Example
White with #AFEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEA2; }
p { color: rgb(175,238,162); }
H1.HeaderClassName
{
color: #AFEEA2;
}
.AnyTagClassName
{
color: #AFEEA2;
}
</style>
background-color css
<style>
a { background-color: #AFEEA2; }
a { background-color: rgb(175,238,162); }
div.DivClassName
{
background-color: #AFEEA2;
}
.BgClassName
{
background-color: #AFEEA2;
}
</style>
border-color css
<style>
span { border-color: #AFEEA2; }
span { border-color: rgb(175,238,162); }
td.TdClassName
{
border-color: #AFEEA2;
}
.TagClassName
{
border-color: #AFEEA2;
}
</style>