Shades of Gum Leaf #ADC4B0
Tints of Gum Leaf #ADC4B0
RGB
CMYK
RGB Variations
Color information
#ADC4B0 (or 0xADC4B0) is known color: Gum Leaf. HEX triplet: AD, C4 and B0. RGB value is (173,196,176). Sum of RGB (Red+Green+Blue) = 173+196+176=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4B0 is #523B4F. Grayscale: #BABABA. Windows color (decimal): -5389136 or 11584685. OLE color: 11584685.
HSL color Cylindrical-coordinate representation of color #ADC4B0: hue angle of 127.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4B0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 176 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.23 |
| HSL | 127.83º | 0.16% | 0.72% | - |
| HSV(B) | 127.83º | 0.12% | 0.77% | - |
| XYZ | 44.81 | 51.5 | 48.65 | - |
| YUV | 186.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 176 | 0.12 | 0 | 0.10 | 0.23 | 127.83 | 0.16 | 0.72 |
| Hex | AD | C4 | B0 | C | 0 | A | 17 | 80 | 10 | 48 |
| Octal | 255 | 304 | 260 | 14 | 0 | 12 | 27 | 200 | 20 | 110 |
| Binary | 10101101 | 11000100 | 10110000 | 1100 | 0 | 1010 | 10111 | 10000000 | 10000 | 1001000 |
Color Harmonies of #ADC4B0
Complementary color
Monochromatic Colors of #ADC4B0
Black with #ADC4B0
Text Example
Text Example
White with #ADC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4B0; }
p { color: rgb(173,196,176); }
H1.HeaderClassName
{
color: #ADC4B0;
}
.AnyTagClassName
{
color: #ADC4B0;
}
</style>
background-color css
<style>
a { background-color: #ADC4B0; }
a { background-color: rgb(173,196,176); }
div.DivClassName
{
background-color: #ADC4B0;
}
.BgClassName
{
background-color: #ADC4B0;
}
</style>
border-color css
<style>
span { border-color: #ADC4B0; }
span { border-color: rgb(173,196,176); }
td.TdClassName
{
border-color: #ADC4B0;
}
.TagClassName
{
border-color: #ADC4B0;
}
</style>