Html Css Color HEX #10F2AF Medium Spring Green
📋 copy color: '#10F2AF'red 16 ◦ green 242 ◦ blue 175
Shades of Medium Spring Green #10F2AF
Tints of Medium Spring Green #10F2AF
RGB
CMYK
RGB Variations
Color information
#10F2AF (or 0x10F2AF) is known color: Medium Spring Green. HEX triplet: 10, F2 and AF. RGB value is (16,242,175). Sum of RGB (Red+Green+Blue) = 16+242+175=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F2AF is #EF0D50. Grayscale: #A6A6A6. Windows color (decimal): -15666513 or 11530768. OLE color: 11530768.
HSL color Cylindrical-coordinate representation of color #10F2AF: hue angle of 162.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F2AF is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 175 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.05 |
| HSL | 162.21º | 0.9% | 0.51% | - |
| HSV(B) | 162.21º | 0.93% | 0.95% | - |
| XYZ | 39.7 | 66.71 | 51.34 | - |
| YUV | 166.79 | 132.63 | 20.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 175 | 0.93 | 0 | 0.28 | 0.05 | 162.21 | 0.9 | 0.51 |
| Hex | 10 | F2 | AF | 5D | 0 | 1C | 5 | A2 | 5A | 33 |
| Octal | 20 | 362 | 257 | 135 | 0 | 34 | 5 | 242 | 132 | 63 |
| Binary | 10000 | 11110010 | 10101111 | 1011101 | 0 | 11100 | 101 | 10100010 | 1011010 | 110011 |
Color Harmonies of #10F2AF
Complementary color
Monochromatic Colors of #10F2AF
Black with #10F2AF
Text Example
Text Example
White with #10F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F2AF; }
p { color: rgb(16,242,175); }
H1.HeaderClassName
{
color: #10F2AF;
}
.AnyTagClassName
{
color: #10F2AF;
}
</style>
background-color css
<style>
a { background-color: #10F2AF; }
a { background-color: rgb(16,242,175); }
div.DivClassName
{
background-color: #10F2AF;
}
.BgClassName
{
background-color: #10F2AF;
}
</style>
border-color css
<style>
span { border-color: #10F2AF; }
span { border-color: rgb(16,242,175); }
td.TdClassName
{
border-color: #10F2AF;
}
.TagClassName
{
border-color: #10F2AF;
}
</style>