Shades of Summer Green #8CAF96
Tints of Summer Green #8CAF96
RGB
CMYK
RGB Variations
Color information
#8CAF96 (or 0x8CAF96) is known color: Summer Green. HEX triplet: 8C, AF and 96. RGB value is (140,175,150). Sum of RGB (Red+Green+Blue) = 140+175+150=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF96 is #735069. Grayscale: #A1A1A1. Windows color (decimal): -7557226 or 9875340. OLE color: 9875340.
HSL color Cylindrical-coordinate representation of color #8CAF96: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF96 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 150 | - |
| CMYK | 0.2 | 0 | 0.14 | 0.31 |
| HSL | 137.14º | 0.18% | 0.62% | - |
| HSV(B) | 137.14º | 0.2% | 0.69% | - |
| XYZ | 31.65 | 38.44 | 34.61 | - |
| YUV | 161.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 150 | 0.2 | 0 | 0.14 | 0.31 | 137.14 | 0.18 | 0.62 |
| Hex | 8C | AF | 96 | 14 | 0 | E | 1F | 89 | 12 | 3E |
| Octal | 214 | 257 | 226 | 24 | 0 | 16 | 37 | 211 | 22 | 76 |
| Binary | 10001100 | 10101111 | 10010110 | 10100 | 0 | 1110 | 11111 | 10001001 | 10010 | 111110 |
Color Harmonies of #8CAF96
Complementary color
Monochromatic Colors of #8CAF96
Black with #8CAF96
Text Example
Text Example
White with #8CAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF96; }
p { color: rgb(140,175,150); }
H1.HeaderClassName
{
color: #8CAF96;
}
.AnyTagClassName
{
color: #8CAF96;
}
</style>
background-color css
<style>
a { background-color: #8CAF96; }
a { background-color: rgb(140,175,150); }
div.DivClassName
{
background-color: #8CAF96;
}
.BgClassName
{
background-color: #8CAF96;
}
</style>
border-color css
<style>
span { border-color: #8CAF96; }
span { border-color: rgb(140,175,150); }
td.TdClassName
{
border-color: #8CAF96;
}
.TagClassName
{
border-color: #8CAF96;
}
</style>