Shades of Spring Green #0FFB6D
Tints of Spring Green #0FFB6D
RGB
CMYK
RGB Variations
Color information
#0FFB6D (or 0x0FFB6D) is known color: Spring Green. HEX triplet: 0F, FB and 6D. RGB value is (15,251,109). Sum of RGB (Red+Green+Blue) = 15+251+109=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFB6D is #F00492. Grayscale: #A4A4A4. Windows color (decimal): -15729811 or 7207695. OLE color: 7207695.
HSL color Cylindrical-coordinate representation of color #0FFB6D: hue angle of 143.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB6D is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 109 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.02 |
| HSL | 143.9º | 0.97% | 0.52% | - |
| HSV(B) | 143.9º | 0.94% | 0.98% | - |
| XYZ | 37.45 | 70.2 | 26.04 | - |
| YUV | 164.25 | 96.81 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 109 | 0.94 | 0 | 0.57 | 0.02 | 143.9 | 0.97 | 0.52 |
| Hex | F | FB | 6D | 5E | 0 | 39 | 2 | 90 | 61 | 34 |
| Octal | 17 | 373 | 155 | 136 | 0 | 71 | 2 | 220 | 141 | 64 |
| Binary | 1111 | 11111011 | 1101101 | 1011110 | 0 | 111001 | 10 | 10010000 | 1100001 | 110100 |
Color Harmonies of #0FFB6D
Complementary color
Monochromatic Colors of #0FFB6D
Black with #0FFB6D
Text Example
Text Example
White with #0FFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB6D; }
p { color: rgb(15,251,109); }
H1.HeaderClassName
{
color: #0FFB6D;
}
.AnyTagClassName
{
color: #0FFB6D;
}
</style>
background-color css
<style>
a { background-color: #0FFB6D; }
a { background-color: rgb(15,251,109); }
div.DivClassName
{
background-color: #0FFB6D;
}
.BgClassName
{
background-color: #0FFB6D;
}
</style>
border-color css
<style>
span { border-color: #0FFB6D; }
span { border-color: rgb(15,251,109); }
td.TdClassName
{
border-color: #0FFB6D;
}
.TagClassName
{
border-color: #0FFB6D;
}
</style>