Shades of Light Green #8CF194
Tints of Light Green #8CF194
RGB
CMYK
RGB Variations
Color information
#8CF194 (or 0x8CF194) is known color: Light Green. HEX triplet: 8C, F1 and 94. RGB value is (140,241,148). Sum of RGB (Red+Green+Blue) = 140+241+148=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF194 is #730E6B. Grayscale: #C8C8C8. Windows color (decimal): -7540332 or 9761164. OLE color: 9761164.
HSL color Cylindrical-coordinate representation of color #8CF194: hue angle of 124.75º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF194 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 148 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.05 |
| HSL | 124.75º | 0.78% | 0.75% | - |
| HSV(B) | 124.75º | 0.42% | 0.95% | - |
| XYZ | 47.62 | 70.62 | 39.14 | - |
| YUV | 200.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 148 | 0.42 | 0 | 0.39 | 0.05 | 124.75 | 0.78 | 0.75 |
| Hex | 8C | F1 | 94 | 2A | 0 | 27 | 5 | 7D | 4E | 4B |
| Octal | 214 | 361 | 224 | 52 | 0 | 47 | 5 | 175 | 116 | 113 |
| Binary | 10001100 | 11110001 | 10010100 | 101010 | 0 | 100111 | 101 | 1111101 | 1001110 | 1001011 |
Color Harmonies of #8CF194
Complementary color
Monochromatic Colors of #8CF194
Black with #8CF194
Text Example
Text Example
White with #8CF194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF194; }
p { color: rgb(140,241,148); }
H1.HeaderClassName
{
color: #8CF194;
}
.AnyTagClassName
{
color: #8CF194;
}
</style>
background-color css
<style>
a { background-color: #8CF194; }
a { background-color: rgb(140,241,148); }
div.DivClassName
{
background-color: #8CF194;
}
.BgClassName
{
background-color: #8CF194;
}
</style>
border-color css
<style>
span { border-color: #8CF194; }
span { border-color: rgb(140,241,148); }
td.TdClassName
{
border-color: #8CF194;
}
.TagClassName
{
border-color: #8CF194;
}
</style>