Shades of Spring Green #10F87A
Tints of Spring Green #10F87A
RGB
CMYK
RGB Variations
Color information
#10F87A (or 0x10F87A) is known color: Spring Green. HEX triplet: 10, F8 and 7A. RGB value is (16,248,122). Sum of RGB (Red+Green+Blue) = 16+248+122=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #10F87A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F87A is #EF0785. Grayscale: #A4A4A4. Windows color (decimal): -15665030 or 8058896. OLE color: 8058896.
HSL color Cylindrical-coordinate representation of color #10F87A: hue angle of 147.41º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F87A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 248 | 122 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.03 |
| HSL | 147.41º | 0.94% | 0.52% | - |
| HSV(B) | 147.41º | 0.94% | 0.97% | - |
| XYZ | 37.29 | 68.65 | 29.7 | - |
| YUV | 164.27 | 104.14 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 248 | 122 | 0.94 | 0 | 0.51 | 0.03 | 147.41 | 0.94 | 0.52 |
| Hex | 10 | F8 | 7A | 5E | 0 | 33 | 3 | 93 | 5E | 34 |
| Octal | 20 | 370 | 172 | 136 | 0 | 63 | 3 | 223 | 136 | 64 |
| Binary | 10000 | 11111000 | 1111010 | 1011110 | 0 | 110011 | 11 | 10010011 | 1011110 | 110100 |
Color Harmonies of #10F87A
Complementary color
Monochromatic Colors of #10F87A
Black with #10F87A
Text Example
Text Example
White with #10F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F87A; }
p { color: rgb(16,248,122); }
H1.HeaderClassName
{
color: #10F87A;
}
.AnyTagClassName
{
color: #10F87A;
}
</style>
background-color css
<style>
a { background-color: #10F87A; }
a { background-color: rgb(16,248,122); }
div.DivClassName
{
background-color: #10F87A;
}
.BgClassName
{
background-color: #10F87A;
}
</style>
border-color css
<style>
span { border-color: #10F87A; }
span { border-color: rgb(16,248,122); }
td.TdClassName
{
border-color: #10F87A;
}
.TagClassName
{
border-color: #10F87A;
}
</style>