Shades of Summer Green #A0B4A5
Tints of Summer Green #A0B4A5
RGB
CMYK
RGB Variations
Color information
#A0B4A5 (or 0xA0B4A5) is known color: Summer Green. HEX triplet: A0, B4 and A5. RGB value is (160,180,165). Sum of RGB (Red+Green+Blue) = 160+180+165=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4A5 is #5F4B5A. Grayscale: #ACACAC. Windows color (decimal): -6245211 or 10859680. OLE color: 10859680.
HSL color Cylindrical-coordinate representation of color #A0B4A5: hue angle of 135º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B4A5 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 180 | 165 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.29 |
| HSL | 135º | 0.12% | 0.67% | - |
| HSV(B) | 135º | 0.11% | 0.71% | - |
| XYZ | 37.61 | 42.83 | 41.88 | - |
| YUV | 172.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 165 | 0.11 | 0 | 0.08 | 0.29 | 135 | 0.12 | 0.67 |
| Hex | A0 | B4 | A5 | B | 0 | 8 | 1D | 87 | C | 43 |
| Octal | 240 | 264 | 245 | 13 | 0 | 10 | 35 | 207 | 14 | 103 |
| Binary | 10100000 | 10110100 | 10100101 | 1011 | 0 | 1000 | 11101 | 10000111 | 1100 | 1000011 |
Color Harmonies of #A0B4A5
Complementary color
Monochromatic Colors of #A0B4A5
Black with #A0B4A5
Text Example
Text Example
White with #A0B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B4A5; }
p { color: rgb(160,180,165); }
H1.HeaderClassName
{
color: #A0B4A5;
}
.AnyTagClassName
{
color: #A0B4A5;
}
</style>
background-color css
<style>
a { background-color: #A0B4A5; }
a { background-color: rgb(160,180,165); }
div.DivClassName
{
background-color: #A0B4A5;
}
.BgClassName
{
background-color: #A0B4A5;
}
</style>
border-color css
<style>
span { border-color: #A0B4A5; }
span { border-color: rgb(160,180,165); }
td.TdClassName
{
border-color: #A0B4A5;
}
.TagClassName
{
border-color: #A0B4A5;
}
</style>