Shades of Spring Green #0EFF6C
Tints of Spring Green #0EFF6C
RGB
CMYK
RGB Variations
Color information
#0EFF6C (or 0x0EFF6C) is known color: Spring Green. HEX triplet: 0E, FF and 6C. RGB value is (14,255,108). Sum of RGB (Red+Green+Blue) = 14+255+108=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF6C is #F10093. Grayscale: #A6A6A6. Windows color (decimal): -15794324 or 7143182. OLE color: 7143182.
HSL color Cylindrical-coordinate representation of color #0EFF6C: hue angle of 143.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF6C is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 108 | - |
| CMYK | 0.95 | 0 | 0.58 | 0 |
| HSL | 143.4º | 1% | 0.53% | - |
| HSV(B) | 143.4º | 0.95% | 1% | - |
| XYZ | 38.65 | 72.7 | 26.18 | - |
| YUV | 166.18 | 95.16 | 19.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 108 | 0.95 | 0 | 0.58 | 0 | 143.4 | 1 | 0.53 |
| Hex | E | FF | 6C | 5F | 0 | 3A | 0 | 8F | 64 | 35 |
| Octal | 16 | 377 | 154 | 137 | 0 | 72 | 0 | 217 | 144 | 65 |
| Binary | 1110 | 11111111 | 1101100 | 1011111 | 0 | 111010 | 0 | 10001111 | 1100100 | 110101 |
Color Harmonies of #0EFF6C
Complementary color
Monochromatic Colors of #0EFF6C
Black with #0EFF6C
Text Example
Text Example
White with #0EFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF6C; }
p { color: rgb(14,255,108); }
H1.HeaderClassName
{
color: #0EFF6C;
}
.AnyTagClassName
{
color: #0EFF6C;
}
</style>
background-color css
<style>
a { background-color: #0EFF6C; }
a { background-color: rgb(14,255,108); }
div.DivClassName
{
background-color: #0EFF6C;
}
.BgClassName
{
background-color: #0EFF6C;
}
</style>
border-color css
<style>
span { border-color: #0EFF6C; }
span { border-color: rgb(14,255,108); }
td.TdClassName
{
border-color: #0EFF6C;
}
.TagClassName
{
border-color: #0EFF6C;
}
</style>