Shades of Summer Green #8AAF98
Tints of Summer Green #8AAF98
RGB
CMYK
RGB Variations
Color information
#8AAF98 (or 0x8AAF98) is known color: Summer Green. HEX triplet: 8A, AF and 98. RGB value is (138,175,152). Sum of RGB (Red+Green+Blue) = 138+175+152=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF98 is #755067. Grayscale: #A1A1A1. Windows color (decimal): -7688296 or 10006410. OLE color: 10006410.
HSL color Cylindrical-coordinate representation of color #8AAF98: hue angle of 142.7º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF98 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 152 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.31 |
| HSL | 142.7º | 0.19% | 0.61% | - |
| HSV(B) | 142.7º | 0.21% | 0.69% | - |
| XYZ | 31.48 | 38.33 | 35.45 | - |
| YUV | 161.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 152 | 0.21 | 0 | 0.13 | 0.31 | 142.7 | 0.19 | 0.61 |
| Hex | 8A | AF | 98 | 15 | 0 | D | 1F | 8F | 13 | 3D |
| Octal | 212 | 257 | 230 | 25 | 0 | 15 | 37 | 217 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10011000 | 10101 | 0 | 1101 | 11111 | 10001111 | 10011 | 111101 |
Color Harmonies of #8AAF98
Complementary color
Monochromatic Colors of #8AAF98
Black with #8AAF98
Text Example
Text Example
White with #8AAF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF98; }
p { color: rgb(138,175,152); }
H1.HeaderClassName
{
color: #8AAF98;
}
.AnyTagClassName
{
color: #8AAF98;
}
</style>
background-color css
<style>
a { background-color: #8AAF98; }
a { background-color: rgb(138,175,152); }
div.DivClassName
{
background-color: #8AAF98;
}
.BgClassName
{
background-color: #8AAF98;
}
</style>
border-color css
<style>
span { border-color: #8AAF98; }
span { border-color: rgb(138,175,152); }
td.TdClassName
{
border-color: #8AAF98;
}
.TagClassName
{
border-color: #8AAF98;
}
</style>