Shades of Sprout #ADCB90
Tints of Sprout #ADCB90
RGB
CMYK
RGB Variations
Color information
#ADCB90 (or 0xADCB90) is known color: Sprout. HEX triplet: AD, CB and 90. RGB value is (173,203,144). Sum of RGB (Red+Green+Blue) = 173+203+144=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB90 is #52346F. Grayscale: #BBBBBB. Windows color (decimal): -5387376 or 9489325. OLE color: 9489325.
HSL color Cylindrical-coordinate representation of color #ADCB90: hue angle of 90.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCB90 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 144 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.20 |
| HSL | 90.51º | 0.36% | 0.68% | - |
| HSV(B) | 90.51º | 0.29% | 0.8% | - |
| XYZ | 43.62 | 53.61 | 34.43 | - |
| YUV | 187.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 144 | 0.15 | 0 | 0.29 | 0.20 | 90.51 | 0.36 | 0.68 |
| Hex | AD | CB | 90 | F | 0 | 1D | 14 | 5B | 24 | 44 |
| Octal | 255 | 313 | 220 | 17 | 0 | 35 | 24 | 133 | 44 | 104 |
| Binary | 10101101 | 11001011 | 10010000 | 1111 | 0 | 11101 | 10100 | 1011011 | 100100 | 1000100 |
Color Harmonies of #ADCB90
Complementary color
Monochromatic Colors of #ADCB90
Black with #ADCB90
Text Example
Text Example
White with #ADCB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB90; }
p { color: rgb(173,203,144); }
H1.HeaderClassName
{
color: #ADCB90;
}
.AnyTagClassName
{
color: #ADCB90;
}
</style>
background-color css
<style>
a { background-color: #ADCB90; }
a { background-color: rgb(173,203,144); }
div.DivClassName
{
background-color: #ADCB90;
}
.BgClassName
{
background-color: #ADCB90;
}
</style>
border-color css
<style>
span { border-color: #ADCB90; }
span { border-color: rgb(173,203,144); }
td.TdClassName
{
border-color: #ADCB90;
}
.TagClassName
{
border-color: #ADCB90;
}
</style>