Shades of Spring Green #0FE378
Tints of Spring Green #0FE378
RGB
CMYK
RGB Variations
Color information
#0FE378 (or 0x0FE378) is known color: Spring Green. HEX triplet: 0F, E3 and 78. RGB value is (15,227,120). Sum of RGB (Red+Green+Blue) = 15+227+120=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE378 is #F01C87. Grayscale: #979797. Windows color (decimal): -15735944 or 7922447. OLE color: 7922447.
HSL color Cylindrical-coordinate representation of color #0FE378: hue angle of 149.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE378 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 120 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.11 |
| HSL | 149.72º | 0.88% | 0.47% | - |
| HSV(B) | 149.72º | 0.93% | 0.89% | - |
| XYZ | 31.06 | 56.4 | 27.02 | - |
| YUV | 151.41 | 110.26 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 120 | 0.93 | 0 | 0.47 | 0.11 | 149.72 | 0.88 | 0.47 |
| Hex | F | E3 | 78 | 5D | 0 | 2F | B | 96 | 58 | 2F |
| Octal | 17 | 343 | 170 | 135 | 0 | 57 | 13 | 226 | 130 | 57 |
| Binary | 1111 | 11100011 | 1111000 | 1011101 | 0 | 101111 | 1011 | 10010110 | 1011000 | 101111 |
Color Harmonies of #0FE378
Complementary color
Monochromatic Colors of #0FE378
Black with #0FE378
Text Example
Text Example
White with #0FE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE378; }
p { color: rgb(15,227,120); }
H1.HeaderClassName
{
color: #0FE378;
}
.AnyTagClassName
{
color: #0FE378;
}
</style>
background-color css
<style>
a { background-color: #0FE378; }
a { background-color: rgb(15,227,120); }
div.DivClassName
{
background-color: #0FE378;
}
.BgClassName
{
background-color: #0FE378;
}
</style>
border-color css
<style>
span { border-color: #0FE378; }
span { border-color: rgb(15,227,120); }
td.TdClassName
{
border-color: #0FE378;
}
.TagClassName
{
border-color: #0FE378;
}
</style>