Shades of Gum Leaf #ADCEB1
Tints of Gum Leaf #ADCEB1
RGB
CMYK
RGB Variations
Color information
#ADCEB1 (or 0xADCEB1) is known color: Gum Leaf. HEX triplet: AD, CE and B1. RGB value is (173,206,177). Sum of RGB (Red+Green+Blue) = 173+206+177=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEB1 is #52314E. Grayscale: #C0C0C0. Windows color (decimal): -5386575 or 11652781. OLE color: 11652781.
HSL color Cylindrical-coordinate representation of color #ADCEB1: hue angle of 127.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEB1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 177 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.19 |
| HSL | 127.27º | 0.25% | 0.74% | - |
| HSV(B) | 127.27º | 0.16% | 0.81% | - |
| XYZ | 47.24 | 56.2 | 49.95 | - |
| YUV | 192.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 177 | 0.16 | 0 | 0.14 | 0.19 | 127.27 | 0.25 | 0.74 |
| Hex | AD | CE | B1 | 10 | 0 | E | 13 | 7F | 19 | 4A |
| Octal | 255 | 316 | 261 | 20 | 0 | 16 | 23 | 177 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10110001 | 10000 | 0 | 1110 | 10011 | 1111111 | 11001 | 1001010 |
Color Harmonies of #ADCEB1
Complementary color
Monochromatic Colors of #ADCEB1
Black with #ADCEB1
Text Example
Text Example
White with #ADCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEB1; }
p { color: rgb(173,206,177); }
H1.HeaderClassName
{
color: #ADCEB1;
}
.AnyTagClassName
{
color: #ADCEB1;
}
</style>
background-color css
<style>
a { background-color: #ADCEB1; }
a { background-color: rgb(173,206,177); }
div.DivClassName
{
background-color: #ADCEB1;
}
.BgClassName
{
background-color: #ADCEB1;
}
</style>
border-color css
<style>
span { border-color: #ADCEB1; }
span { border-color: rgb(173,206,177); }
td.TdClassName
{
border-color: #ADCEB1;
}
.TagClassName
{
border-color: #ADCEB1;
}
</style>