Shades of Summer Green #8AAF9D
Tints of Summer Green #8AAF9D
RGB
CMYK
RGB Variations
Color information
#8AAF9D (or 0x8AAF9D) is known color: Summer Green. HEX triplet: 8A, AF and 9D. RGB value is (138,175,157). Sum of RGB (Red+Green+Blue) = 138+175+157=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9D is #755062. Grayscale: #A1A1A1. Windows color (decimal): -7688291 or 10334090. OLE color: 10334090.
HSL color Cylindrical-coordinate representation of color #8AAF9D: hue angle of 150.81º 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 #8AAF9D is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 157 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.31 |
| HSL | 150.81º | 0.19% | 0.61% | - |
| HSV(B) | 150.81º | 0.21% | 0.69% | - |
| XYZ | 31.9 | 38.5 | 37.65 | - |
| YUV | 161.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 157 | 0.21 | 0 | 0.10 | 0.31 | 150.81 | 0.19 | 0.61 |
| Hex | 8A | AF | 9D | 15 | 0 | A | 1F | 97 | 13 | 3D |
| Octal | 212 | 257 | 235 | 25 | 0 | 12 | 37 | 227 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10011101 | 10101 | 0 | 1010 | 11111 | 10010111 | 10011 | 111101 |
Color Harmonies of #8AAF9D
Complementary color
Monochromatic Colors of #8AAF9D
Black with #8AAF9D
Text Example
Text Example
White with #8AAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF9D; }
p { color: rgb(138,175,157); }
H1.HeaderClassName
{
color: #8AAF9D;
}
.AnyTagClassName
{
color: #8AAF9D;
}
</style>
background-color css
<style>
a { background-color: #8AAF9D; }
a { background-color: rgb(138,175,157); }
div.DivClassName
{
background-color: #8AAF9D;
}
.BgClassName
{
background-color: #8AAF9D;
}
</style>
border-color css
<style>
span { border-color: #8AAF9D; }
span { border-color: rgb(138,175,157); }
td.TdClassName
{
border-color: #8AAF9D;
}
.TagClassName
{
border-color: #8AAF9D;
}
</style>