Html Css Color HEX #0AFDBD Medium Spring Green
📋 copy color: '#0AFDBD'red 10 ◦ green 253 ◦ blue 189
Shades of Medium Spring Green #0AFDBD
Tints of Medium Spring Green #0AFDBD
RGB
CMYK
RGB Variations
Color information
#0AFDBD (or 0x0AFDBD) is known color: Medium Spring Green. HEX triplet: 0A, FD and BD. RGB value is (10,253,189). Sum of RGB (Red+Green+Blue) = 10+253+189=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFDBD is #F50242. Grayscale: #ADADAD. Windows color (decimal): -16056899 or 12451082. OLE color: 12451082.
HSL color Cylindrical-coordinate representation of color #0AFDBD: hue angle of 164.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFDBD is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 253 | 189 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.01 |
| HSL | 164.2º | 0.98% | 0.52% | - |
| HSV(B) | 164.2º | 0.96% | 0.99% | - |
| XYZ | 44.44 | 73.99 | 60.08 | - |
| YUV | 173.05 | 136.99 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 189 | 0.96 | 0 | 0.25 | 0.01 | 164.2 | 0.98 | 0.52 |
| Hex | A | FD | BD | 60 | 0 | 19 | 1 | A4 | 62 | 34 |
| Octal | 12 | 375 | 275 | 140 | 0 | 31 | 1 | 244 | 142 | 64 |
| Binary | 1010 | 11111101 | 10111101 | 1100000 | 0 | 11001 | 1 | 10100100 | 1100010 | 110100 |
Color Harmonies of #0AFDBD
Complementary color
Monochromatic Colors of #0AFDBD
Black with #0AFDBD
Text Example
Text Example
White with #0AFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFDBD; }
p { color: rgb(10,253,189); }
H1.HeaderClassName
{
color: #0AFDBD;
}
.AnyTagClassName
{
color: #0AFDBD;
}
</style>
background-color css
<style>
a { background-color: #0AFDBD; }
a { background-color: rgb(10,253,189); }
div.DivClassName
{
background-color: #0AFDBD;
}
.BgClassName
{
background-color: #0AFDBD;
}
</style>
border-color css
<style>
span { border-color: #0AFDBD; }
span { border-color: rgb(10,253,189); }
td.TdClassName
{
border-color: #0AFDBD;
}
.TagClassName
{
border-color: #0AFDBD;
}
</style>