Shades of Spring Green #0FFD82
Tints of Spring Green #0FFD82
RGB
CMYK
RGB Variations
Color information
#0FFD82 (or 0x0FFD82) is known color: Spring Green. HEX triplet: 0F, FD and 82. RGB value is (15,253,130). Sum of RGB (Red+Green+Blue) = 15+253+130=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 253 (99.22% from 255 or 63.57% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFD82 is #F0027D. Grayscale: #A8A8A8. Windows color (decimal): -15729278 or 8584463. OLE color: 8584463.
HSL color Cylindrical-coordinate representation of color #0FFD82: hue angle of 148.99º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD82 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 130 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.01 |
| HSL | 148.99º | 0.98% | 0.53% | - |
| HSV(B) | 148.99º | 0.94% | 0.99% | - |
| XYZ | 39.35 | 71.96 | 32.94 | - |
| YUV | 167.82 | 106.65 | 19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 130 | 0.94 | 0 | 0.49 | 0.01 | 148.99 | 0.98 | 0.53 |
| Hex | F | FD | 82 | 5E | 0 | 31 | 1 | 95 | 62 | 35 |
| Octal | 17 | 375 | 202 | 136 | 0 | 61 | 1 | 225 | 142 | 65 |
| Binary | 1111 | 11111101 | 10000010 | 1011110 | 0 | 110001 | 1 | 10010101 | 1100010 | 110101 |
Color Harmonies of #0FFD82
Complementary color
Monochromatic Colors of #0FFD82
Black with #0FFD82
Text Example
Text Example
White with #0FFD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD82; }
p { color: rgb(15,253,130); }
H1.HeaderClassName
{
color: #0FFD82;
}
.AnyTagClassName
{
color: #0FFD82;
}
</style>
background-color css
<style>
a { background-color: #0FFD82; }
a { background-color: rgb(15,253,130); }
div.DivClassName
{
background-color: #0FFD82;
}
.BgClassName
{
background-color: #0FFD82;
}
</style>
border-color css
<style>
span { border-color: #0FFD82; }
span { border-color: rgb(15,253,130); }
td.TdClassName
{
border-color: #0FFD82;
}
.TagClassName
{
border-color: #0FFD82;
}
</style>