Html Css Color HEX #10F292 Medium Spring Green
📋 copy color: '#10F292'red 16 ◦ green 242 ◦ blue 146
Shades of Medium Spring Green #10F292
Tints of Medium Spring Green #10F292
RGB
CMYK
RGB Variations
Color information
#10F292 (or 0x10F292) is known color: Medium Spring Green. HEX triplet: 10, F2 and 92. RGB value is (16,242,146). Sum of RGB (Red+Green+Blue) = 16+242+146=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #10F292 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F292 is #EF0D6D. Grayscale: #A3A3A3. Windows color (decimal): -15666542 or 9630224. OLE color: 9630224.
HSL color Cylindrical-coordinate representation of color #10F292: hue angle of 154.51º 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 #10F292 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 146 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.05 |
| HSL | 154.51º | 0.9% | 0.51% | - |
| HSV(B) | 154.51º | 0.93% | 0.95% | - |
| XYZ | 37.15 | 65.69 | 37.92 | - |
| YUV | 163.48 | 118.13 | 22.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 146 | 0.93 | 0 | 0.40 | 0.05 | 154.51 | 0.9 | 0.51 |
| Hex | 10 | F2 | 92 | 5D | 0 | 28 | 5 | 9B | 5A | 33 |
| Octal | 20 | 362 | 222 | 135 | 0 | 50 | 5 | 233 | 132 | 63 |
| Binary | 10000 | 11110010 | 10010010 | 1011101 | 0 | 101000 | 101 | 10011011 | 1011010 | 110011 |
Color Harmonies of #10F292
Complementary color
Monochromatic Colors of #10F292
Black with #10F292
Text Example
Text Example
White with #10F292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F292; }
p { color: rgb(16,242,146); }
H1.HeaderClassName
{
color: #10F292;
}
.AnyTagClassName
{
color: #10F292;
}
</style>
background-color css
<style>
a { background-color: #10F292; }
a { background-color: rgb(16,242,146); }
div.DivClassName
{
background-color: #10F292;
}
.BgClassName
{
background-color: #10F292;
}
</style>
border-color css
<style>
span { border-color: #10F292; }
span { border-color: rgb(16,242,146); }
td.TdClassName
{
border-color: #10F292;
}
.TagClassName
{
border-color: #10F292;
}
</style>