Shades of Madang #AEDA9A
Tints of Madang #AEDA9A
RGB
CMYK
RGB Variations
Color information
#AEDA9A (or 0xAEDA9A) is known color: Madang. HEX triplet: AE, DA and 9A. RGB value is (174,218,154). Sum of RGB (Red+Green+Blue) = 174+218+154=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA9A is #512565. Grayscale: #C5C5C5. Windows color (decimal): -5317990 or 10148526. OLE color: 10148526.
HSL color Cylindrical-coordinate representation of color #AEDA9A: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDA9A is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 154 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.15 |
| HSL | 101.25º | 0.46% | 0.73% | - |
| HSV(B) | 101.25º | 0.29% | 0.85% | - |
| XYZ | 48.36 | 61.47 | 39.89 | - |
| YUV | 197.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 154 | 0.20 | 0 | 0.29 | 0.15 | 101.25 | 0.46 | 0.73 |
| Hex | AE | DA | 9A | 14 | 0 | 1D | F | 65 | 2E | 49 |
| Octal | 256 | 332 | 232 | 24 | 0 | 35 | 17 | 145 | 56 | 111 |
| Binary | 10101110 | 11011010 | 10011010 | 10100 | 0 | 11101 | 1111 | 1100101 | 101110 | 1001001 |
Color Harmonies of #AEDA9A
Complementary color
Monochromatic Colors of #AEDA9A
Black with #AEDA9A
Text Example
Text Example
White with #AEDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA9A; }
p { color: rgb(174,218,154); }
H1.HeaderClassName
{
color: #AEDA9A;
}
.AnyTagClassName
{
color: #AEDA9A;
}
</style>
background-color css
<style>
a { background-color: #AEDA9A; }
a { background-color: rgb(174,218,154); }
div.DivClassName
{
background-color: #AEDA9A;
}
.BgClassName
{
background-color: #AEDA9A;
}
</style>
border-color css
<style>
span { border-color: #AEDA9A; }
span { border-color: rgb(174,218,154); }
td.TdClassName
{
border-color: #AEDA9A;
}
.TagClassName
{
border-color: #AEDA9A;
}
</style>