Shades of Madang #AFEDA5
Tints of Madang #AFEDA5
RGB
CMYK
RGB Variations
Color information
#AFEDA5 (or 0xAFEDA5) is known color: Madang. HEX triplet: AF, ED and A5. RGB value is (175,237,165). Sum of RGB (Red+Green+Blue) = 175+237+165=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDA5 is #50125A. Grayscale: #D2D2D2. Windows color (decimal): -5247579 or 10874287. OLE color: 10874287.
HSL color Cylindrical-coordinate representation of color #AFEDA5: hue angle of 111.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEDA5 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 165 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.07 |
| HSL | 111.67º | 0.67% | 0.79% | - |
| HSV(B) | 111.67º | 0.3% | 0.93% | - |
| XYZ | 54.75 | 72.4 | 46.69 | - |
| YUV | 210.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 165 | 0.26 | 0 | 0.30 | 0.07 | 111.67 | 0.67 | 0.79 |
| Hex | AF | ED | A5 | 1A | 0 | 1E | 7 | 70 | 43 | 4F |
| Octal | 257 | 355 | 245 | 32 | 0 | 36 | 7 | 160 | 103 | 117 |
| Binary | 10101111 | 11101101 | 10100101 | 11010 | 0 | 11110 | 111 | 1110000 | 1000011 | 1001111 |
Color Harmonies of #AFEDA5
Complementary color
Monochromatic Colors of #AFEDA5
Black with #AFEDA5
Text Example
Text Example
White with #AFEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDA5; }
p { color: rgb(175,237,165); }
H1.HeaderClassName
{
color: #AFEDA5;
}
.AnyTagClassName
{
color: #AFEDA5;
}
</style>
background-color css
<style>
a { background-color: #AFEDA5; }
a { background-color: rgb(175,237,165); }
div.DivClassName
{
background-color: #AFEDA5;
}
.BgClassName
{
background-color: #AFEDA5;
}
</style>
border-color css
<style>
span { border-color: #AFEDA5; }
span { border-color: rgb(175,237,165); }
td.TdClassName
{
border-color: #AFEDA5;
}
.TagClassName
{
border-color: #AFEDA5;
}
</style>