Shades of Sprout #ADC49A
Tints of Sprout #ADC49A
RGB
CMYK
RGB Variations
Color information
#ADC49A (or 0xADC49A) is known color: Sprout. HEX triplet: AD, C4 and 9A. RGB value is (173,196,154). Sum of RGB (Red+Green+Blue) = 173+196+154=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC49A is #523B65. Grayscale: #B8B8B8. Windows color (decimal): -5389158 or 10142893. OLE color: 10142893.
HSL color Cylindrical-coordinate representation of color #ADC49A: hue angle of 92.86º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC49A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 154 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.23 |
| HSL | 92.86º | 0.26% | 0.69% | - |
| HSV(B) | 92.86º | 0.21% | 0.77% | - |
| XYZ | 42.81 | 50.7 | 38.1 | - |
| YUV | 184.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 154 | 0.12 | 0 | 0.21 | 0.23 | 92.86 | 0.26 | 0.69 |
| Hex | AD | C4 | 9A | C | 0 | 15 | 17 | 5D | 1A | 45 |
| Octal | 255 | 304 | 232 | 14 | 0 | 25 | 27 | 135 | 32 | 105 |
| Binary | 10101101 | 11000100 | 10011010 | 1100 | 0 | 10101 | 10111 | 1011101 | 11010 | 1000101 |
Color Harmonies of #ADC49A
Complementary color
Monochromatic Colors of #ADC49A
Black with #ADC49A
Text Example
Text Example
White with #ADC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC49A; }
p { color: rgb(173,196,154); }
H1.HeaderClassName
{
color: #ADC49A;
}
.AnyTagClassName
{
color: #ADC49A;
}
</style>
background-color css
<style>
a { background-color: #ADC49A; }
a { background-color: rgb(173,196,154); }
div.DivClassName
{
background-color: #ADC49A;
}
.BgClassName
{
background-color: #ADC49A;
}
</style>
border-color css
<style>
span { border-color: #ADC49A; }
span { border-color: rgb(173,196,154); }
td.TdClassName
{
border-color: #ADC49A;
}
.TagClassName
{
border-color: #ADC49A;
}
</style>