Html Css Color HEX #0DFFAA Medium Spring Green
📋 copy color: '#0DFFAA'red 13 ◦ green 255 ◦ blue 170
Shades of Medium Spring Green #0DFFAA
Tints of Medium Spring Green #0DFFAA
RGB
CMYK
RGB Variations
Color information
#0DFFAA (or 0x0DFFAA) is known color: Medium Spring Green. HEX triplet: 0D, FF and AA. RGB value is (13,255,170). Sum of RGB (Red+Green+Blue) = 13+255+170=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFFAA is #F20055. Grayscale: #ADADAD. Windows color (decimal): -15859798 or 11206413. OLE color: 11206413.
HSL color Cylindrical-coordinate representation of color #0DFFAA: hue angle of 158.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFAA is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 170 | - |
| CMYK | 0.95 | 0 | 0.33 | 0 |
| HSL | 158.93º | 1% | 0.53% | - |
| HSV(B) | 158.93º | 0.95% | 1% | - |
| XYZ | 43.18 | 74.51 | 50.14 | - |
| YUV | 172.95 | 126.33 | 13.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 170 | 0.95 | 0 | 0.33 | 0 | 158.93 | 1 | 0.53 |
| Hex | D | FF | AA | 5F | 0 | 21 | 0 | 9F | 64 | 35 |
| Octal | 15 | 377 | 252 | 137 | 0 | 41 | 0 | 237 | 144 | 65 |
| Binary | 1101 | 11111111 | 10101010 | 1011111 | 0 | 100001 | 0 | 10011111 | 1100100 | 110101 |
Color Harmonies of #0DFFAA
Complementary color
Monochromatic Colors of #0DFFAA
Black with #0DFFAA
Text Example
Text Example
White with #0DFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFAA; }
p { color: rgb(13,255,170); }
H1.HeaderClassName
{
color: #0DFFAA;
}
.AnyTagClassName
{
color: #0DFFAA;
}
</style>
background-color css
<style>
a { background-color: #0DFFAA; }
a { background-color: rgb(13,255,170); }
div.DivClassName
{
background-color: #0DFFAA;
}
.BgClassName
{
background-color: #0DFFAA;
}
</style>
border-color css
<style>
span { border-color: #0DFFAA; }
span { border-color: rgb(13,255,170); }
td.TdClassName
{
border-color: #0DFFAA;
}
.TagClassName
{
border-color: #0DFFAA;
}
</style>