Shades of Spring Green #0DF98A
Tints of Spring Green #0DF98A
RGB
CMYK
RGB Variations
Color information
#0DF98A (or 0x0DF98A) is known color: Spring Green. HEX triplet: 0D, F9 and 8A. RGB value is (13,249,138). Sum of RGB (Red+Green+Blue) = 13+249+138=400 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.25% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF98A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF98A is #F20675. Grayscale: #A5A5A5. Windows color (decimal): -15861366 or 9107725. OLE color: 9107725.
HSL color Cylindrical-coordinate representation of color #0DF98A: hue angle of 151.78º 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 #0DF98A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 138 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.02 |
| HSL | 151.78º | 0.95% | 0.51% | - |
| HSV(B) | 151.78º | 0.95% | 0.98% | - |
| XYZ | 38.63 | 69.67 | 35.46 | - |
| YUV | 165.78 | 112.31 | 19.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 138 | 0.95 | 0 | 0.45 | 0.02 | 151.78 | 0.95 | 0.51 |
| Hex | D | F9 | 8A | 5F | 0 | 2D | 2 | 98 | 5F | 33 |
| Octal | 15 | 371 | 212 | 137 | 0 | 55 | 2 | 230 | 137 | 63 |
| Binary | 1101 | 11111001 | 10001010 | 1011111 | 0 | 101101 | 10 | 10011000 | 1011111 | 110011 |
Color Harmonies of #0DF98A
Complementary color
Monochromatic Colors of #0DF98A
Black with #0DF98A
Text Example
Text Example
White with #0DF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF98A; }
p { color: rgb(13,249,138); }
H1.HeaderClassName
{
color: #0DF98A;
}
.AnyTagClassName
{
color: #0DF98A;
}
</style>
background-color css
<style>
a { background-color: #0DF98A; }
a { background-color: rgb(13,249,138); }
div.DivClassName
{
background-color: #0DF98A;
}
.BgClassName
{
background-color: #0DF98A;
}
</style>
border-color css
<style>
span { border-color: #0DF98A; }
span { border-color: rgb(13,249,138); }
td.TdClassName
{
border-color: #0DF98A;
}
.TagClassName
{
border-color: #0DF98A;
}
</style>