Shades of Spring Green #0DF488
Tints of Spring Green #0DF488
RGB
CMYK
RGB Variations
Color information
#0DF488 (or 0x0DF488) is known color: Spring Green. HEX triplet: 0D, F4 and 88. RGB value is (13,244,136). Sum of RGB (Red+Green+Blue) = 13+244+136=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 244 (95.70% from 255 or 62.09% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 244 - color contains mainly: green. Hex color #0DF488 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF488 is #F20B77. Grayscale: #A2A2A2. Windows color (decimal): -15862648 or 8975373. OLE color: 8975373.
HSL color Cylindrical-coordinate representation of color #0DF488: hue angle of 151.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF488 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 244 | 136 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.04 |
| HSL | 151.95º | 0.91% | 0.5% | - |
| HSV(B) | 151.95º | 0.95% | 0.96% | - |
| XYZ | 36.96 | 66.56 | 34.19 | - |
| YUV | 162.62 | 112.97 | 21.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 244 | 136 | 0.95 | 0 | 0.44 | 0.04 | 151.95 | 0.91 | 0.5 |
| Hex | D | F4 | 88 | 5F | 0 | 2C | 4 | 98 | 5B | 32 |
| Octal | 15 | 364 | 210 | 137 | 0 | 54 | 4 | 230 | 133 | 62 |
| Binary | 1101 | 11110100 | 10001000 | 1011111 | 0 | 101100 | 100 | 10011000 | 1011011 | 110010 |
Color Harmonies of #0DF488
Complementary color
Monochromatic Colors of #0DF488
Black with #0DF488
Text Example
Text Example
White with #0DF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF488; }
p { color: rgb(13,244,136); }
H1.HeaderClassName
{
color: #0DF488;
}
.AnyTagClassName
{
color: #0DF488;
}
</style>
background-color css
<style>
a { background-color: #0DF488; }
a { background-color: rgb(13,244,136); }
div.DivClassName
{
background-color: #0DF488;
}
.BgClassName
{
background-color: #0DF488;
}
</style>
border-color css
<style>
span { border-color: #0DF488; }
span { border-color: rgb(13,244,136); }
td.TdClassName
{
border-color: #0DF488;
}
.TagClassName
{
border-color: #0DF488;
}
</style>