Shades of Gum Leaf #ADC8AF
Tints of Gum Leaf #ADC8AF
RGB
CMYK
RGB Variations
Color information
#ADC8AF (or 0xADC8AF) is known color: Gum Leaf. HEX triplet: AD, C8 and AF. RGB value is (173,200,175). Sum of RGB (Red+Green+Blue) = 173+200+175=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8AF is #523750. Grayscale: #BDBDBD. Windows color (decimal): -5388113 or 11520173. OLE color: 11520173.
HSL color Cylindrical-coordinate representation of color #ADC8AF: hue angle of 124.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC8AF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 175 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.22 |
| HSL | 124.44º | 0.2% | 0.73% | - |
| HSV(B) | 124.44º | 0.14% | 0.78% | - |
| XYZ | 45.63 | 53.29 | 48.44 | - |
| YUV | 189.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 175 | 0.14 | 0 | 0.12 | 0.22 | 124.44 | 0.2 | 0.73 |
| Hex | AD | C8 | AF | E | 0 | C | 16 | 7C | 14 | 49 |
| Octal | 255 | 310 | 257 | 16 | 0 | 14 | 26 | 174 | 24 | 111 |
| Binary | 10101101 | 11001000 | 10101111 | 1110 | 0 | 1100 | 10110 | 1111100 | 10100 | 1001001 |
Color Harmonies of #ADC8AF
Complementary color
Monochromatic Colors of #ADC8AF
Black with #ADC8AF
Text Example
Text Example
White with #ADC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8AF; }
p { color: rgb(173,200,175); }
H1.HeaderClassName
{
color: #ADC8AF;
}
.AnyTagClassName
{
color: #ADC8AF;
}
</style>
background-color css
<style>
a { background-color: #ADC8AF; }
a { background-color: rgb(173,200,175); }
div.DivClassName
{
background-color: #ADC8AF;
}
.BgClassName
{
background-color: #ADC8AF;
}
</style>
border-color css
<style>
span { border-color: #ADC8AF; }
span { border-color: rgb(173,200,175); }
td.TdClassName
{
border-color: #ADC8AF;
}
.TagClassName
{
border-color: #ADC8AF;
}
</style>