Shades of Spring Green #0DF96D
Tints of Spring Green #0DF96D
RGB
CMYK
RGB Variations
Color information
#0DF96D (or 0x0DF96D) is known color: Spring Green. HEX triplet: 0D, F9 and 6D. RGB value is (13,249,109). Sum of RGB (Red+Green+Blue) = 13+249+109=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF96D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF96D is #F20692. Grayscale: #A2A2A2. Windows color (decimal): -15861395 or 7207181. OLE color: 7207181.
HSL color Cylindrical-coordinate representation of color #0DF96D: hue angle of 144.41º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF96D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 109 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.02 |
| HSL | 144.41º | 0.95% | 0.51% | - |
| HSV(B) | 144.41º | 0.95% | 0.98% | - |
| XYZ | 36.8 | 68.94 | 25.84 | - |
| YUV | 162.48 | 97.81 | 21.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 109 | 0.95 | 0 | 0.56 | 0.02 | 144.41 | 0.95 | 0.51 |
| Hex | D | F9 | 6D | 5F | 0 | 38 | 2 | 90 | 5F | 33 |
| Octal | 15 | 371 | 155 | 137 | 0 | 70 | 2 | 220 | 137 | 63 |
| Binary | 1101 | 11111001 | 1101101 | 1011111 | 0 | 111000 | 10 | 10010000 | 1011111 | 110011 |
Color Harmonies of #0DF96D
Complementary color
Monochromatic Colors of #0DF96D
Black with #0DF96D
Text Example
Text Example
White with #0DF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF96D; }
p { color: rgb(13,249,109); }
H1.HeaderClassName
{
color: #0DF96D;
}
.AnyTagClassName
{
color: #0DF96D;
}
</style>
background-color css
<style>
a { background-color: #0DF96D; }
a { background-color: rgb(13,249,109); }
div.DivClassName
{
background-color: #0DF96D;
}
.BgClassName
{
background-color: #0DF96D;
}
</style>
border-color css
<style>
span { border-color: #0DF96D; }
span { border-color: rgb(13,249,109); }
td.TdClassName
{
border-color: #0DF96D;
}
.TagClassName
{
border-color: #0DF96D;
}
</style>