Shades of Madang #AED99C
Tints of Madang #AED99C
RGB
CMYK
RGB Variations
Color information
#AED99C (or 0xAED99C) is known color: Madang. HEX triplet: AE, D9 and 9C. RGB value is (174,217,156). Sum of RGB (Red+Green+Blue) = 174+217+156=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #AED99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED99C is #512663. Grayscale: #C5C5C5. Windows color (decimal): -5318244 or 10279342. OLE color: 10279342.
HSL color Cylindrical-coordinate representation of color #AED99C: hue angle of 102.3º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED99C is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 156 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.15 |
| HSL | 102.3º | 0.45% | 0.73% | - |
| HSV(B) | 102.3º | 0.28% | 0.85% | - |
| XYZ | 48.27 | 61.02 | 40.69 | - |
| YUV | 197.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 156 | 0.20 | 0 | 0.28 | 0.15 | 102.3 | 0.45 | 0.73 |
| Hex | AE | D9 | 9C | 14 | 0 | 1C | F | 66 | 2D | 49 |
| Octal | 256 | 331 | 234 | 24 | 0 | 34 | 17 | 146 | 55 | 111 |
| Binary | 10101110 | 11011001 | 10011100 | 10100 | 0 | 11100 | 1111 | 1100110 | 101101 | 1001001 |
Color Harmonies of #AED99C
Complementary color
Monochromatic Colors of #AED99C
Black with #AED99C
Text Example
Text Example
White with #AED99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED99C; }
p { color: rgb(174,217,156); }
H1.HeaderClassName
{
color: #AED99C;
}
.AnyTagClassName
{
color: #AED99C;
}
</style>
background-color css
<style>
a { background-color: #AED99C; }
a { background-color: rgb(174,217,156); }
div.DivClassName
{
background-color: #AED99C;
}
.BgClassName
{
background-color: #AED99C;
}
</style>
border-color css
<style>
span { border-color: #AED99C; }
span { border-color: rgb(174,217,156); }
td.TdClassName
{
border-color: #AED99C;
}
.TagClassName
{
border-color: #AED99C;
}
</style>