Shades of Green Spring #ADB1A1
Tints of Green Spring #ADB1A1
RGB
CMYK
RGB Variations
Color information
#ADB1A1 (or 0xADB1A1) is known color: Green Spring. HEX triplet: AD, B1 and A1. RGB value is (173,177,161). Sum of RGB (Red+Green+Blue) = 173+177+161=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A1 is #524E5E. Grayscale: #AEAEAE. Windows color (decimal): -5394015 or 10596781. OLE color: 10596781.
HSL color Cylindrical-coordinate representation of color #ADB1A1: hue angle of 75º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB1A1 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 161 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.31 |
| HSL | 75º | 0.09% | 0.66% | - |
| HSV(B) | 75º | 0.09% | 0.69% | - |
| XYZ | 39.39 | 42.9 | 39.92 | - |
| YUV | 173.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 161 | 0.02 | 0 | 0.09 | 0.31 | 75 | 0.09 | 0.66 |
| Hex | AD | B1 | A1 | 2 | 0 | 9 | 1F | 4B | 9 | 42 |
| Octal | 255 | 261 | 241 | 2 | 0 | 11 | 37 | 113 | 11 | 102 |
| Binary | 10101101 | 10110001 | 10100001 | 10 | 0 | 1001 | 11111 | 1001011 | 1001 | 1000010 |
Color Harmonies of #ADB1A1
Complementary color
Monochromatic Colors of #ADB1A1
Black with #ADB1A1
Text Example
Text Example
White with #ADB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1A1; }
p { color: rgb(173,177,161); }
H1.HeaderClassName
{
color: #ADB1A1;
}
.AnyTagClassName
{
color: #ADB1A1;
}
</style>
background-color css
<style>
a { background-color: #ADB1A1; }
a { background-color: rgb(173,177,161); }
div.DivClassName
{
background-color: #ADB1A1;
}
.BgClassName
{
background-color: #ADB1A1;
}
</style>
border-color css
<style>
span { border-color: #ADB1A1; }
span { border-color: rgb(173,177,161); }
td.TdClassName
{
border-color: #ADB1A1;
}
.TagClassName
{
border-color: #ADB1A1;
}
</style>