Shades of Summer Green #8CCA9B
Tints of Summer Green #8CCA9B
RGB
CMYK
RGB Variations
Color information
#8CCA9B (or 0x8CCA9B) is known color: Summer Green. HEX triplet: 8C, CA and 9B. RGB value is (140,202,155). Sum of RGB (Red+Green+Blue) = 140+202+155=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA9B is #733564. Grayscale: #B2B2B2. Windows color (decimal): -7550309 or 10209932. OLE color: 10209932.
HSL color Cylindrical-coordinate representation of color #8CCA9B: hue angle of 134.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCA9B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 155 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.21 |
| HSL | 134.52º | 0.37% | 0.67% | - |
| HSV(B) | 134.52º | 0.31% | 0.79% | - |
| XYZ | 37.85 | 50.18 | 38.7 | - |
| YUV | 178.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 155 | 0.31 | 0 | 0.23 | 0.21 | 134.52 | 0.37 | 0.67 |
| Hex | 8C | CA | 9B | 1F | 0 | 17 | 15 | 87 | 25 | 43 |
| Octal | 214 | 312 | 233 | 37 | 0 | 27 | 25 | 207 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10011011 | 11111 | 0 | 10111 | 10101 | 10000111 | 100101 | 1000011 |
Color Harmonies of #8CCA9B
Complementary color
Monochromatic Colors of #8CCA9B
Black with #8CCA9B
Text Example
Text Example
White with #8CCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA9B; }
p { color: rgb(140,202,155); }
H1.HeaderClassName
{
color: #8CCA9B;
}
.AnyTagClassName
{
color: #8CCA9B;
}
</style>
background-color css
<style>
a { background-color: #8CCA9B; }
a { background-color: rgb(140,202,155); }
div.DivClassName
{
background-color: #8CCA9B;
}
.BgClassName
{
background-color: #8CCA9B;
}
</style>
border-color css
<style>
span { border-color: #8CCA9B; }
span { border-color: rgb(140,202,155); }
td.TdClassName
{
border-color: #8CCA9B;
}
.TagClassName
{
border-color: #8CCA9B;
}
</style>