Shades of Spring Green #0FFF6C
Tints of Spring Green #0FFF6C
RGB
CMYK
RGB Variations
Color information
#0FFF6C (or 0x0FFF6C) is known color: Spring Green. HEX triplet: 0F, FF and 6C. RGB value is (15,255,108). Sum of RGB (Red+Green+Blue) = 15+255+108=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF6C is #F00093. Grayscale: #A6A6A6. Windows color (decimal): -15728788 or 7143183. OLE color: 7143183.
HSL color Cylindrical-coordinate representation of color #0FFF6C: hue angle of 143.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF6C is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 108 | - |
| CMYK | 0.94 | 0 | 0.58 | 0 |
| HSL | 143.25º | 1% | 0.53% | - |
| HSV(B) | 143.25º | 0.94% | 1% | - |
| XYZ | 38.66 | 72.7 | 26.18 | - |
| YUV | 166.48 | 94.99 | 19.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 108 | 0.94 | 0 | 0.58 | 0 | 143.25 | 1 | 0.53 |
| Hex | F | FF | 6C | 5E | 0 | 3A | 0 | 8F | 64 | 35 |
| Octal | 17 | 377 | 154 | 136 | 0 | 72 | 0 | 217 | 144 | 65 |
| Binary | 1111 | 11111111 | 1101100 | 1011110 | 0 | 111010 | 0 | 10001111 | 1100100 | 110101 |
Color Harmonies of #0FFF6C
Complementary color
Monochromatic Colors of #0FFF6C
Black with #0FFF6C
Text Example
Text Example
White with #0FFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF6C; }
p { color: rgb(15,255,108); }
H1.HeaderClassName
{
color: #0FFF6C;
}
.AnyTagClassName
{
color: #0FFF6C;
}
</style>
background-color css
<style>
a { background-color: #0FFF6C; }
a { background-color: rgb(15,255,108); }
div.DivClassName
{
background-color: #0FFF6C;
}
.BgClassName
{
background-color: #0FFF6C;
}
</style>
border-color css
<style>
span { border-color: #0FFF6C; }
span { border-color: rgb(15,255,108); }
td.TdClassName
{
border-color: #0FFF6C;
}
.TagClassName
{
border-color: #0FFF6C;
}
</style>