Shades of Light Green #86F18F
Tints of Light Green #86F18F
RGB
CMYK
RGB Variations
Color information
#86F18F (or 0x86F18F) is known color: Light Green. HEX triplet: 86, F1 and 8F. RGB value is (134,241,143). Sum of RGB (Red+Green+Blue) = 134+241+143=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #86F18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F18F is #790E70. Grayscale: #C6C6C6. Windows color (decimal): -7933553 or 9433478. OLE color: 9433478.
HSL color Cylindrical-coordinate representation of color #86F18F: hue angle of 125.05º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F18F is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 143 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.05 |
| HSL | 125.05º | 0.79% | 0.74% | - |
| HSV(B) | 125.05º | 0.44% | 0.95% | - |
| XYZ | 46.24 | 69.96 | 37.05 | - |
| YUV | 197.84 | 97.05 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 143 | 0.44 | 0 | 0.41 | 0.05 | 125.05 | 0.79 | 0.74 |
| Hex | 86 | F1 | 8F | 2C | 0 | 29 | 5 | 7D | 4F | 4A |
| Octal | 206 | 361 | 217 | 54 | 0 | 51 | 5 | 175 | 117 | 112 |
| Binary | 10000110 | 11110001 | 10001111 | 101100 | 0 | 101001 | 101 | 1111101 | 1001111 | 1001010 |
Color Harmonies of #86F18F
Complementary color
Monochromatic Colors of #86F18F
Black with #86F18F
Text Example
Text Example
White with #86F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F18F; }
p { color: rgb(134,241,143); }
H1.HeaderClassName
{
color: #86F18F;
}
.AnyTagClassName
{
color: #86F18F;
}
</style>
background-color css
<style>
a { background-color: #86F18F; }
a { background-color: rgb(134,241,143); }
div.DivClassName
{
background-color: #86F18F;
}
.BgClassName
{
background-color: #86F18F;
}
</style>
border-color css
<style>
span { border-color: #86F18F; }
span { border-color: rgb(134,241,143); }
td.TdClassName
{
border-color: #86F18F;
}
.TagClassName
{
border-color: #86F18F;
}
</style>