Shades of Summer Green #8AAC98
Tints of Summer Green #8AAC98
RGB
CMYK
RGB Variations
Color information
#8AAC98 (or 0x8AAC98) is known color: Summer Green. HEX triplet: 8A, AC and 98. RGB value is (138,172,152). Sum of RGB (Red+Green+Blue) = 138+172+152=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC98 is #755367. Grayscale: #9F9F9F. Windows color (decimal): -7689064 or 10005642. OLE color: 10005642.
HSL color Cylindrical-coordinate representation of color #8AAC98: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAC98 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 152 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.33 |
| HSL | 144.71º | 0.17% | 0.61% | - |
| HSV(B) | 144.71º | 0.2% | 0.67% | - |
| XYZ | 30.9 | 37.18 | 35.25 | - |
| YUV | 159.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 152 | 0.20 | 0 | 0.12 | 0.33 | 144.71 | 0.17 | 0.61 |
| Hex | 8A | AC | 98 | 14 | 0 | C | 21 | 91 | 11 | 3D |
| Octal | 212 | 254 | 230 | 24 | 0 | 14 | 41 | 221 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10011000 | 10100 | 0 | 1100 | 100001 | 10010001 | 10001 | 111101 |
Color Harmonies of #8AAC98
Complementary color
Monochromatic Colors of #8AAC98
Black with #8AAC98
Text Example
Text Example
White with #8AAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC98; }
p { color: rgb(138,172,152); }
H1.HeaderClassName
{
color: #8AAC98;
}
.AnyTagClassName
{
color: #8AAC98;
}
</style>
background-color css
<style>
a { background-color: #8AAC98; }
a { background-color: rgb(138,172,152); }
div.DivClassName
{
background-color: #8AAC98;
}
.BgClassName
{
background-color: #8AAC98;
}
</style>
border-color css
<style>
span { border-color: #8AAC98; }
span { border-color: rgb(138,172,152); }
td.TdClassName
{
border-color: #8AAC98;
}
.TagClassName
{
border-color: #8AAC98;
}
</style>