Shades of Shadow Green #A0BDB4
Tints of Shadow Green #A0BDB4
RGB
CMYK
RGB Variations
Color information
#A0BDB4 (or 0xA0BDB4) is known color: Shadow Green. HEX triplet: A0, BD and B4. RGB value is (160,189,180). Sum of RGB (Red+Green+Blue) = 160+189+180=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDB4 is #5F424B. Grayscale: #B3B3B3. Windows color (decimal): -6242892 or 11845024. OLE color: 11845024.
HSL color Cylindrical-coordinate representation of color #A0BDB4: hue angle of 161.38º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDB4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 180 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.26 |
| HSL | 161.38º | 0.18% | 0.68% | - |
| HSV(B) | 161.38º | 0.15% | 0.74% | - |
| XYZ | 40.93 | 47.16 | 50.13 | - |
| YUV | 179.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 180 | 0.15 | 0 | 0.05 | 0.26 | 161.38 | 0.18 | 0.68 |
| Hex | A0 | BD | B4 | F | 0 | 5 | 1A | A1 | 12 | 44 |
| Octal | 240 | 275 | 264 | 17 | 0 | 5 | 32 | 241 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10110100 | 1111 | 0 | 101 | 11010 | 10100001 | 10010 | 1000100 |
Color Harmonies of #A0BDB4
Complementary color
Monochromatic Colors of #A0BDB4
Black with #A0BDB4
Text Example
Text Example
White with #A0BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDB4; }
p { color: rgb(160,189,180); }
H1.HeaderClassName
{
color: #A0BDB4;
}
.AnyTagClassName
{
color: #A0BDB4;
}
</style>
background-color css
<style>
a { background-color: #A0BDB4; }
a { background-color: rgb(160,189,180); }
div.DivClassName
{
background-color: #A0BDB4;
}
.BgClassName
{
background-color: #A0BDB4;
}
</style>
border-color css
<style>
span { border-color: #A0BDB4; }
span { border-color: rgb(160,189,180); }
td.TdClassName
{
border-color: #A0BDB4;
}
.TagClassName
{
border-color: #A0BDB4;
}
</style>