Shades of Madang #AED69A
Tints of Madang #AED69A
RGB
CMYK
RGB Variations
Color information
#AED69A (or 0xAED69A) is known color: Madang. HEX triplet: AE, D6 and 9A. RGB value is (174,214,154). Sum of RGB (Red+Green+Blue) = 174+214+154=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #AED69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED69A is #512965. Grayscale: #C3C3C3. Windows color (decimal): -5319014 or 10147502. OLE color: 10147502.
HSL color Cylindrical-coordinate representation of color #AED69A: hue angle of 100º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED69A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 154 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.16 |
| HSL | 100º | 0.42% | 0.72% | - |
| HSV(B) | 100º | 0.28% | 0.84% | - |
| XYZ | 47.33 | 59.42 | 39.55 | - |
| YUV | 195.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 154 | 0.19 | 0 | 0.28 | 0.16 | 100 | 0.42 | 0.72 |
| Hex | AE | D6 | 9A | 13 | 0 | 1C | 10 | 64 | 2A | 48 |
| Octal | 256 | 326 | 232 | 23 | 0 | 34 | 20 | 144 | 52 | 110 |
| Binary | 10101110 | 11010110 | 10011010 | 10011 | 0 | 11100 | 10000 | 1100100 | 101010 | 1001000 |
Color Harmonies of #AED69A
Complementary color
Monochromatic Colors of #AED69A
Black with #AED69A
Text Example
Text Example
White with #AED69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED69A; }
p { color: rgb(174,214,154); }
H1.HeaderClassName
{
color: #AED69A;
}
.AnyTagClassName
{
color: #AED69A;
}
</style>
background-color css
<style>
a { background-color: #AED69A; }
a { background-color: rgb(174,214,154); }
div.DivClassName
{
background-color: #AED69A;
}
.BgClassName
{
background-color: #AED69A;
}
</style>
border-color css
<style>
span { border-color: #AED69A; }
span { border-color: rgb(174,214,154); }
td.TdClassName
{
border-color: #AED69A;
}
.TagClassName
{
border-color: #AED69A;
}
</style>