Shades of Summer Green #8AC9A0
Tints of Summer Green #8AC9A0
RGB
CMYK
RGB Variations
Color information
#8AC9A0 (or 0x8AC9A0) is known color: Summer Green. HEX triplet: 8A, C9 and A0. RGB value is (138,201,160). Sum of RGB (Red+Green+Blue) = 138+201+160=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC9A0 is #75365F. Grayscale: #B1B1B1. Windows color (decimal): -7681632 or 10537354. OLE color: 10537354.
HSL color Cylindrical-coordinate representation of color #8AC9A0: hue angle of 140.95º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC9A0 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 160 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.21 |
| HSL | 140.95º | 0.37% | 0.66% | - |
| HSV(B) | 140.95º | 0.31% | 0.79% | - |
| XYZ | 37.71 | 49.71 | 40.87 | - |
| YUV | 177.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 160 | 0.31 | 0 | 0.20 | 0.21 | 140.95 | 0.37 | 0.66 |
| Hex | 8A | C9 | A0 | 1F | 0 | 14 | 15 | 8D | 25 | 42 |
| Octal | 212 | 311 | 240 | 37 | 0 | 24 | 25 | 215 | 45 | 102 |
| Binary | 10001010 | 11001001 | 10100000 | 11111 | 0 | 10100 | 10101 | 10001101 | 100101 | 1000010 |
Color Harmonies of #8AC9A0
Complementary color
Monochromatic Colors of #8AC9A0
Black with #8AC9A0
Text Example
Text Example
White with #8AC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC9A0; }
p { color: rgb(138,201,160); }
H1.HeaderClassName
{
color: #8AC9A0;
}
.AnyTagClassName
{
color: #8AC9A0;
}
</style>
background-color css
<style>
a { background-color: #8AC9A0; }
a { background-color: rgb(138,201,160); }
div.DivClassName
{
background-color: #8AC9A0;
}
.BgClassName
{
background-color: #8AC9A0;
}
</style>
border-color css
<style>
span { border-color: #8AC9A0; }
span { border-color: rgb(138,201,160); }
td.TdClassName
{
border-color: #8AC9A0;
}
.TagClassName
{
border-color: #8AC9A0;
}
</style>