Shades of Spring Green #0DF984
Tints of Spring Green #0DF984
RGB
CMYK
RGB Variations
Color information
#0DF984 (or 0x0DF984) is known color: Spring Green. HEX triplet: 0D, F9 and 84. RGB value is (13,249,132). Sum of RGB (Red+Green+Blue) = 13+249+132=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF984 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF984 is #F2067B. Grayscale: #A5A5A5. Windows color (decimal): -15861372 or 8714509. OLE color: 8714509.
HSL color Cylindrical-coordinate representation of color #0DF984: hue angle of 150.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF984 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 132 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.02 |
| HSL | 150.25º | 0.95% | 0.51% | - |
| HSV(B) | 150.25º | 0.95% | 0.98% | - |
| XYZ | 38.21 | 69.5 | 33.23 | - |
| YUV | 165.1 | 109.31 | 19.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 132 | 0.95 | 0 | 0.47 | 0.02 | 150.25 | 0.95 | 0.51 |
| Hex | D | F9 | 84 | 5F | 0 | 2F | 2 | 96 | 5F | 33 |
| Octal | 15 | 371 | 204 | 137 | 0 | 57 | 2 | 226 | 137 | 63 |
| Binary | 1101 | 11111001 | 10000100 | 1011111 | 0 | 101111 | 10 | 10010110 | 1011111 | 110011 |
Color Harmonies of #0DF984
Complementary color
Monochromatic Colors of #0DF984
Black with #0DF984
Text Example
Text Example
White with #0DF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF984; }
p { color: rgb(13,249,132); }
H1.HeaderClassName
{
color: #0DF984;
}
.AnyTagClassName
{
color: #0DF984;
}
</style>
background-color css
<style>
a { background-color: #0DF984; }
a { background-color: rgb(13,249,132); }
div.DivClassName
{
background-color: #0DF984;
}
.BgClassName
{
background-color: #0DF984;
}
</style>
border-color css
<style>
span { border-color: #0DF984; }
span { border-color: rgb(13,249,132); }
td.TdClassName
{
border-color: #0DF984;
}
.TagClassName
{
border-color: #0DF984;
}
</style>