Shades of Sprout #ADCB8F
Tints of Sprout #ADCB8F
RGB
CMYK
RGB Variations
Color information
#ADCB8F (or 0xADCB8F) is known color: Sprout. HEX triplet: AD, CB and 8F. RGB value is (173,203,143). Sum of RGB (Red+Green+Blue) = 173+203+143=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB8F is #523470. Grayscale: #BBBBBB. Windows color (decimal): -5387377 or 9423789. OLE color: 9423789.
HSL color Cylindrical-coordinate representation of color #ADCB8F: hue angle of 90º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCB8F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 143 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.20 |
| HSL | 90º | 0.37% | 0.68% | - |
| HSV(B) | 90º | 0.3% | 0.8% | - |
| XYZ | 43.55 | 53.58 | 34.03 | - |
| YUV | 187.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 143 | 0.15 | 0 | 0.30 | 0.20 | 90 | 0.37 | 0.68 |
| Hex | AD | CB | 8F | F | 0 | 1E | 14 | 5A | 25 | 44 |
| Octal | 255 | 313 | 217 | 17 | 0 | 36 | 24 | 132 | 45 | 104 |
| Binary | 10101101 | 11001011 | 10001111 | 1111 | 0 | 11110 | 10100 | 1011010 | 100101 | 1000100 |
Color Harmonies of #ADCB8F
Complementary color
Monochromatic Colors of #ADCB8F
Black with #ADCB8F
Text Example
Text Example
White with #ADCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB8F; }
p { color: rgb(173,203,143); }
H1.HeaderClassName
{
color: #ADCB8F;
}
.AnyTagClassName
{
color: #ADCB8F;
}
</style>
background-color css
<style>
a { background-color: #ADCB8F; }
a { background-color: rgb(173,203,143); }
div.DivClassName
{
background-color: #ADCB8F;
}
.BgClassName
{
background-color: #ADCB8F;
}
</style>
border-color css
<style>
span { border-color: #ADCB8F; }
span { border-color: rgb(173,203,143); }
td.TdClassName
{
border-color: #ADCB8F;
}
.TagClassName
{
border-color: #ADCB8F;
}
</style>