Shades of Spring Green #0DEE7A
Tints of Spring Green #0DEE7A
RGB
CMYK
RGB Variations
Color information
#0DEE7A (or 0x0DEE7A) is known color: Spring Green. HEX triplet: 0D, EE and 7A. RGB value is (13,238,122). Sum of RGB (Red+Green+Blue) = 13+238+122=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 238 (93.36% from 255 or 63.81% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEE7A is #F21185. Grayscale: #9D9D9D. Windows color (decimal): -15864198 or 8056333. OLE color: 8056333.
HSL color Cylindrical-coordinate representation of color #0DEE7A: hue angle of 149.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEE7A is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 122 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.07 |
| HSL | 149.07º | 0.9% | 0.49% | - |
| HSV(B) | 149.07º | 0.95% | 0.93% | - |
| XYZ | 34.25 | 62.64 | 28.7 | - |
| YUV | 157.5 | 107.96 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 122 | 0.95 | 0 | 0.49 | 0.07 | 149.07 | 0.9 | 0.49 |
| Hex | D | EE | 7A | 5F | 0 | 31 | 7 | 95 | 5A | 31 |
| Octal | 15 | 356 | 172 | 137 | 0 | 61 | 7 | 225 | 132 | 61 |
| Binary | 1101 | 11101110 | 1111010 | 1011111 | 0 | 110001 | 111 | 10010101 | 1011010 | 110001 |
Color Harmonies of #0DEE7A
Complementary color
Monochromatic Colors of #0DEE7A
Black with #0DEE7A
Text Example
Text Example
White with #0DEE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEE7A; }
p { color: rgb(13,238,122); }
H1.HeaderClassName
{
color: #0DEE7A;
}
.AnyTagClassName
{
color: #0DEE7A;
}
</style>
background-color css
<style>
a { background-color: #0DEE7A; }
a { background-color: rgb(13,238,122); }
div.DivClassName
{
background-color: #0DEE7A;
}
.BgClassName
{
background-color: #0DEE7A;
}
</style>
border-color css
<style>
span { border-color: #0DEE7A; }
span { border-color: rgb(13,238,122); }
td.TdClassName
{
border-color: #0DEE7A;
}
.TagClassName
{
border-color: #0DEE7A;
}
</style>