Shades of Green Spring #ADB1A3
Tints of Green Spring #ADB1A3
RGB
CMYK
RGB Variations
Color information
#ADB1A3 (or 0xADB1A3) is known color: Green Spring. HEX triplet: AD, B1 and A3. RGB value is (173,177,163). Sum of RGB (Red+Green+Blue) = 173+177+163=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A3 is #524E5C. Grayscale: #AEAEAE. Windows color (decimal): -5394013 or 10727853. OLE color: 10727853.
HSL color Cylindrical-coordinate representation of color #ADB1A3: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB1A3 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 163 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.31 |
| HSL | 77.14º | 0.08% | 0.67% | - |
| HSV(B) | 77.14º | 0.08% | 0.69% | - |
| XYZ | 39.57 | 42.97 | 40.86 | - |
| YUV | 174.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 163 | 0.02 | 0 | 0.08 | 0.31 | 77.14 | 0.08 | 0.67 |
| Hex | AD | B1 | A3 | 2 | 0 | 8 | 1F | 4D | 8 | 43 |
| Octal | 255 | 261 | 243 | 2 | 0 | 10 | 37 | 115 | 10 | 103 |
| Binary | 10101101 | 10110001 | 10100011 | 10 | 0 | 1000 | 11111 | 1001101 | 1000 | 1000011 |
Color Harmonies of #ADB1A3
Complementary color
Monochromatic Colors of #ADB1A3
Black with #ADB1A3
Text Example
Text Example
White with #ADB1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1A3; }
p { color: rgb(173,177,163); }
H1.HeaderClassName
{
color: #ADB1A3;
}
.AnyTagClassName
{
color: #ADB1A3;
}
</style>
background-color css
<style>
a { background-color: #ADB1A3; }
a { background-color: rgb(173,177,163); }
div.DivClassName
{
background-color: #ADB1A3;
}
.BgClassName
{
background-color: #ADB1A3;
}
</style>
border-color css
<style>
span { border-color: #ADB1A3; }
span { border-color: rgb(173,177,163); }
td.TdClassName
{
border-color: #ADB1A3;
}
.TagClassName
{
border-color: #ADB1A3;
}
</style>