Shades of Shadow Green #A0BDB3
Tints of Shadow Green #A0BDB3
RGB
CMYK
RGB Variations
Color information
#A0BDB3 (or 0xA0BDB3) is known color: Shadow Green. HEX triplet: A0, BD and B3. RGB value is (160,189,179). Sum of RGB (Red+Green+Blue) = 160+189+179=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDB3 is #5F424C. Grayscale: #B3B3B3. Windows color (decimal): -6242893 or 11779488. OLE color: 11779488.
HSL color Cylindrical-coordinate representation of color #A0BDB3: hue angle of 159.31º 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 #A0BDB3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 160 | 189 | 179 | - |
CMYK | 0.15 | 0 | 0.05 | 0.26 |
HSL | 159.31º | 0.18% | 0.68% | - |
HSV(B) | 159.31º | 0.15% | 0.74% | - |
XYZ | 40.83 | 47.12 | 49.59 | - |
YUV | 179.19 | 127.89 | 114.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 189 | 179 | 0.15 | 0 | 0.05 | 0.26 | 159.31 | 0.18 | 0.68 |
Hex | A0 | BD | B3 | F | 0 | 5 | 1A | 9F | 12 | 44 |
Octal | 240 | 275 | 263 | 17 | 0 | 5 | 32 | 237 | 22 | 104 |
Binary | 10100000 | 10111101 | 10110011 | 1111 | 0 | 101 | 11010 | 10011111 | 10010 | 1000100 |
Color Harmonies of #A0BDB3
Complementary color
Monochromatic Colors of #A0BDB3
Black with #A0BDB3
Text Example
Text Example
White with #A0BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDB3; }
p { color: rgb(160,189,179); }
H1.HeaderClassName
{
color: #A0BDB3;
}
.AnyTagClassName
{
color: #A0BDB3;
}
</style>
background-color css
<style>
a { background-color: #A0BDB3; }
a { background-color: rgb(160,189,179); }
div.DivClassName
{
background-color: #A0BDB3;
}
.BgClassName
{
background-color: #A0BDB3;
}
</style>
border-color css
<style>
span { border-color: #A0BDB3; }
span { border-color: rgb(160,189,179); }
td.TdClassName
{
border-color: #A0BDB3;
}
.TagClassName
{
border-color: #A0BDB3;
}
</style>