Shades of Sprout #ADC59B
Tints of Sprout #ADC59B
RGB
CMYK
RGB Variations
Color information
#ADC59B (or 0xADC59B) is known color: Sprout. HEX triplet: AD, C5 and 9B. RGB value is (173,197,155). Sum of RGB (Red+Green+Blue) = 173+197+155=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC59B is #523A64. Grayscale: #B9B9B9. Windows color (decimal): -5388901 or 10208685. OLE color: 10208685.
HSL color Cylindrical-coordinate representation of color #ADC59B: hue angle of 94.29º degrees, saturation: 0.27, 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 #ADC59B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 155 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.23 |
| HSL | 94.29º | 0.27% | 0.69% | - |
| HSV(B) | 94.29º | 0.21% | 0.77% | - |
| XYZ | 43.12 | 51.18 | 38.62 | - |
| YUV | 185.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 155 | 0.12 | 0 | 0.21 | 0.23 | 94.29 | 0.27 | 0.69 |
| Hex | AD | C5 | 9B | C | 0 | 15 | 17 | 5E | 1B | 45 |
| Octal | 255 | 305 | 233 | 14 | 0 | 25 | 27 | 136 | 33 | 105 |
| Binary | 10101101 | 11000101 | 10011011 | 1100 | 0 | 10101 | 10111 | 1011110 | 11011 | 1000101 |
Color Harmonies of #ADC59B
Complementary color
Monochromatic Colors of #ADC59B
Black with #ADC59B
Text Example
Text Example
White with #ADC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC59B; }
p { color: rgb(173,197,155); }
H1.HeaderClassName
{
color: #ADC59B;
}
.AnyTagClassName
{
color: #ADC59B;
}
</style>
background-color css
<style>
a { background-color: #ADC59B; }
a { background-color: rgb(173,197,155); }
div.DivClassName
{
background-color: #ADC59B;
}
.BgClassName
{
background-color: #ADC59B;
}
</style>
border-color css
<style>
span { border-color: #ADC59B; }
span { border-color: rgb(173,197,155); }
td.TdClassName
{
border-color: #ADC59B;
}
.TagClassName
{
border-color: #ADC59B;
}
</style>