Shades of Green Spring #ADB2A1
Tints of Green Spring #ADB2A1
RGB
CMYK
RGB Variations
Color information
#ADB2A1 (or 0xADB2A1) is known color: Green Spring. HEX triplet: AD, B2 and A1. RGB value is (173,178,161). Sum of RGB (Red+Green+Blue) = 173+178+161=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2A1 is #524D5E. Grayscale: #AEAEAE. Windows color (decimal): -5393759 or 10597037. OLE color: 10597037.
HSL color Cylindrical-coordinate representation of color #ADB2A1: hue angle of 77.65º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB2A1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 161 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.30 |
| HSL | 77.65º | 0.1% | 0.66% | - |
| HSV(B) | 77.65º | 0.1% | 0.7% | - |
| XYZ | 39.59 | 43.3 | 39.99 | - |
| YUV | 174.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 161 | 0.03 | 0 | 0.10 | 0.30 | 77.65 | 0.1 | 0.66 |
| Hex | AD | B2 | A1 | 3 | 0 | A | 1E | 4E | A | 42 |
| Octal | 255 | 262 | 241 | 3 | 0 | 12 | 36 | 116 | 12 | 102 |
| Binary | 10101101 | 10110010 | 10100001 | 11 | 0 | 1010 | 11110 | 1001110 | 1010 | 1000010 |
Color Harmonies of #ADB2A1
Complementary color
Monochromatic Colors of #ADB2A1
Black with #ADB2A1
Text Example
Text Example
White with #ADB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2A1; }
p { color: rgb(173,178,161); }
H1.HeaderClassName
{
color: #ADB2A1;
}
.AnyTagClassName
{
color: #ADB2A1;
}
</style>
background-color css
<style>
a { background-color: #ADB2A1; }
a { background-color: rgb(173,178,161); }
div.DivClassName
{
background-color: #ADB2A1;
}
.BgClassName
{
background-color: #ADB2A1;
}
</style>
border-color css
<style>
span { border-color: #ADB2A1; }
span { border-color: rgb(173,178,161); }
td.TdClassName
{
border-color: #ADB2A1;
}
.TagClassName
{
border-color: #ADB2A1;
}
</style>