Shades of Spring Green #0DFA74
Tints of Spring Green #0DFA74
RGB
CMYK
RGB Variations
Color information
#0DFA74 (or 0x0DFA74) is known color: Spring Green. HEX triplet: 0D, FA and 74. RGB value is (13,250,116). Sum of RGB (Red+Green+Blue) = 13+250+116=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFA74 is #F2058B. Grayscale: #A4A4A4. Windows color (decimal): -15861132 or 7666189. OLE color: 7666189.
HSL color Cylindrical-coordinate representation of color #0DFA74: hue angle of 146.08º degrees, saturation: 0.96, 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 #0DFA74 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 116 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.02 |
| HSL | 146.08º | 0.96% | 0.52% | - |
| HSV(B) | 146.08º | 0.95% | 0.98% | - |
| XYZ | 37.5 | 69.72 | 28 | - |
| YUV | 163.86 | 100.98 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 116 | 0.95 | 0 | 0.54 | 0.02 | 146.08 | 0.96 | 0.52 |
| Hex | D | FA | 74 | 5F | 0 | 36 | 2 | 92 | 60 | 34 |
| Octal | 15 | 372 | 164 | 137 | 0 | 66 | 2 | 222 | 140 | 64 |
| Binary | 1101 | 11111010 | 1110100 | 1011111 | 0 | 110110 | 10 | 10010010 | 1100000 | 110100 |
Color Harmonies of #0DFA74
Complementary color
Monochromatic Colors of #0DFA74
Black with #0DFA74
Text Example
Text Example
White with #0DFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFA74; }
p { color: rgb(13,250,116); }
H1.HeaderClassName
{
color: #0DFA74;
}
.AnyTagClassName
{
color: #0DFA74;
}
</style>
background-color css
<style>
a { background-color: #0DFA74; }
a { background-color: rgb(13,250,116); }
div.DivClassName
{
background-color: #0DFA74;
}
.BgClassName
{
background-color: #0DFA74;
}
</style>
border-color css
<style>
span { border-color: #0DFA74; }
span { border-color: rgb(13,250,116); }
td.TdClassName
{
border-color: #0DFA74;
}
.TagClassName
{
border-color: #0DFA74;
}
</style>