Shades of Spring Green #0DF68B
Tints of Spring Green #0DF68B
RGB
CMYK
RGB Variations
Color information
#0DF68B (or 0x0DF68B) is known color: Spring Green. HEX triplet: 0D, F6 and 8B. RGB value is (13,246,139). Sum of RGB (Red+Green+Blue) = 13+246+139=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF68B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF68B is #F20974. Grayscale: #A4A4A4. Windows color (decimal): -15862133 or 9172493. OLE color: 9172493.
HSL color Cylindrical-coordinate representation of color #0DF68B: hue angle of 152.45º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF68B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 139 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.04 |
| HSL | 152.45º | 0.93% | 0.51% | - |
| HSV(B) | 152.45º | 0.95% | 0.96% | - |
| XYZ | 37.78 | 67.86 | 35.53 | - |
| YUV | 164.14 | 113.81 | 20.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 139 | 0.95 | 0 | 0.43 | 0.04 | 152.45 | 0.93 | 0.51 |
| Hex | D | F6 | 8B | 5F | 0 | 2B | 4 | 98 | 5D | 33 |
| Octal | 15 | 366 | 213 | 137 | 0 | 53 | 4 | 230 | 135 | 63 |
| Binary | 1101 | 11110110 | 10001011 | 1011111 | 0 | 101011 | 100 | 10011000 | 1011101 | 110011 |
Color Harmonies of #0DF68B
Complementary color
Monochromatic Colors of #0DF68B
Black with #0DF68B
Text Example
Text Example
White with #0DF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF68B; }
p { color: rgb(13,246,139); }
H1.HeaderClassName
{
color: #0DF68B;
}
.AnyTagClassName
{
color: #0DF68B;
}
</style>
background-color css
<style>
a { background-color: #0DF68B; }
a { background-color: rgb(13,246,139); }
div.DivClassName
{
background-color: #0DF68B;
}
.BgClassName
{
background-color: #0DF68B;
}
</style>
border-color css
<style>
span { border-color: #0DF68B; }
span { border-color: rgb(13,246,139); }
td.TdClassName
{
border-color: #0DF68B;
}
.TagClassName
{
border-color: #0DF68B;
}
</style>