Shades of Green Spring #ADB1A2
Tints of Green Spring #ADB1A2
RGB
CMYK
RGB Variations
Color information
#ADB1A2 (or 0xADB1A2) is known color: Green Spring. HEX triplet: AD, B1 and A2. RGB value is (173,177,162). Sum of RGB (Red+Green+Blue) = 173+177+162=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A2 is #524E5D. Grayscale: #AEAEAE. Windows color (decimal): -5394014 or 10662317. OLE color: 10662317.
HSL color Cylindrical-coordinate representation of color #ADB1A2: hue angle of 76º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB1A2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 177 | 162 | - |
CMYK | 0.02 | 0 | 0.08 | 0.31 |
HSL | 76º | 0.09% | 0.66% | - |
HSV(B) | 76º | 0.08% | 0.69% | - |
XYZ | 39.48 | 42.94 | 40.39 | - |
YUV | 174.09 | 121.17 | 127.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 177 | 162 | 0.02 | 0 | 0.08 | 0.31 | 76 | 0.09 | 0.66 |
Hex | AD | B1 | A2 | 2 | 0 | 8 | 1F | 4C | 9 | 42 |
Octal | 255 | 261 | 242 | 2 | 0 | 10 | 37 | 114 | 11 | 102 |
Binary | 10101101 | 10110001 | 10100010 | 10 | 0 | 1000 | 11111 | 1001100 | 1001 | 1000010 |
Color Harmonies of #ADB1A2
Complementary color
Monochromatic Colors of #ADB1A2
Black with #ADB1A2
Text Example
Text Example
White with #ADB1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1A2; }
p { color: rgb(173,177,162); }
H1.HeaderClassName
{
color: #ADB1A2;
}
.AnyTagClassName
{
color: #ADB1A2;
}
</style>
background-color css
<style>
a { background-color: #ADB1A2; }
a { background-color: rgb(173,177,162); }
div.DivClassName
{
background-color: #ADB1A2;
}
.BgClassName
{
background-color: #ADB1A2;
}
</style>
border-color css
<style>
span { border-color: #ADB1A2; }
span { border-color: rgb(173,177,162); }
td.TdClassName
{
border-color: #ADB1A2;
}
.TagClassName
{
border-color: #ADB1A2;
}
</style>