Shades of Madang #AFED9C
Tints of Madang #AFED9C
RGB
CMYK
RGB Variations
Color information
#AFED9C (or 0xAFED9C) is known color: Madang. HEX triplet: AF, ED and 9C. RGB value is (175,237,156). Sum of RGB (Red+Green+Blue) = 175+237+156=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED9C is #501263. Grayscale: #D1D1D1. Windows color (decimal): -5247588 or 10284463. OLE color: 10284463.
HSL color Cylindrical-coordinate representation of color #AFED9C: hue angle of 105.93º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFED9C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 156 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.07 |
| HSL | 105.93º | 0.69% | 0.77% | - |
| HSV(B) | 105.93º | 0.34% | 0.93% | - |
| XYZ | 53.96 | 72.08 | 42.52 | - |
| YUV | 209.23 | 97.96 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 156 | 0.26 | 0 | 0.34 | 0.07 | 105.93 | 0.69 | 0.77 |
| Hex | AF | ED | 9C | 1A | 0 | 22 | 7 | 6A | 45 | 4D |
| Octal | 257 | 355 | 234 | 32 | 0 | 42 | 7 | 152 | 105 | 115 |
| Binary | 10101111 | 11101101 | 10011100 | 11010 | 0 | 100010 | 111 | 1101010 | 1000101 | 1001101 |
Color Harmonies of #AFED9C
Complementary color
Monochromatic Colors of #AFED9C
Black with #AFED9C
Text Example
Text Example
White with #AFED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED9C; }
p { color: rgb(175,237,156); }
H1.HeaderClassName
{
color: #AFED9C;
}
.AnyTagClassName
{
color: #AFED9C;
}
</style>
background-color css
<style>
a { background-color: #AFED9C; }
a { background-color: rgb(175,237,156); }
div.DivClassName
{
background-color: #AFED9C;
}
.BgClassName
{
background-color: #AFED9C;
}
</style>
border-color css
<style>
span { border-color: #AFED9C; }
span { border-color: rgb(175,237,156); }
td.TdClassName
{
border-color: #AFED9C;
}
.TagClassName
{
border-color: #AFED9C;
}
</style>