Shades of Gum Leaf #ADCFB9
Tints of Gum Leaf #ADCFB9
RGB
CMYK
RGB Variations
Color information
#ADCFB9 (or 0xADCFB9) is known color: Gum Leaf. HEX triplet: AD, CF and B9. RGB value is (173,207,185). Sum of RGB (Red+Green+Blue) = 173+207+185=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB9 is #523046. Grayscale: #C2C2C2. Windows color (decimal): -5386311 or 12177325. OLE color: 12177325.
HSL color Cylindrical-coordinate representation of color #ADCFB9: hue angle of 141.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFB9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 185 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.19 |
| HSL | 141.18º | 0.26% | 0.75% | - |
| HSV(B) | 141.18º | 0.16% | 0.81% | - |
| XYZ | 48.3 | 57.01 | 54.36 | - |
| YUV | 194.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 185 | 0.16 | 0 | 0.11 | 0.19 | 141.18 | 0.26 | 0.75 |
| Hex | AD | CF | B9 | 10 | 0 | B | 13 | 8D | 1A | 4B |
| Octal | 255 | 317 | 271 | 20 | 0 | 13 | 23 | 215 | 32 | 113 |
| Binary | 10101101 | 11001111 | 10111001 | 10000 | 0 | 1011 | 10011 | 10001101 | 11010 | 1001011 |
Color Harmonies of #ADCFB9
Complementary color
Monochromatic Colors of #ADCFB9
Black with #ADCFB9
Text Example
Text Example
White with #ADCFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFB9; }
p { color: rgb(173,207,185); }
H1.HeaderClassName
{
color: #ADCFB9;
}
.AnyTagClassName
{
color: #ADCFB9;
}
</style>
background-color css
<style>
a { background-color: #ADCFB9; }
a { background-color: rgb(173,207,185); }
div.DivClassName
{
background-color: #ADCFB9;
}
.BgClassName
{
background-color: #ADCFB9;
}
</style>
border-color css
<style>
span { border-color: #ADCFB9; }
span { border-color: rgb(173,207,185); }
td.TdClassName
{
border-color: #ADCFB9;
}
.TagClassName
{
border-color: #ADCFB9;
}
</style>