Shades of Summer Green #A0BAA7
Tints of Summer Green #A0BAA7
RGB
CMYK
RGB Variations
Color information
#A0BAA7 (or 0xA0BAA7) is known color: Summer Green. HEX triplet: A0, BA and A7. RGB value is (160,186,167). Sum of RGB (Red+Green+Blue) = 160+186+167=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA7 is #5F4558. Grayscale: #B0B0B0. Windows color (decimal): -6243673 or 10992288. OLE color: 10992288.
HSL color Cylindrical-coordinate representation of color #A0BAA7: hue angle of 136.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BAA7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 167 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.27 |
| HSL | 136.15º | 0.16% | 0.68% | - |
| HSV(B) | 136.15º | 0.14% | 0.73% | - |
| XYZ | 39.03 | 45.38 | 43.26 | - |
| YUV | 176.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 167 | 0.14 | 0 | 0.10 | 0.27 | 136.15 | 0.16 | 0.68 |
| Hex | A0 | BA | A7 | E | 0 | A | 1B | 88 | 10 | 44 |
| Octal | 240 | 272 | 247 | 16 | 0 | 12 | 33 | 210 | 20 | 104 |
| Binary | 10100000 | 10111010 | 10100111 | 1110 | 0 | 1010 | 11011 | 10001000 | 10000 | 1000100 |
Color Harmonies of #A0BAA7
Complementary color
Monochromatic Colors of #A0BAA7
Black with #A0BAA7
Text Example
Text Example
White with #A0BAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAA7; }
p { color: rgb(160,186,167); }
H1.HeaderClassName
{
color: #A0BAA7;
}
.AnyTagClassName
{
color: #A0BAA7;
}
</style>
background-color css
<style>
a { background-color: #A0BAA7; }
a { background-color: rgb(160,186,167); }
div.DivClassName
{
background-color: #A0BAA7;
}
.BgClassName
{
background-color: #A0BAA7;
}
</style>
border-color css
<style>
span { border-color: #A0BAA7; }
span { border-color: rgb(160,186,167); }
td.TdClassName
{
border-color: #A0BAA7;
}
.TagClassName
{
border-color: #A0BAA7;
}
</style>