Shades of Pale Green #86F99C
Tints of Pale Green #86F99C
RGB
CMYK
RGB Variations
Color information
#86F99C (or 0x86F99C) is known color: Pale Green. HEX triplet: 86, F9 and 9C. RGB value is (134,249,156). Sum of RGB (Red+Green+Blue) = 134+249+156=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #86F99C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F99C is #790663. Grayscale: #CCCCCC. Windows color (decimal): -7931492 or 10287494. OLE color: 10287494.
HSL color Cylindrical-coordinate representation of color #86F99C: hue angle of 131.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F99C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 156 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.02 |
| HSL | 131.48º | 0.91% | 0.75% | - |
| HSV(B) | 131.48º | 0.46% | 0.98% | - |
| XYZ | 49.71 | 75.22 | 43.35 | - |
| YUV | 204.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 156 | 0.46 | 0 | 0.37 | 0.02 | 131.48 | 0.91 | 0.75 |
| Hex | 86 | F9 | 9C | 2E | 0 | 25 | 2 | 83 | 5B | 4B |
| Octal | 206 | 371 | 234 | 56 | 0 | 45 | 2 | 203 | 133 | 113 |
| Binary | 10000110 | 11111001 | 10011100 | 101110 | 0 | 100101 | 10 | 10000011 | 1011011 | 1001011 |
Color Harmonies of #86F99C
Complementary color
Monochromatic Colors of #86F99C
Black with #86F99C
Text Example
Text Example
White with #86F99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F99C; }
p { color: rgb(134,249,156); }
H1.HeaderClassName
{
color: #86F99C;
}
.AnyTagClassName
{
color: #86F99C;
}
</style>
background-color css
<style>
a { background-color: #86F99C; }
a { background-color: rgb(134,249,156); }
div.DivClassName
{
background-color: #86F99C;
}
.BgClassName
{
background-color: #86F99C;
}
</style>
border-color css
<style>
span { border-color: #86F99C; }
span { border-color: rgb(134,249,156); }
td.TdClassName
{
border-color: #86F99C;
}
.TagClassName
{
border-color: #86F99C;
}
</style>