Shades of Spring Green #0FDC7A
Tints of Spring Green #0FDC7A
RGB
CMYK
RGB Variations
Color information
#0FDC7A (or 0x0FDC7A) is known color: Spring Green. HEX triplet: 0F, DC and 7A. RGB value is (15,220,122). Sum of RGB (Red+Green+Blue) = 15+220+122=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDC7A is #F02385. Grayscale: #939393. Windows color (decimal): -15737734 or 8051727. OLE color: 8051727.
HSL color Cylindrical-coordinate representation of color #0FDC7A: hue angle of 151.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC7A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 122 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.14 |
| HSL | 151.32º | 0.87% | 0.46% | - |
| HSV(B) | 151.32º | 0.93% | 0.86% | - |
| XYZ | 29.3 | 52.69 | 27.04 | - |
| YUV | 147.53 | 113.58 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 122 | 0.93 | 0 | 0.45 | 0.14 | 151.32 | 0.87 | 0.46 |
| Hex | F | DC | 7A | 5D | 0 | 2D | E | 97 | 57 | 2E |
| Octal | 17 | 334 | 172 | 135 | 0 | 55 | 16 | 227 | 127 | 56 |
| Binary | 1111 | 11011100 | 1111010 | 1011101 | 0 | 101101 | 1110 | 10010111 | 1010111 | 101110 |
Color Harmonies of #0FDC7A
Complementary color
Monochromatic Colors of #0FDC7A
Black with #0FDC7A
Text Example
Text Example
White with #0FDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC7A; }
p { color: rgb(15,220,122); }
H1.HeaderClassName
{
color: #0FDC7A;
}
.AnyTagClassName
{
color: #0FDC7A;
}
</style>
background-color css
<style>
a { background-color: #0FDC7A; }
a { background-color: rgb(15,220,122); }
div.DivClassName
{
background-color: #0FDC7A;
}
.BgClassName
{
background-color: #0FDC7A;
}
</style>
border-color css
<style>
span { border-color: #0FDC7A; }
span { border-color: rgb(15,220,122); }
td.TdClassName
{
border-color: #0FDC7A;
}
.TagClassName
{
border-color: #0FDC7A;
}
</style>