Shades of Gum Leaf #ADC5AF
Tints of Gum Leaf #ADC5AF
RGB
CMYK
RGB Variations
Color information
#ADC5AF (or 0xADC5AF) is known color: Gum Leaf. HEX triplet: AD, C5 and AF. RGB value is (173,197,175). Sum of RGB (Red+Green+Blue) = 173+197+175=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5AF is #523A50. Grayscale: #BBBBBB. Windows color (decimal): -5388881 or 11519405. OLE color: 11519405.
HSL color Cylindrical-coordinate representation of color #ADC5AF: hue angle of 125º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5AF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 175 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.23 |
| HSL | 125º | 0.17% | 0.73% | - |
| HSV(B) | 125º | 0.12% | 0.77% | - |
| XYZ | 44.94 | 51.91 | 48.21 | - |
| YUV | 187.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 175 | 0.12 | 0 | 0.11 | 0.23 | 125 | 0.17 | 0.73 |
| Hex | AD | C5 | AF | C | 0 | B | 17 | 7D | 11 | 49 |
| Octal | 255 | 305 | 257 | 14 | 0 | 13 | 27 | 175 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10101111 | 1100 | 0 | 1011 | 10111 | 1111101 | 10001 | 1001001 |
Color Harmonies of #ADC5AF
Complementary color
Monochromatic Colors of #ADC5AF
Black with #ADC5AF
Text Example
Text Example
White with #ADC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5AF; }
p { color: rgb(173,197,175); }
H1.HeaderClassName
{
color: #ADC5AF;
}
.AnyTagClassName
{
color: #ADC5AF;
}
</style>
background-color css
<style>
a { background-color: #ADC5AF; }
a { background-color: rgb(173,197,175); }
div.DivClassName
{
background-color: #ADC5AF;
}
.BgClassName
{
background-color: #ADC5AF;
}
</style>
border-color css
<style>
span { border-color: #ADC5AF; }
span { border-color: rgb(173,197,175); }
td.TdClassName
{
border-color: #ADC5AF;
}
.TagClassName
{
border-color: #ADC5AF;
}
</style>