Shades of Madang #AED69B
Tints of Madang #AED69B
RGB
CMYK
RGB Variations
Color information
#AED69B (or 0xAED69B) is known color: Madang. HEX triplet: AE, D6 and 9B. RGB value is (174,214,155). Sum of RGB (Red+Green+Blue) = 174+214+155=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #AED69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED69B is #512964. Grayscale: #C3C3C3. Windows color (decimal): -5319013 or 10213038. OLE color: 10213038.
HSL color Cylindrical-coordinate representation of color #AED69B: hue angle of 100.68º 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 #AED69B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 155 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.16 |
| HSL | 100.68º | 0.42% | 0.72% | - |
| HSV(B) | 100.68º | 0.28% | 0.84% | - |
| XYZ | 47.42 | 59.46 | 39.99 | - |
| YUV | 195.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 155 | 0.19 | 0 | 0.28 | 0.16 | 100.68 | 0.42 | 0.72 |
| Hex | AE | D6 | 9B | 13 | 0 | 1C | 10 | 65 | 2A | 48 |
| Octal | 256 | 326 | 233 | 23 | 0 | 34 | 20 | 145 | 52 | 110 |
| Binary | 10101110 | 11010110 | 10011011 | 10011 | 0 | 11100 | 10000 | 1100101 | 101010 | 1001000 |
Color Harmonies of #AED69B
Complementary color
Monochromatic Colors of #AED69B
Black with #AED69B
Text Example
Text Example
White with #AED69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED69B; }
p { color: rgb(174,214,155); }
H1.HeaderClassName
{
color: #AED69B;
}
.AnyTagClassName
{
color: #AED69B;
}
</style>
background-color css
<style>
a { background-color: #AED69B; }
a { background-color: rgb(174,214,155); }
div.DivClassName
{
background-color: #AED69B;
}
.BgClassName
{
background-color: #AED69B;
}
</style>
border-color css
<style>
span { border-color: #AED69B; }
span { border-color: rgb(174,214,155); }
td.TdClassName
{
border-color: #AED69B;
}
.TagClassName
{
border-color: #AED69B;
}
</style>