Shades of Spring Green #0FE173
Tints of Spring Green #0FE173
RGB
CMYK
RGB Variations
Color information
#0FE173 (or 0x0FE173) is known color: Spring Green. HEX triplet: 0F, E1 and 73. RGB value is (15,225,115). Sum of RGB (Red+Green+Blue) = 15+225+115=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE173 is #F01E8C. Grayscale: #959595. Windows color (decimal): -15736461 or 7594255. OLE color: 7594255.
HSL color Cylindrical-coordinate representation of color #0FE173: hue angle of 148.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE173 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 115 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.12 |
| HSL | 148.57º | 0.88% | 0.47% | - |
| HSV(B) | 148.57º | 0.93% | 0.88% | - |
| XYZ | 30.22 | 55.19 | 25.28 | - |
| YUV | 149.67 | 108.43 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 115 | 0.93 | 0 | 0.49 | 0.12 | 148.57 | 0.88 | 0.47 |
| Hex | F | E1 | 73 | 5D | 0 | 31 | C | 95 | 58 | 2F |
| Octal | 17 | 341 | 163 | 135 | 0 | 61 | 14 | 225 | 130 | 57 |
| Binary | 1111 | 11100001 | 1110011 | 1011101 | 0 | 110001 | 1100 | 10010101 | 1011000 | 101111 |
Color Harmonies of #0FE173
Complementary color
Monochromatic Colors of #0FE173
Black with #0FE173
Text Example
Text Example
White with #0FE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE173; }
p { color: rgb(15,225,115); }
H1.HeaderClassName
{
color: #0FE173;
}
.AnyTagClassName
{
color: #0FE173;
}
</style>
background-color css
<style>
a { background-color: #0FE173; }
a { background-color: rgb(15,225,115); }
div.DivClassName
{
background-color: #0FE173;
}
.BgClassName
{
background-color: #0FE173;
}
</style>
border-color css
<style>
span { border-color: #0FE173; }
span { border-color: rgb(15,225,115); }
td.TdClassName
{
border-color: #0FE173;
}
.TagClassName
{
border-color: #0FE173;
}
</style>