Shades of Summer Green #8AAF99
Tints of Summer Green #8AAF99
RGB
CMYK
RGB Variations
Color information
#8AAF99 (or 0x8AAF99) is known color: Summer Green. HEX triplet: 8A, AF and 99. RGB value is (138,175,153). Sum of RGB (Red+Green+Blue) = 138+175+153=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF99 is #755066. Grayscale: #A1A1A1. Windows color (decimal): -7688295 or 10071946. OLE color: 10071946.
HSL color Cylindrical-coordinate representation of color #8AAF99: hue angle of 144.32º 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 #8AAF99 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 153 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.31 |
| HSL | 144.32º | 0.19% | 0.61% | - |
| HSV(B) | 144.32º | 0.21% | 0.69% | - |
| XYZ | 31.56 | 38.36 | 35.88 | - |
| YUV | 161.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 153 | 0.21 | 0 | 0.13 | 0.31 | 144.32 | 0.19 | 0.61 |
| Hex | 8A | AF | 99 | 15 | 0 | D | 1F | 90 | 13 | 3D |
| Octal | 212 | 257 | 231 | 25 | 0 | 15 | 37 | 220 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10011001 | 10101 | 0 | 1101 | 11111 | 10010000 | 10011 | 111101 |
Color Harmonies of #8AAF99
Complementary color
Monochromatic Colors of #8AAF99
Black with #8AAF99
Text Example
Text Example
White with #8AAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF99; }
p { color: rgb(138,175,153); }
H1.HeaderClassName
{
color: #8AAF99;
}
.AnyTagClassName
{
color: #8AAF99;
}
</style>
background-color css
<style>
a { background-color: #8AAF99; }
a { background-color: rgb(138,175,153); }
div.DivClassName
{
background-color: #8AAF99;
}
.BgClassName
{
background-color: #8AAF99;
}
</style>
border-color css
<style>
span { border-color: #8AAF99; }
span { border-color: rgb(138,175,153); }
td.TdClassName
{
border-color: #8AAF99;
}
.TagClassName
{
border-color: #8AAF99;
}
</style>