Shades of Spring Green #10F07A
Tints of Spring Green #10F07A
RGB
CMYK
RGB Variations
Color information
#10F07A (or 0x10F07A) is known color: Spring Green. HEX triplet: 10, F0 and 7A. RGB value is (16,240,122). Sum of RGB (Red+Green+Blue) = 16+240+122=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #10F07A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F07A is #EF0F85. Grayscale: #9F9F9F. Windows color (decimal): -15667078 or 8056848. OLE color: 8056848.
HSL color Cylindrical-coordinate representation of color #10F07A: hue angle of 148.39º 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 #10F07A is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 122 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.06 |
| HSL | 148.39º | 0.88% | 0.5% | - |
| HSV(B) | 148.39º | 0.93% | 0.94% | - |
| XYZ | 34.89 | 63.84 | 28.9 | - |
| YUV | 159.57 | 106.79 | 25.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 122 | 0.93 | 0 | 0.49 | 0.06 | 148.39 | 0.88 | 0.5 |
| Hex | 10 | F0 | 7A | 5D | 0 | 31 | 6 | 94 | 58 | 32 |
| Octal | 20 | 360 | 172 | 135 | 0 | 61 | 6 | 224 | 130 | 62 |
| Binary | 10000 | 11110000 | 1111010 | 1011101 | 0 | 110001 | 110 | 10010100 | 1011000 | 110010 |
Color Harmonies of #10F07A
Complementary color
Monochromatic Colors of #10F07A
Black with #10F07A
Text Example
Text Example
White with #10F07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F07A; }
p { color: rgb(16,240,122); }
H1.HeaderClassName
{
color: #10F07A;
}
.AnyTagClassName
{
color: #10F07A;
}
</style>
background-color css
<style>
a { background-color: #10F07A; }
a { background-color: rgb(16,240,122); }
div.DivClassName
{
background-color: #10F07A;
}
.BgClassName
{
background-color: #10F07A;
}
</style>
border-color css
<style>
span { border-color: #10F07A; }
span { border-color: rgb(16,240,122); }
td.TdClassName
{
border-color: #10F07A;
}
.TagClassName
{
border-color: #10F07A;
}
</style>