Shades of Spring Green #0DF28A
Tints of Spring Green #0DF28A
RGB
CMYK
RGB Variations
Color information
#0DF28A (or 0x0DF28A) is known color: Spring Green. HEX triplet: 0D, F2 and 8A. RGB value is (13,242,138). Sum of RGB (Red+Green+Blue) = 13+242+138=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF28A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF28A is #F20D75. Grayscale: #A1A1A1. Windows color (decimal): -15863158 or 9105933. OLE color: 9105933.
HSL color Cylindrical-coordinate representation of color #0DF28A: hue angle of 152.75º 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 #0DF28A is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 242 | 138 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.05 |
| HSL | 152.75º | 0.9% | 0.5% | - |
| HSV(B) | 152.75º | 0.95% | 0.95% | - |
| XYZ | 36.51 | 65.42 | 34.75 | - |
| YUV | 161.67 | 114.63 | 21.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 138 | 0.95 | 0 | 0.43 | 0.05 | 152.75 | 0.9 | 0.5 |
| Hex | D | F2 | 8A | 5F | 0 | 2B | 5 | 99 | 5A | 32 |
| Octal | 15 | 362 | 212 | 137 | 0 | 53 | 5 | 231 | 132 | 62 |
| Binary | 1101 | 11110010 | 10001010 | 1011111 | 0 | 101011 | 101 | 10011001 | 1011010 | 110010 |
Color Harmonies of #0DF28A
Complementary color
Monochromatic Colors of #0DF28A
Black with #0DF28A
Text Example
Text Example
White with #0DF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF28A; }
p { color: rgb(13,242,138); }
H1.HeaderClassName
{
color: #0DF28A;
}
.AnyTagClassName
{
color: #0DF28A;
}
</style>
background-color css
<style>
a { background-color: #0DF28A; }
a { background-color: rgb(13,242,138); }
div.DivClassName
{
background-color: #0DF28A;
}
.BgClassName
{
background-color: #0DF28A;
}
</style>
border-color css
<style>
span { border-color: #0DF28A; }
span { border-color: rgb(13,242,138); }
td.TdClassName
{
border-color: #0DF28A;
}
.TagClassName
{
border-color: #0DF28A;
}
</style>