Shades of Summer Green #8CA997
Tints of Summer Green #8CA997
RGB
CMYK
RGB Variations
Color information
#8CA997 (or 0x8CA997) is known color: Summer Green. HEX triplet: 8C, A9 and 97. RGB value is (140,169,151). Sum of RGB (Red+Green+Blue) = 140+169+151=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA997 is #735668. Grayscale: #9E9E9E. Windows color (decimal): -7558761 or 9939340. OLE color: 9939340.
HSL color Cylindrical-coordinate representation of color #8CA997: hue angle of 142.76º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA997 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 151 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.34 |
| HSL | 142.76º | 0.14% | 0.61% | - |
| HSV(B) | 142.76º | 0.17% | 0.66% | - |
| XYZ | 30.59 | 36.19 | 34.65 | - |
| YUV | 158.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 151 | 0.17 | 0 | 0.11 | 0.34 | 142.76 | 0.14 | 0.61 |
| Hex | 8C | A9 | 97 | 11 | 0 | B | 22 | 8F | E | 3D |
| Octal | 214 | 251 | 227 | 21 | 0 | 13 | 42 | 217 | 16 | 75 |
| Binary | 10001100 | 10101001 | 10010111 | 10001 | 0 | 1011 | 100010 | 10001111 | 1110 | 111101 |
Color Harmonies of #8CA997
Complementary color
Monochromatic Colors of #8CA997
Black with #8CA997
Text Example
Text Example
White with #8CA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA997; }
p { color: rgb(140,169,151); }
H1.HeaderClassName
{
color: #8CA997;
}
.AnyTagClassName
{
color: #8CA997;
}
</style>
background-color css
<style>
a { background-color: #8CA997; }
a { background-color: rgb(140,169,151); }
div.DivClassName
{
background-color: #8CA997;
}
.BgClassName
{
background-color: #8CA997;
}
</style>
border-color css
<style>
span { border-color: #8CA997; }
span { border-color: rgb(140,169,151); }
td.TdClassName
{
border-color: #8CA997;
}
.TagClassName
{
border-color: #8CA997;
}
</style>