Shades of Spring Green #10F073
Tints of Spring Green #10F073
RGB
CMYK
RGB Variations
Color information
#10F073 (or 0x10F073) is known color: Spring Green. HEX triplet: 10, F0 and 73. RGB value is (16,240,115). Sum of RGB (Red+Green+Blue) = 16+240+115=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #10F073 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F073 is #EF0F8C. Grayscale: #9F9F9F. Windows color (decimal): -15667085 or 7598096. OLE color: 7598096.
HSL color Cylindrical-coordinate representation of color #10F073: hue angle of 146.52º 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 #10F073 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 115 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.06 |
| HSL | 146.52º | 0.88% | 0.5% | - |
| HSV(B) | 146.52º | 0.93% | 0.94% | - |
| XYZ | 34.47 | 63.67 | 26.69 | - |
| YUV | 158.77 | 103.29 | 26.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 115 | 0.93 | 0 | 0.52 | 0.06 | 146.52 | 0.88 | 0.5 |
| Hex | 10 | F0 | 73 | 5D | 0 | 34 | 6 | 93 | 58 | 32 |
| Octal | 20 | 360 | 163 | 135 | 0 | 64 | 6 | 223 | 130 | 62 |
| Binary | 10000 | 11110000 | 1110011 | 1011101 | 0 | 110100 | 110 | 10010011 | 1011000 | 110010 |
Color Harmonies of #10F073
Complementary color
Monochromatic Colors of #10F073
Black with #10F073
Text Example
Text Example
White with #10F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F073; }
p { color: rgb(16,240,115); }
H1.HeaderClassName
{
color: #10F073;
}
.AnyTagClassName
{
color: #10F073;
}
</style>
background-color css
<style>
a { background-color: #10F073; }
a { background-color: rgb(16,240,115); }
div.DivClassName
{
background-color: #10F073;
}
.BgClassName
{
background-color: #10F073;
}
</style>
border-color css
<style>
span { border-color: #10F073; }
span { border-color: rgb(16,240,115); }
td.TdClassName
{
border-color: #10F073;
}
.TagClassName
{
border-color: #10F073;
}
</style>