Shades of Sprout #ADC399
Tints of Sprout #ADC399
RGB
CMYK
RGB Variations
Color information
#ADC399 (or 0xADC399) is known color: Sprout. HEX triplet: AD, C3 and 99. RGB value is (173,195,153). Sum of RGB (Red+Green+Blue) = 173+195+153=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC399 is #523C66. Grayscale: #B7B7B7. Windows color (decimal): -5389415 or 10077101. OLE color: 10077101.
HSL color Cylindrical-coordinate representation of color #ADC399: hue angle of 91.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC399 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 153 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.24 |
| HSL | 91.43º | 0.26% | 0.68% | - |
| HSV(B) | 91.43º | 0.22% | 0.76% | - |
| XYZ | 42.5 | 50.21 | 37.59 | - |
| YUV | 183.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 153 | 0.11 | 0 | 0.22 | 0.24 | 91.43 | 0.26 | 0.68 |
| Hex | AD | C3 | 99 | B | 0 | 16 | 18 | 5B | 1A | 44 |
| Octal | 255 | 303 | 231 | 13 | 0 | 26 | 30 | 133 | 32 | 104 |
| Binary | 10101101 | 11000011 | 10011001 | 1011 | 0 | 10110 | 11000 | 1011011 | 11010 | 1000100 |
Color Harmonies of #ADC399
Complementary color
Monochromatic Colors of #ADC399
Black with #ADC399
Text Example
Text Example
White with #ADC399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC399; }
p { color: rgb(173,195,153); }
H1.HeaderClassName
{
color: #ADC399;
}
.AnyTagClassName
{
color: #ADC399;
}
</style>
background-color css
<style>
a { background-color: #ADC399; }
a { background-color: rgb(173,195,153); }
div.DivClassName
{
background-color: #ADC399;
}
.BgClassName
{
background-color: #ADC399;
}
</style>
border-color css
<style>
span { border-color: #ADC399; }
span { border-color: rgb(173,195,153); }
td.TdClassName
{
border-color: #ADC399;
}
.TagClassName
{
border-color: #ADC399;
}
</style>