Shades of Gum Leaf #ADCFB2
Tints of Gum Leaf #ADCFB2
RGB
CMYK
RGB Variations
Color information
#ADCFB2 (or 0xADCFB2) is known color: Gum Leaf. HEX triplet: AD, CF and B2. RGB value is (173,207,178). Sum of RGB (Red+Green+Blue) = 173+207+178=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFB2 is #52304D. Grayscale: #C1C1C1. Windows color (decimal): -5386318 or 11718573. OLE color: 11718573.
HSL color Cylindrical-coordinate representation of color #ADCFB2: hue angle of 128.82º 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 #ADCFB2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 178 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.19 |
| HSL | 128.82º | 0.26% | 0.75% | - |
| HSV(B) | 128.82º | 0.16% | 0.81% | - |
| XYZ | 47.58 | 56.72 | 50.56 | - |
| YUV | 193.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 178 | 0.16 | 0 | 0.14 | 0.19 | 128.82 | 0.26 | 0.75 |
| Hex | AD | CF | B2 | 10 | 0 | E | 13 | 81 | 1A | 4B |
| Octal | 255 | 317 | 262 | 20 | 0 | 16 | 23 | 201 | 32 | 113 |
| Binary | 10101101 | 11001111 | 10110010 | 10000 | 0 | 1110 | 10011 | 10000001 | 11010 | 1001011 |
Color Harmonies of #ADCFB2
Complementary color
Monochromatic Colors of #ADCFB2
Black with #ADCFB2
Text Example
Text Example
White with #ADCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFB2; }
p { color: rgb(173,207,178); }
H1.HeaderClassName
{
color: #ADCFB2;
}
.AnyTagClassName
{
color: #ADCFB2;
}
</style>
background-color css
<style>
a { background-color: #ADCFB2; }
a { background-color: rgb(173,207,178); }
div.DivClassName
{
background-color: #ADCFB2;
}
.BgClassName
{
background-color: #ADCFB2;
}
</style>
border-color css
<style>
span { border-color: #ADCFB2; }
span { border-color: rgb(173,207,178); }
td.TdClassName
{
border-color: #ADCFB2;
}
.TagClassName
{
border-color: #ADCFB2;
}
</style>