Shades of Summer Green #A0BAA5
Tints of Summer Green #A0BAA5
RGB
CMYK
RGB Variations
Color information
#A0BAA5 (or 0xA0BAA5) is known color: Summer Green. HEX triplet: A0, BA and A5. RGB value is (160,186,165). Sum of RGB (Red+Green+Blue) = 160+186+165=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA5 is #5F455A. Grayscale: #AFAFAF. Windows color (decimal): -6243675 or 10861216. OLE color: 10861216.
HSL color Cylindrical-coordinate representation of color #A0BAA5: hue angle of 131.54º 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 #A0BAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 165 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.27 |
| HSL | 131.54º | 0.16% | 0.68% | - |
| HSV(B) | 131.54º | 0.14% | 0.73% | - |
| XYZ | 38.85 | 45.31 | 42.3 | - |
| YUV | 175.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 165 | 0.14 | 0 | 0.11 | 0.27 | 131.54 | 0.16 | 0.68 |
| Hex | A0 | BA | A5 | E | 0 | B | 1B | 84 | 10 | 44 |
| Octal | 240 | 272 | 245 | 16 | 0 | 13 | 33 | 204 | 20 | 104 |
| Binary | 10100000 | 10111010 | 10100101 | 1110 | 0 | 1011 | 11011 | 10000100 | 10000 | 1000100 |
Color Harmonies of #A0BAA5
Complementary color
Monochromatic Colors of #A0BAA5
Black with #A0BAA5
Text Example
Text Example
White with #A0BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAA5; }
p { color: rgb(160,186,165); }
H1.HeaderClassName
{
color: #A0BAA5;
}
.AnyTagClassName
{
color: #A0BAA5;
}
</style>
background-color css
<style>
a { background-color: #A0BAA5; }
a { background-color: rgb(160,186,165); }
div.DivClassName
{
background-color: #A0BAA5;
}
.BgClassName
{
background-color: #A0BAA5;
}
</style>
border-color css
<style>
span { border-color: #A0BAA5; }
span { border-color: rgb(160,186,165); }
td.TdClassName
{
border-color: #A0BAA5;
}
.TagClassName
{
border-color: #A0BAA5;
}
</style>