Shades of Light Green #8CF186
Tints of Light Green #8CF186
RGB
CMYK
RGB Variations
Color information
#8CF186 (or 0x8CF186) is known color: Light Green. HEX triplet: 8C, F1 and 86. RGB value is (140,241,134). Sum of RGB (Red+Green+Blue) = 140+241+134=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF186 is #730E79. Grayscale: #C6C6C6. Windows color (decimal): -7540346 or 8843660. OLE color: 8843660.
HSL color Cylindrical-coordinate representation of color #8CF186: hue angle of 116.64º 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 #8CF186 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 134 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.05 |
| HSL | 116.64º | 0.79% | 0.74% | - |
| HSV(B) | 116.64º | 0.44% | 0.95% | - |
| XYZ | 46.57 | 70.21 | 33.65 | - |
| YUV | 198.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 134 | 0.42 | 0 | 0.44 | 0.05 | 116.64 | 0.79 | 0.74 |
| Hex | 8C | F1 | 86 | 2A | 0 | 2C | 5 | 75 | 4F | 4A |
| Octal | 214 | 361 | 206 | 52 | 0 | 54 | 5 | 165 | 117 | 112 |
| Binary | 10001100 | 11110001 | 10000110 | 101010 | 0 | 101100 | 101 | 1110101 | 1001111 | 1001010 |
Color Harmonies of #8CF186
Complementary color
Monochromatic Colors of #8CF186
Black with #8CF186
Text Example
Text Example
White with #8CF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF186; }
p { color: rgb(140,241,134); }
H1.HeaderClassName
{
color: #8CF186;
}
.AnyTagClassName
{
color: #8CF186;
}
</style>
background-color css
<style>
a { background-color: #8CF186; }
a { background-color: rgb(140,241,134); }
div.DivClassName
{
background-color: #8CF186;
}
.BgClassName
{
background-color: #8CF186;
}
</style>
border-color css
<style>
span { border-color: #8CF186; }
span { border-color: rgb(140,241,134); }
td.TdClassName
{
border-color: #8CF186;
}
.TagClassName
{
border-color: #8CF186;
}
</style>