Shades of Spring Green #0DF17B
Tints of Spring Green #0DF17B
RGB
CMYK
RGB Variations
Color information
#0DF17B (or 0x0DF17B) is known color: Spring Green. HEX triplet: 0D, F1 and 7B. RGB value is (13,241,123). Sum of RGB (Red+Green+Blue) = 13+241+123=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF17B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF17B is #F20E84. Grayscale: #9F9F9F. Windows color (decimal): -15863429 or 8122637. OLE color: 8122637.
HSL color Cylindrical-coordinate representation of color #0DF17B: hue angle of 148.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF17B is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 123 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.05 |
| HSL | 148.95º | 0.9% | 0.5% | - |
| HSV(B) | 148.95º | 0.95% | 0.95% | - |
| XYZ | 35.2 | 64.43 | 29.32 | - |
| YUV | 159.38 | 107.46 | 23.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 123 | 0.95 | 0 | 0.49 | 0.05 | 148.95 | 0.9 | 0.5 |
| Hex | D | F1 | 7B | 5F | 0 | 31 | 5 | 95 | 5A | 32 |
| Octal | 15 | 361 | 173 | 137 | 0 | 61 | 5 | 225 | 132 | 62 |
| Binary | 1101 | 11110001 | 1111011 | 1011111 | 0 | 110001 | 101 | 10010101 | 1011010 | 110010 |
Color Harmonies of #0DF17B
Complementary color
Monochromatic Colors of #0DF17B
Black with #0DF17B
Text Example
Text Example
White with #0DF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF17B; }
p { color: rgb(13,241,123); }
H1.HeaderClassName
{
color: #0DF17B;
}
.AnyTagClassName
{
color: #0DF17B;
}
</style>
background-color css
<style>
a { background-color: #0DF17B; }
a { background-color: rgb(13,241,123); }
div.DivClassName
{
background-color: #0DF17B;
}
.BgClassName
{
background-color: #0DF17B;
}
</style>
border-color css
<style>
span { border-color: #0DF17B; }
span { border-color: rgb(13,241,123); }
td.TdClassName
{
border-color: #0DF17B;
}
.TagClassName
{
border-color: #0DF17B;
}
</style>