Shades of Summer Green #8AAB96
Tints of Summer Green #8AAB96
RGB
CMYK
RGB Variations
Color information
#8AAB96 (or 0x8AAB96) is known color: Summer Green. HEX triplet: 8A, AB and 96. RGB value is (138,171,150). Sum of RGB (Red+Green+Blue) = 138+171+150=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB96 is #755469. Grayscale: #9E9E9E. Windows color (decimal): -7689322 or 9874314. OLE color: 9874314.
HSL color Cylindrical-coordinate representation of color #8AAB96: hue angle of 141.82º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAB96 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 150 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.33 |
| HSL | 141.82º | 0.16% | 0.61% | - |
| HSV(B) | 141.82º | 0.19% | 0.67% | - |
| XYZ | 30.55 | 36.73 | 34.33 | - |
| YUV | 158.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 150 | 0.19 | 0 | 0.12 | 0.33 | 141.82 | 0.16 | 0.61 |
| Hex | 8A | AB | 96 | 13 | 0 | C | 21 | 8E | 10 | 3D |
| Octal | 212 | 253 | 226 | 23 | 0 | 14 | 41 | 216 | 20 | 75 |
| Binary | 10001010 | 10101011 | 10010110 | 10011 | 0 | 1100 | 100001 | 10001110 | 10000 | 111101 |
Color Harmonies of #8AAB96
Complementary color
Monochromatic Colors of #8AAB96
Black with #8AAB96
Text Example
Text Example
White with #8AAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB96; }
p { color: rgb(138,171,150); }
H1.HeaderClassName
{
color: #8AAB96;
}
.AnyTagClassName
{
color: #8AAB96;
}
</style>
background-color css
<style>
a { background-color: #8AAB96; }
a { background-color: rgb(138,171,150); }
div.DivClassName
{
background-color: #8AAB96;
}
.BgClassName
{
background-color: #8AAB96;
}
</style>
border-color css
<style>
span { border-color: #8AAB96; }
span { border-color: rgb(138,171,150); }
td.TdClassName
{
border-color: #8AAB96;
}
.TagClassName
{
border-color: #8AAB96;
}
</style>