Shades of Spring Green #10FA73
Tints of Spring Green #10FA73
RGB
CMYK
RGB Variations
Color information
#10FA73 (or 0x10FA73) is known color: Spring Green. HEX triplet: 10, FA and 73. RGB value is (16,250,115). Sum of RGB (Red+Green+Blue) = 16+250+115=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FA73 is #EF058C. Grayscale: #A4A4A4. Windows color (decimal): -15664525 or 7600656. OLE color: 7600656.
HSL color Cylindrical-coordinate representation of color #10FA73: hue angle of 145.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA73 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 115 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.02 |
| HSL | 145.38º | 0.96% | 0.52% | - |
| HSV(B) | 145.38º | 0.94% | 0.98% | - |
| XYZ | 37.49 | 69.72 | 27.7 | - |
| YUV | 164.64 | 99.98 | 21.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 115 | 0.94 | 0 | 0.54 | 0.02 | 145.38 | 0.96 | 0.52 |
| Hex | 10 | FA | 73 | 5E | 0 | 36 | 2 | 91 | 60 | 34 |
| Octal | 20 | 372 | 163 | 136 | 0 | 66 | 2 | 221 | 140 | 64 |
| Binary | 10000 | 11111010 | 1110011 | 1011110 | 0 | 110110 | 10 | 10010001 | 1100000 | 110100 |
Color Harmonies of #10FA73
Complementary color
Monochromatic Colors of #10FA73
Black with #10FA73
Text Example
Text Example
White with #10FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA73; }
p { color: rgb(16,250,115); }
H1.HeaderClassName
{
color: #10FA73;
}
.AnyTagClassName
{
color: #10FA73;
}
</style>
background-color css
<style>
a { background-color: #10FA73; }
a { background-color: rgb(16,250,115); }
div.DivClassName
{
background-color: #10FA73;
}
.BgClassName
{
background-color: #10FA73;
}
</style>
border-color css
<style>
span { border-color: #10FA73; }
span { border-color: rgb(16,250,115); }
td.TdClassName
{
border-color: #10FA73;
}
.TagClassName
{
border-color: #10FA73;
}
</style>