Shades of Summer Green #8AB097
Tints of Summer Green #8AB097
RGB
CMYK
RGB Variations
Color information
#8AB097 (or 0x8AB097) is known color: Summer Green. HEX triplet: 8A, B0 and 97. RGB value is (138,176,151). Sum of RGB (Red+Green+Blue) = 138+176+151=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB097 is #754F68. Grayscale: #A1A1A1. Windows color (decimal): -7688041 or 9941130. OLE color: 9941130.
HSL color Cylindrical-coordinate representation of color #8AB097: hue angle of 140.53º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB097 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 151 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.31 |
| HSL | 140.53º | 0.19% | 0.62% | - |
| HSV(B) | 140.53º | 0.22% | 0.69% | - |
| XYZ | 31.59 | 38.69 | 35.08 | - |
| YUV | 161.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 151 | 0.22 | 0 | 0.14 | 0.31 | 140.53 | 0.19 | 0.62 |
| Hex | 8A | B0 | 97 | 16 | 0 | E | 1F | 8D | 13 | 3E |
| Octal | 212 | 260 | 227 | 26 | 0 | 16 | 37 | 215 | 23 | 76 |
| Binary | 10001010 | 10110000 | 10010111 | 10110 | 0 | 1110 | 11111 | 10001101 | 10011 | 111110 |
Color Harmonies of #8AB097
Complementary color
Monochromatic Colors of #8AB097
Black with #8AB097
Text Example
Text Example
White with #8AB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB097; }
p { color: rgb(138,176,151); }
H1.HeaderClassName
{
color: #8AB097;
}
.AnyTagClassName
{
color: #8AB097;
}
</style>
background-color css
<style>
a { background-color: #8AB097; }
a { background-color: rgb(138,176,151); }
div.DivClassName
{
background-color: #8AB097;
}
.BgClassName
{
background-color: #8AB097;
}
</style>
border-color css
<style>
span { border-color: #8AB097; }
span { border-color: rgb(138,176,151); }
td.TdClassName
{
border-color: #8AB097;
}
.TagClassName
{
border-color: #8AB097;
}
</style>