Shades of Spring Green #0FFF6B
Tints of Spring Green #0FFF6B
RGB
CMYK
RGB Variations
Color information
#0FFF6B (or 0x0FFF6B) is known color: Spring Green. HEX triplet: 0F, FF and 6B. RGB value is (15,255,107). Sum of RGB (Red+Green+Blue) = 15+255+107=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF6B is #F00094. Grayscale: #A6A6A6. Windows color (decimal): -15728789 or 7077647. OLE color: 7077647.
HSL color Cylindrical-coordinate representation of color #0FFF6B: hue angle of 143º 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 #0FFF6B is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 107 | - |
| CMYK | 0.94 | 0 | 0.58 | 0 |
| HSL | 143º | 1% | 0.53% | - |
| HSV(B) | 143º | 0.94% | 1% | - |
| XYZ | 38.61 | 72.68 | 25.9 | - |
| YUV | 166.37 | 94.49 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 107 | 0.94 | 0 | 0.58 | 0 | 143 | 1 | 0.53 |
| Hex | F | FF | 6B | 5E | 0 | 3A | 0 | 8F | 64 | 35 |
| Octal | 17 | 377 | 153 | 136 | 0 | 72 | 0 | 217 | 144 | 65 |
| Binary | 1111 | 11111111 | 1101011 | 1011110 | 0 | 111010 | 0 | 10001111 | 1100100 | 110101 |
Color Harmonies of #0FFF6B
Complementary color
Monochromatic Colors of #0FFF6B
Black with #0FFF6B
Text Example
Text Example
White with #0FFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF6B; }
p { color: rgb(15,255,107); }
H1.HeaderClassName
{
color: #0FFF6B;
}
.AnyTagClassName
{
color: #0FFF6B;
}
</style>
background-color css
<style>
a { background-color: #0FFF6B; }
a { background-color: rgb(15,255,107); }
div.DivClassName
{
background-color: #0FFF6B;
}
.BgClassName
{
background-color: #0FFF6B;
}
</style>
border-color css
<style>
span { border-color: #0FFF6B; }
span { border-color: rgb(15,255,107); }
td.TdClassName
{
border-color: #0FFF6B;
}
.TagClassName
{
border-color: #0FFF6B;
}
</style>