Shades of Madang #ADD69A
Tints of Madang #ADD69A
RGB
CMYK
RGB Variations
Color information
#ADD69A (or 0xADD69A) is known color: Madang. HEX triplet: AD, D6 and 9A. RGB value is (173,214,154). Sum of RGB (Red+Green+Blue) = 173+214+154=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD69A is #522965. Grayscale: #C3C3C3. Windows color (decimal): -5384550 or 10147501. OLE color: 10147501.
HSL color Cylindrical-coordinate representation of color #ADD69A: hue angle of 101º 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 #ADD69A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 154 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.16 |
| HSL | 101º | 0.42% | 0.72% | - |
| HSV(B) | 101º | 0.28% | 0.84% | - |
| XYZ | 47.11 | 59.31 | 39.54 | - |
| YUV | 194.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 154 | 0.19 | 0 | 0.28 | 0.16 | 101 | 0.42 | 0.72 |
| Hex | AD | D6 | 9A | 13 | 0 | 1C | 10 | 65 | 2A | 48 |
| Octal | 255 | 326 | 232 | 23 | 0 | 34 | 20 | 145 | 52 | 110 |
| Binary | 10101101 | 11010110 | 10011010 | 10011 | 0 | 11100 | 10000 | 1100101 | 101010 | 1001000 |
Color Harmonies of #ADD69A
Complementary color
Monochromatic Colors of #ADD69A
Black with #ADD69A
Text Example
Text Example
White with #ADD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD69A; }
p { color: rgb(173,214,154); }
H1.HeaderClassName
{
color: #ADD69A;
}
.AnyTagClassName
{
color: #ADD69A;
}
</style>
background-color css
<style>
a { background-color: #ADD69A; }
a { background-color: rgb(173,214,154); }
div.DivClassName
{
background-color: #ADD69A;
}
.BgClassName
{
background-color: #ADD69A;
}
</style>
border-color css
<style>
span { border-color: #ADD69A; }
span { border-color: rgb(173,214,154); }
td.TdClassName
{
border-color: #ADD69A;
}
.TagClassName
{
border-color: #ADD69A;
}
</style>