Shades of Spring Green #0FFE66
Tints of Spring Green #0FFE66
RGB
CMYK
RGB Variations
Color information
#0FFE66 (or 0x0FFE66) is known color: Spring Green. HEX triplet: 0F, FE and 66. RGB value is (15,254,102). Sum of RGB (Red+Green+Blue) = 15+254+102=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFE66 is #F00199. Grayscale: #A5A5A5. Windows color (decimal): -15729050 or 6749711. OLE color: 6749711.
HSL color Cylindrical-coordinate representation of color #0FFE66: hue angle of 141.84º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE66 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 102 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.00 |
| HSL | 141.84º | 0.99% | 0.53% | - |
| HSV(B) | 141.84º | 0.94% | 1% | - |
| XYZ | 38.04 | 71.94 | 24.45 | - |
| YUV | 165.21 | 92.32 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 102 | 0.94 | 0 | 0.60 | 0.00 | 141.84 | 0.99 | 0.53 |
| Hex | F | FE | 66 | 5E | 0 | 3C | 0 | 8E | 63 | 35 |
| Octal | 17 | 376 | 146 | 136 | 0 | 74 | 0 | 216 | 143 | 65 |
| Binary | 1111 | 11111110 | 1100110 | 1011110 | 0 | 111100 | 0 | 10001110 | 1100011 | 110101 |
Color Harmonies of #0FFE66
Complementary color
Monochromatic Colors of #0FFE66
Black with #0FFE66
Text Example
Text Example
White with #0FFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFE66; }
p { color: rgb(15,254,102); }
H1.HeaderClassName
{
color: #0FFE66;
}
.AnyTagClassName
{
color: #0FFE66;
}
</style>
background-color css
<style>
a { background-color: #0FFE66; }
a { background-color: rgb(15,254,102); }
div.DivClassName
{
background-color: #0FFE66;
}
.BgClassName
{
background-color: #0FFE66;
}
</style>
border-color css
<style>
span { border-color: #0FFE66; }
span { border-color: rgb(15,254,102); }
td.TdClassName
{
border-color: #0FFE66;
}
.TagClassName
{
border-color: #0FFE66;
}
</style>