Shades of Spring Green #0DFB8A
Tints of Spring Green #0DFB8A
RGB
CMYK
RGB Variations
Color information
#0DFB8A (or 0x0DFB8A) is known color: Spring Green. HEX triplet: 0D, FB and 8A. RGB value is (13,251,138). Sum of RGB (Red+Green+Blue) = 13+251+138=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 251 (98.44% from 255 or 62.44% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFB8A is #F20475. Grayscale: #A7A7A7. Windows color (decimal): -15860854 or 9108237. OLE color: 9108237.
HSL color Cylindrical-coordinate representation of color #0DFB8A: hue angle of 151.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB8A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 138 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.02 |
| HSL | 151.51º | 0.97% | 0.52% | - |
| HSV(B) | 151.51º | 0.95% | 0.98% | - |
| XYZ | 39.25 | 70.91 | 35.66 | - |
| YUV | 166.96 | 111.65 | 18.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 138 | 0.95 | 0 | 0.45 | 0.02 | 151.51 | 0.97 | 0.52 |
| Hex | D | FB | 8A | 5F | 0 | 2D | 2 | 98 | 61 | 34 |
| Octal | 15 | 373 | 212 | 137 | 0 | 55 | 2 | 230 | 141 | 64 |
| Binary | 1101 | 11111011 | 10001010 | 1011111 | 0 | 101101 | 10 | 10011000 | 1100001 | 110100 |
Color Harmonies of #0DFB8A
Complementary color
Monochromatic Colors of #0DFB8A
Black with #0DFB8A
Text Example
Text Example
White with #0DFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB8A; }
p { color: rgb(13,251,138); }
H1.HeaderClassName
{
color: #0DFB8A;
}
.AnyTagClassName
{
color: #0DFB8A;
}
</style>
background-color css
<style>
a { background-color: #0DFB8A; }
a { background-color: rgb(13,251,138); }
div.DivClassName
{
background-color: #0DFB8A;
}
.BgClassName
{
background-color: #0DFB8A;
}
</style>
border-color css
<style>
span { border-color: #0DFB8A; }
span { border-color: rgb(13,251,138); }
td.TdClassName
{
border-color: #0DFB8A;
}
.TagClassName
{
border-color: #0DFB8A;
}
</style>