Shades of Pastel Green #86F160
Tints of Pastel Green #86F160
RGB
CMYK
RGB Variations
Color information
#86F160 (or 0x86F160) is known color: Pastel Green. HEX triplet: 86, F1 and 60. RGB value is (134,241,96). Sum of RGB (Red+Green+Blue) = 134+241+96=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #86F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F160 is #790E9F. Grayscale: #C0C0C0. Windows color (decimal): -7933600 or 6353286. OLE color: 6353286.
HSL color Cylindrical-coordinate representation of color #86F160: hue angle of 104.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86F160 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 96 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.05 |
| HSL | 104.28º | 0.84% | 0.66% | - |
| HSV(B) | 104.28º | 0.6% | 0.95% | - |
| XYZ | 43.4 | 68.82 | 22.06 | - |
| YUV | 192.48 | 73.55 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 96 | 0.44 | 0 | 0.60 | 0.05 | 104.28 | 0.84 | 0.66 |
| Hex | 86 | F1 | 60 | 2C | 0 | 3C | 5 | 68 | 54 | 42 |
| Octal | 206 | 361 | 140 | 54 | 0 | 74 | 5 | 150 | 124 | 102 |
| Binary | 10000110 | 11110001 | 1100000 | 101100 | 0 | 111100 | 101 | 1101000 | 1010100 | 1000010 |
Color Harmonies of #86F160
Complementary color
Monochromatic Colors of #86F160
Black with #86F160
Text Example
Text Example
White with #86F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F160; }
p { color: rgb(134,241,96); }
H1.HeaderClassName
{
color: #86F160;
}
.AnyTagClassName
{
color: #86F160;
}
</style>
background-color css
<style>
a { background-color: #86F160; }
a { background-color: rgb(134,241,96); }
div.DivClassName
{
background-color: #86F160;
}
.BgClassName
{
background-color: #86F160;
}
</style>
border-color css
<style>
span { border-color: #86F160; }
span { border-color: rgb(134,241,96); }
td.TdClassName
{
border-color: #86F160;
}
.TagClassName
{
border-color: #86F160;
}
</style>