Shades of Spring Green #0FFF8C
Tints of Spring Green #0FFF8C
RGB
CMYK
RGB Variations
Color information
#0FFF8C (or 0x0FFF8C) is known color: Spring Green. HEX triplet: 0F, FF and 8C. RGB value is (15,255,140). Sum of RGB (Red+Green+Blue) = 15+255+140=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFF8C is #F00073. Grayscale: #AAAAAA. Windows color (decimal): -15728756 or 9240335. OLE color: 9240335.
HSL color Cylindrical-coordinate representation of color #0FFF8C: hue angle of 151.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 #0FFF8C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 140 | - |
| CMYK | 0.94 | 0 | 0.45 | 0 |
| HSL | 151.25º | 1% | 0.53% | - |
| HSV(B) | 151.25º | 0.94% | 1% | - |
| XYZ | 40.69 | 73.52 | 36.86 | - |
| YUV | 170.13 | 110.99 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 140 | 0.94 | 0 | 0.45 | 0 | 151.25 | 1 | 0.53 |
| Hex | F | FF | 8C | 5E | 0 | 2D | 0 | 97 | 64 | 35 |
| Octal | 17 | 377 | 214 | 136 | 0 | 55 | 0 | 227 | 144 | 65 |
| Binary | 1111 | 11111111 | 10001100 | 1011110 | 0 | 101101 | 0 | 10010111 | 1100100 | 110101 |
Color Harmonies of #0FFF8C
Complementary color
Monochromatic Colors of #0FFF8C
Black with #0FFF8C
Text Example
Text Example
White with #0FFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF8C; }
p { color: rgb(15,255,140); }
H1.HeaderClassName
{
color: #0FFF8C;
}
.AnyTagClassName
{
color: #0FFF8C;
}
</style>
background-color css
<style>
a { background-color: #0FFF8C; }
a { background-color: rgb(15,255,140); }
div.DivClassName
{
background-color: #0FFF8C;
}
.BgClassName
{
background-color: #0FFF8C;
}
</style>
border-color css
<style>
span { border-color: #0FFF8C; }
span { border-color: rgb(15,255,140); }
td.TdClassName
{
border-color: #0FFF8C;
}
.TagClassName
{
border-color: #0FFF8C;
}
</style>