Html Css Color HEX #10F08B Medium Spring Green
📋 copy color: '#10F08B'red 16 ◦ green 240 ◦ blue 139
Shades of Medium Spring Green #10F08B
Tints of Medium Spring Green #10F08B
RGB
CMYK
RGB Variations
Color information
#10F08B (or 0x10F08B) is known color: Medium Spring Green. HEX triplet: 10, F0 and 8B. RGB value is (16,240,139). Sum of RGB (Red+Green+Blue) = 16+240+139=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #10F08B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F08B is #EF0F74. Grayscale: #A1A1A1. Windows color (decimal): -15667061 or 9170960. OLE color: 9170960.
HSL color Cylindrical-coordinate representation of color #10F08B: hue angle of 152.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F08B is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 139 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.06 |
| HSL | 152.95º | 0.88% | 0.5% | - |
| HSV(B) | 152.95º | 0.93% | 0.94% | - |
| XYZ | 36.03 | 64.29 | 34.94 | - |
| YUV | 161.51 | 115.29 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 139 | 0.93 | 0 | 0.42 | 0.06 | 152.95 | 0.88 | 0.5 |
| Hex | 10 | F0 | 8B | 5D | 0 | 2A | 6 | 99 | 58 | 32 |
| Octal | 20 | 360 | 213 | 135 | 0 | 52 | 6 | 231 | 130 | 62 |
| Binary | 10000 | 11110000 | 10001011 | 1011101 | 0 | 101010 | 110 | 10011001 | 1011000 | 110010 |
Color Harmonies of #10F08B
Complementary color
Monochromatic Colors of #10F08B
Black with #10F08B
Text Example
Text Example
White with #10F08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F08B; }
p { color: rgb(16,240,139); }
H1.HeaderClassName
{
color: #10F08B;
}
.AnyTagClassName
{
color: #10F08B;
}
</style>
background-color css
<style>
a { background-color: #10F08B; }
a { background-color: rgb(16,240,139); }
div.DivClassName
{
background-color: #10F08B;
}
.BgClassName
{
background-color: #10F08B;
}
</style>
border-color css
<style>
span { border-color: #10F08B; }
span { border-color: rgb(16,240,139); }
td.TdClassName
{
border-color: #10F08B;
}
.TagClassName
{
border-color: #10F08B;
}
</style>