Html Css Color HEX #10F295 Medium Spring Green
📋 copy color: '#10F295'red 16 ◦ green 242 ◦ blue 149
Shades of Medium Spring Green #10F295
Tints of Medium Spring Green #10F295
RGB
CMYK
RGB Variations
Color information
#10F295 (or 0x10F295) is known color: Medium Spring Green. HEX triplet: 10, F2 and 95. RGB value is (16,242,149). Sum of RGB (Red+Green+Blue) = 16+242+149=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #10F295 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F295 is #EF0D6A. Grayscale: #A3A3A3. Windows color (decimal): -15666539 or 9826832. OLE color: 9826832.
HSL color Cylindrical-coordinate representation of color #10F295: hue angle of 155.31º 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 #10F295 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 149 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.05 |
| HSL | 155.31º | 0.9% | 0.51% | - |
| HSV(B) | 155.31º | 0.93% | 0.95% | - |
| XYZ | 37.39 | 65.78 | 39.16 | - |
| YUV | 163.82 | 119.63 | 22.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 149 | 0.93 | 0 | 0.38 | 0.05 | 155.31 | 0.9 | 0.51 |
| Hex | 10 | F2 | 95 | 5D | 0 | 26 | 5 | 9B | 5A | 33 |
| Octal | 20 | 362 | 225 | 135 | 0 | 46 | 5 | 233 | 132 | 63 |
| Binary | 10000 | 11110010 | 10010101 | 1011101 | 0 | 100110 | 101 | 10011011 | 1011010 | 110011 |
Color Harmonies of #10F295
Complementary color
Monochromatic Colors of #10F295
Black with #10F295
Text Example
Text Example
White with #10F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F295; }
p { color: rgb(16,242,149); }
H1.HeaderClassName
{
color: #10F295;
}
.AnyTagClassName
{
color: #10F295;
}
</style>
background-color css
<style>
a { background-color: #10F295; }
a { background-color: rgb(16,242,149); }
div.DivClassName
{
background-color: #10F295;
}
.BgClassName
{
background-color: #10F295;
}
</style>
border-color css
<style>
span { border-color: #10F295; }
span { border-color: rgb(16,242,149); }
td.TdClassName
{
border-color: #10F295;
}
.TagClassName
{
border-color: #10F295;
}
</style>