Shades of Sprout #ADC69B
Tints of Sprout #ADC69B
RGB
CMYK
RGB Variations
Color information
#ADC69B (or 0xADC69B) is known color: Sprout. HEX triplet: AD, C6 and 9B. RGB value is (173,198,155). Sum of RGB (Red+Green+Blue) = 173+198+155=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC69B is #523964. Grayscale: #B9B9B9. Windows color (decimal): -5388645 or 10208941. OLE color: 10208941.
HSL color Cylindrical-coordinate representation of color #ADC69B: hue angle of 94.88º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC69B is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 155 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.22 |
| HSL | 94.88º | 0.27% | 0.69% | - |
| HSV(B) | 94.88º | 0.22% | 0.78% | - |
| XYZ | 43.34 | 51.64 | 38.69 | - |
| YUV | 185.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 155 | 0.13 | 0 | 0.22 | 0.22 | 94.88 | 0.27 | 0.69 |
| Hex | AD | C6 | 9B | D | 0 | 16 | 16 | 5F | 1B | 45 |
| Octal | 255 | 306 | 233 | 15 | 0 | 26 | 26 | 137 | 33 | 105 |
| Binary | 10101101 | 11000110 | 10011011 | 1101 | 0 | 10110 | 10110 | 1011111 | 11011 | 1000101 |
Color Harmonies of #ADC69B
Complementary color
Monochromatic Colors of #ADC69B
Black with #ADC69B
Text Example
Text Example
White with #ADC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC69B; }
p { color: rgb(173,198,155); }
H1.HeaderClassName
{
color: #ADC69B;
}
.AnyTagClassName
{
color: #ADC69B;
}
</style>
background-color css
<style>
a { background-color: #ADC69B; }
a { background-color: rgb(173,198,155); }
div.DivClassName
{
background-color: #ADC69B;
}
.BgClassName
{
background-color: #ADC69B;
}
</style>
border-color css
<style>
span { border-color: #ADC69B; }
span { border-color: rgb(173,198,155); }
td.TdClassName
{
border-color: #ADC69B;
}
.TagClassName
{
border-color: #ADC69B;
}
</style>