Shades of Summer Green #8AAF96
Tints of Summer Green #8AAF96
RGB
CMYK
RGB Variations
Color information
#8AAF96 (or 0x8AAF96) is known color: Summer Green. HEX triplet: 8A, AF and 96. RGB value is (138,175,150). Sum of RGB (Red+Green+Blue) = 138+175+150=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF96 is #755069. Grayscale: #A1A1A1. Windows color (decimal): -7688298 or 9875338. OLE color: 9875338.
HSL color Cylindrical-coordinate representation of color #8AAF96: hue angle of 139.46º 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 #8AAF96 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 150 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.31 |
| HSL | 139.46º | 0.19% | 0.61% | - |
| HSV(B) | 139.46º | 0.21% | 0.69% | - |
| XYZ | 31.32 | 38.27 | 34.59 | - |
| YUV | 161.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 150 | 0.21 | 0 | 0.14 | 0.31 | 139.46 | 0.19 | 0.61 |
| Hex | 8A | AF | 96 | 15 | 0 | E | 1F | 8B | 13 | 3D |
| Octal | 212 | 257 | 226 | 25 | 0 | 16 | 37 | 213 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10010110 | 10101 | 0 | 1110 | 11111 | 10001011 | 10011 | 111101 |
Color Harmonies of #8AAF96
Complementary color
Monochromatic Colors of #8AAF96
Black with #8AAF96
Text Example
Text Example
White with #8AAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF96; }
p { color: rgb(138,175,150); }
H1.HeaderClassName
{
color: #8AAF96;
}
.AnyTagClassName
{
color: #8AAF96;
}
</style>
background-color css
<style>
a { background-color: #8AAF96; }
a { background-color: rgb(138,175,150); }
div.DivClassName
{
background-color: #8AAF96;
}
.BgClassName
{
background-color: #8AAF96;
}
</style>
border-color css
<style>
span { border-color: #8AAF96; }
span { border-color: rgb(138,175,150); }
td.TdClassName
{
border-color: #8AAF96;
}
.TagClassName
{
border-color: #8AAF96;
}
</style>