Shades of Gum Leaf #ADC9B4
Tints of Gum Leaf #ADC9B4
RGB
CMYK
RGB Variations
Color information
#ADC9B4 (or 0xADC9B4) is known color: Gum Leaf. HEX triplet: AD, C9 and B4. RGB value is (173,201,180). Sum of RGB (Red+Green+Blue) = 173+201+180=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9B4 is #52364B. Grayscale: #BEBEBE. Windows color (decimal): -5387852 or 11848109. OLE color: 11848109.
HSL color Cylindrical-coordinate representation of color #ADC9B4: hue angle of 135º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9B4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 180 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.21 |
| HSL | 135º | 0.21% | 0.73% | - |
| HSV(B) | 135º | 0.14% | 0.79% | - |
| XYZ | 46.36 | 53.95 | 51.15 | - |
| YUV | 190.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 180 | 0.14 | 0 | 0.10 | 0.21 | 135 | 0.21 | 0.73 |
| Hex | AD | C9 | B4 | E | 0 | A | 15 | 87 | 15 | 49 |
| Octal | 255 | 311 | 264 | 16 | 0 | 12 | 25 | 207 | 25 | 111 |
| Binary | 10101101 | 11001001 | 10110100 | 1110 | 0 | 1010 | 10101 | 10000111 | 10101 | 1001001 |
Color Harmonies of #ADC9B4
Complementary color
Monochromatic Colors of #ADC9B4
Black with #ADC9B4
Text Example
Text Example
White with #ADC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9B4; }
p { color: rgb(173,201,180); }
H1.HeaderClassName
{
color: #ADC9B4;
}
.AnyTagClassName
{
color: #ADC9B4;
}
</style>
background-color css
<style>
a { background-color: #ADC9B4; }
a { background-color: rgb(173,201,180); }
div.DivClassName
{
background-color: #ADC9B4;
}
.BgClassName
{
background-color: #ADC9B4;
}
</style>
border-color css
<style>
span { border-color: #ADC9B4; }
span { border-color: rgb(173,201,180); }
td.TdClassName
{
border-color: #ADC9B4;
}
.TagClassName
{
border-color: #ADC9B4;
}
</style>