Shades of Sprout #ADC29E
Tints of Sprout #ADC29E
RGB
CMYK
RGB Variations
Color information
#ADC29E (or 0xADC29E) is known color: Sprout. HEX triplet: AD, C2 and 9E. RGB value is (173,194,158). Sum of RGB (Red+Green+Blue) = 173+194+158=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC29E is #523D61. Grayscale: #B7B7B7. Windows color (decimal): -5389666 or 10404525. OLE color: 10404525.
HSL color Cylindrical-coordinate representation of color #ADC29E: hue angle of 95º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC29E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 158 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.24 |
| HSL | 95º | 0.23% | 0.69% | - |
| HSV(B) | 95º | 0.19% | 0.76% | - |
| XYZ | 42.7 | 49.94 | 39.74 | - |
| YUV | 183.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 158 | 0.11 | 0 | 0.19 | 0.24 | 95 | 0.23 | 0.69 |
| Hex | AD | C2 | 9E | B | 0 | 13 | 18 | 5F | 17 | 45 |
| Octal | 255 | 302 | 236 | 13 | 0 | 23 | 30 | 137 | 27 | 105 |
| Binary | 10101101 | 11000010 | 10011110 | 1011 | 0 | 10011 | 11000 | 1011111 | 10111 | 1000101 |
Color Harmonies of #ADC29E
Complementary color
Monochromatic Colors of #ADC29E
Black with #ADC29E
Text Example
Text Example
White with #ADC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC29E; }
p { color: rgb(173,194,158); }
H1.HeaderClassName
{
color: #ADC29E;
}
.AnyTagClassName
{
color: #ADC29E;
}
</style>
background-color css
<style>
a { background-color: #ADC29E; }
a { background-color: rgb(173,194,158); }
div.DivClassName
{
background-color: #ADC29E;
}
.BgClassName
{
background-color: #ADC29E;
}
</style>
border-color css
<style>
span { border-color: #ADC29E; }
span { border-color: rgb(173,194,158); }
td.TdClassName
{
border-color: #ADC29E;
}
.TagClassName
{
border-color: #ADC29E;
}
</style>