Shades of Spring Green #0EFB7A
Tints of Spring Green #0EFB7A
RGB
CMYK
RGB Variations
Color information
#0EFB7A (or 0x0EFB7A) is known color: Spring Green. HEX triplet: 0E, FB and 7A. RGB value is (14,251,122). Sum of RGB (Red+Green+Blue) = 14+251+122=387 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.62% from 387); Green value is 251 (98.44% from 255 or 64.86% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFB7A is #F10485. Grayscale: #A5A5A5. Windows color (decimal): -15795334 or 8059662. OLE color: 8059662.
HSL color Cylindrical-coordinate representation of color #0EFB7A: hue angle of 147.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFB7A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 122 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.02 |
| HSL | 147.34º | 0.97% | 0.52% | - |
| HSV(B) | 147.34º | 0.94% | 0.98% | - |
| XYZ | 38.19 | 70.49 | 30.01 | - |
| YUV | 165.43 | 103.48 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 122 | 0.94 | 0 | 0.51 | 0.02 | 147.34 | 0.97 | 0.52 |
| Hex | E | FB | 7A | 5E | 0 | 33 | 2 | 93 | 61 | 34 |
| Octal | 16 | 373 | 172 | 136 | 0 | 63 | 2 | 223 | 141 | 64 |
| Binary | 1110 | 11111011 | 1111010 | 1011110 | 0 | 110011 | 10 | 10010011 | 1100001 | 110100 |
Color Harmonies of #0EFB7A
Complementary color
Monochromatic Colors of #0EFB7A
Black with #0EFB7A
Text Example
Text Example
White with #0EFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFB7A; }
p { color: rgb(14,251,122); }
H1.HeaderClassName
{
color: #0EFB7A;
}
.AnyTagClassName
{
color: #0EFB7A;
}
</style>
background-color css
<style>
a { background-color: #0EFB7A; }
a { background-color: rgb(14,251,122); }
div.DivClassName
{
background-color: #0EFB7A;
}
.BgClassName
{
background-color: #0EFB7A;
}
</style>
border-color css
<style>
span { border-color: #0EFB7A; }
span { border-color: rgb(14,251,122); }
td.TdClassName
{
border-color: #0EFB7A;
}
.TagClassName
{
border-color: #0EFB7A;
}
</style>