Shades of Spring Green #10F273
Tints of Spring Green #10F273
RGB
CMYK
RGB Variations
Color information
#10F273 (or 0x10F273) is known color: Spring Green. HEX triplet: 10, F2 and 73. RGB value is (16,242,115). Sum of RGB (Red+Green+Blue) = 16+242+115=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #10F273 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F273 is #EF0D8C. Grayscale: #A0A0A0. Windows color (decimal): -15666573 or 7598608. OLE color: 7598608.
HSL color Cylindrical-coordinate representation of color #10F273: hue angle of 146.28º 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 #10F273 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 115 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.05 |
| HSL | 146.28º | 0.9% | 0.51% | - |
| HSV(B) | 146.28º | 0.93% | 0.95% | - |
| XYZ | 35.06 | 64.85 | 26.89 | - |
| YUV | 159.95 | 102.63 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 115 | 0.93 | 0 | 0.52 | 0.05 | 146.28 | 0.9 | 0.51 |
| Hex | 10 | F2 | 73 | 5D | 0 | 34 | 5 | 92 | 5A | 33 |
| Octal | 20 | 362 | 163 | 135 | 0 | 64 | 5 | 222 | 132 | 63 |
| Binary | 10000 | 11110010 | 1110011 | 1011101 | 0 | 110100 | 101 | 10010010 | 1011010 | 110011 |
Color Harmonies of #10F273
Complementary color
Monochromatic Colors of #10F273
Black with #10F273
Text Example
Text Example
White with #10F273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F273; }
p { color: rgb(16,242,115); }
H1.HeaderClassName
{
color: #10F273;
}
.AnyTagClassName
{
color: #10F273;
}
</style>
background-color css
<style>
a { background-color: #10F273; }
a { background-color: rgb(16,242,115); }
div.DivClassName
{
background-color: #10F273;
}
.BgClassName
{
background-color: #10F273;
}
</style>
border-color css
<style>
span { border-color: #10F273; }
span { border-color: rgb(16,242,115); }
td.TdClassName
{
border-color: #10F273;
}
.TagClassName
{
border-color: #10F273;
}
</style>