Shades of Spring Green #0DF068
Tints of Spring Green #0DF068
RGB
CMYK
RGB Variations
Color information
#0DF068 (or 0x0DF068) is known color: Spring Green. HEX triplet: 0D, F0 and 68. RGB value is (13,240,104). Sum of RGB (Red+Green+Blue) = 13+240+104=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF068 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF068 is #F20F97. Grayscale: #9C9C9C. Windows color (decimal): -15863704 or 6877197. OLE color: 6877197.
HSL color Cylindrical-coordinate representation of color #0DF068: hue angle of 144.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF068 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 104 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.06 |
| HSL | 144.05º | 0.9% | 0.5% | - |
| HSV(B) | 144.05º | 0.95% | 0.94% | - |
| XYZ | 33.82 | 63.41 | 23.55 | - |
| YUV | 156.62 | 98.29 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 104 | 0.95 | 0 | 0.57 | 0.06 | 144.05 | 0.9 | 0.5 |
| Hex | D | F0 | 68 | 5F | 0 | 39 | 6 | 90 | 5A | 32 |
| Octal | 15 | 360 | 150 | 137 | 0 | 71 | 6 | 220 | 132 | 62 |
| Binary | 1101 | 11110000 | 1101000 | 1011111 | 0 | 111001 | 110 | 10010000 | 1011010 | 110010 |
Color Harmonies of #0DF068
Complementary color
Monochromatic Colors of #0DF068
Black with #0DF068
Text Example
Text Example
White with #0DF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF068; }
p { color: rgb(13,240,104); }
H1.HeaderClassName
{
color: #0DF068;
}
.AnyTagClassName
{
color: #0DF068;
}
</style>
background-color css
<style>
a { background-color: #0DF068; }
a { background-color: rgb(13,240,104); }
div.DivClassName
{
background-color: #0DF068;
}
.BgClassName
{
background-color: #0DF068;
}
</style>
border-color css
<style>
span { border-color: #0DF068; }
span { border-color: rgb(13,240,104); }
td.TdClassName
{
border-color: #0DF068;
}
.TagClassName
{
border-color: #0DF068;
}
</style>