Shades of Gum Leaf #ADCDB0
Tints of Gum Leaf #ADCDB0
RGB
CMYK
RGB Variations
Color information
#ADCDB0 (or 0xADCDB0) is known color: Gum Leaf. HEX triplet: AD, CD and B0. RGB value is (173,205,176). Sum of RGB (Red+Green+Blue) = 173+205+176=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDB0 is #52324F. Grayscale: #C0C0C0. Windows color (decimal): -5386832 or 11586989. OLE color: 11586989.
HSL color Cylindrical-coordinate representation of color #ADCDB0: hue angle of 125.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDB0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 176 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.20 |
| HSL | 125.63º | 0.24% | 0.74% | - |
| HSV(B) | 125.63º | 0.16% | 0.8% | - |
| XYZ | 46.9 | 55.68 | 49.35 | - |
| YUV | 192.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 176 | 0.16 | 0 | 0.14 | 0.20 | 125.63 | 0.24 | 0.74 |
| Hex | AD | CD | B0 | 10 | 0 | E | 14 | 7E | 18 | 4A |
| Octal | 255 | 315 | 260 | 20 | 0 | 16 | 24 | 176 | 30 | 112 |
| Binary | 10101101 | 11001101 | 10110000 | 10000 | 0 | 1110 | 10100 | 1111110 | 11000 | 1001010 |
Color Harmonies of #ADCDB0
Complementary color
Monochromatic Colors of #ADCDB0
Black with #ADCDB0
Text Example
Text Example
White with #ADCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDB0; }
p { color: rgb(173,205,176); }
H1.HeaderClassName
{
color: #ADCDB0;
}
.AnyTagClassName
{
color: #ADCDB0;
}
</style>
background-color css
<style>
a { background-color: #ADCDB0; }
a { background-color: rgb(173,205,176); }
div.DivClassName
{
background-color: #ADCDB0;
}
.BgClassName
{
background-color: #ADCDB0;
}
</style>
border-color css
<style>
span { border-color: #ADCDB0; }
span { border-color: rgb(173,205,176); }
td.TdClassName
{
border-color: #ADCDB0;
}
.TagClassName
{
border-color: #ADCDB0;
}
</style>