Shades of Spring Green #10FA7A
Tints of Spring Green #10FA7A
RGB
CMYK
RGB Variations
Color information
#10FA7A (or 0x10FA7A) is known color: Spring Green. HEX triplet: 10, FA and 7A. RGB value is (16,250,122). Sum of RGB (Red+Green+Blue) = 16+250+122=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FA7A is #EF0585. Grayscale: #A5A5A5. Windows color (decimal): -15664518 or 8059408. OLE color: 8059408.
HSL color Cylindrical-coordinate representation of color #10FA7A: hue angle of 147.18º 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 #10FA7A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 122 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.02 |
| HSL | 147.18º | 0.96% | 0.52% | - |
| HSV(B) | 147.18º | 0.94% | 0.98% | - |
| XYZ | 37.91 | 69.89 | 29.9 | - |
| YUV | 165.44 | 103.48 | 21.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 122 | 0.94 | 0 | 0.51 | 0.02 | 147.18 | 0.96 | 0.52 |
| Hex | 10 | FA | 7A | 5E | 0 | 33 | 2 | 93 | 60 | 34 |
| Octal | 20 | 372 | 172 | 136 | 0 | 63 | 2 | 223 | 140 | 64 |
| Binary | 10000 | 11111010 | 1111010 | 1011110 | 0 | 110011 | 10 | 10010011 | 1100000 | 110100 |
Color Harmonies of #10FA7A
Complementary color
Monochromatic Colors of #10FA7A
Black with #10FA7A
Text Example
Text Example
White with #10FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA7A; }
p { color: rgb(16,250,122); }
H1.HeaderClassName
{
color: #10FA7A;
}
.AnyTagClassName
{
color: #10FA7A;
}
</style>
background-color css
<style>
a { background-color: #10FA7A; }
a { background-color: rgb(16,250,122); }
div.DivClassName
{
background-color: #10FA7A;
}
.BgClassName
{
background-color: #10FA7A;
}
</style>
border-color css
<style>
span { border-color: #10FA7A; }
span { border-color: rgb(16,250,122); }
td.TdClassName
{
border-color: #10FA7A;
}
.TagClassName
{
border-color: #10FA7A;
}
</style>