Shades of Summer Green #8CA996
Tints of Summer Green #8CA996
RGB
CMYK
RGB Variations
Color information
#8CA996 (or 0x8CA996) is known color: Summer Green. HEX triplet: 8C, A9 and 96. RGB value is (140,169,150). Sum of RGB (Red+Green+Blue) = 140+169+150=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA996 is #735669. Grayscale: #9E9E9E. Windows color (decimal): -7558762 or 9873804. OLE color: 9873804.
HSL color Cylindrical-coordinate representation of color #8CA996: hue angle of 140.69º 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 #8CA996 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 150 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.34 |
| HSL | 140.69º | 0.14% | 0.61% | - |
| HSV(B) | 140.69º | 0.17% | 0.66% | - |
| XYZ | 30.51 | 36.15 | 34.22 | - |
| YUV | 158.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 150 | 0.17 | 0 | 0.11 | 0.34 | 140.69 | 0.14 | 0.61 |
| Hex | 8C | A9 | 96 | 11 | 0 | B | 22 | 8D | E | 3D |
| Octal | 214 | 251 | 226 | 21 | 0 | 13 | 42 | 215 | 16 | 75 |
| Binary | 10001100 | 10101001 | 10010110 | 10001 | 0 | 1011 | 100010 | 10001101 | 1110 | 111101 |
Color Harmonies of #8CA996
Complementary color
Monochromatic Colors of #8CA996
Black with #8CA996
Text Example
Text Example
White with #8CA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA996; }
p { color: rgb(140,169,150); }
H1.HeaderClassName
{
color: #8CA996;
}
.AnyTagClassName
{
color: #8CA996;
}
</style>
background-color css
<style>
a { background-color: #8CA996; }
a { background-color: rgb(140,169,150); }
div.DivClassName
{
background-color: #8CA996;
}
.BgClassName
{
background-color: #8CA996;
}
</style>
border-color css
<style>
span { border-color: #8CA996; }
span { border-color: rgb(140,169,150); }
td.TdClassName
{
border-color: #8CA996;
}
.TagClassName
{
border-color: #8CA996;
}
</style>