Shades of Summer Green #86CA98
Tints of Summer Green #86CA98
RGB
CMYK
RGB Variations
Color information
#86CA98 (or 0x86CA98) is known color: Summer Green. HEX triplet: 86, CA and 98. RGB value is (134,202,152). Sum of RGB (Red+Green+Blue) = 134+202+152=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA98 is #793567. Grayscale: #B0B0B0. Windows color (decimal): -7943528 or 10013318. OLE color: 10013318.
HSL color Cylindrical-coordinate representation of color #86CA98: hue angle of 135.88º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA98 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 152 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.21 |
| HSL | 135.88º | 0.39% | 0.66% | - |
| HSV(B) | 135.88º | 0.34% | 0.79% | - |
| XYZ | 36.62 | 49.58 | 37.34 | - |
| YUV | 175.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 152 | 0.34 | 0 | 0.25 | 0.21 | 135.88 | 0.39 | 0.66 |
| Hex | 86 | CA | 98 | 22 | 0 | 19 | 15 | 88 | 27 | 42 |
| Octal | 206 | 312 | 230 | 42 | 0 | 31 | 25 | 210 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10011000 | 100010 | 0 | 11001 | 10101 | 10001000 | 100111 | 1000010 |
Color Harmonies of #86CA98
Complementary color
Monochromatic Colors of #86CA98
Black with #86CA98
Text Example
Text Example
White with #86CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA98; }
p { color: rgb(134,202,152); }
H1.HeaderClassName
{
color: #86CA98;
}
.AnyTagClassName
{
color: #86CA98;
}
</style>
background-color css
<style>
a { background-color: #86CA98; }
a { background-color: rgb(134,202,152); }
div.DivClassName
{
background-color: #86CA98;
}
.BgClassName
{
background-color: #86CA98;
}
</style>
border-color css
<style>
span { border-color: #86CA98; }
span { border-color: rgb(134,202,152); }
td.TdClassName
{
border-color: #86CA98;
}
.TagClassName
{
border-color: #86CA98;
}
</style>