Shades of Spring Green #10FB7A
Tints of Spring Green #10FB7A
RGB
CMYK
RGB Variations
Color information
#10FB7A (or 0x10FB7A) is known color: Spring Green. HEX triplet: 10, FB and 7A. RGB value is (16,251,122). Sum of RGB (Red+Green+Blue) = 16+251+122=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 251 (98.44% from 255 or 64.52% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FB7A is #EF0485. Grayscale: #A6A6A6. Windows color (decimal): -15664262 or 8059664. OLE color: 8059664.
HSL color Cylindrical-coordinate representation of color #10FB7A: hue angle of 147.06º degrees, saturation: 0.97, 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 #10FB7A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 122 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.02 |
| HSL | 147.06º | 0.97% | 0.52% | - |
| HSV(B) | 147.06º | 0.94% | 0.98% | - |
| XYZ | 38.22 | 70.51 | 30.01 | - |
| YUV | 166.03 | 103.14 | 20.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 122 | 0.94 | 0 | 0.51 | 0.02 | 147.06 | 0.97 | 0.52 |
| Hex | 10 | FB | 7A | 5E | 0 | 33 | 2 | 93 | 61 | 34 |
| Octal | 20 | 373 | 172 | 136 | 0 | 63 | 2 | 223 | 141 | 64 |
| Binary | 10000 | 11111011 | 1111010 | 1011110 | 0 | 110011 | 10 | 10010011 | 1100001 | 110100 |
Color Harmonies of #10FB7A
Complementary color
Monochromatic Colors of #10FB7A
Black with #10FB7A
Text Example
Text Example
White with #10FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FB7A; }
p { color: rgb(16,251,122); }
H1.HeaderClassName
{
color: #10FB7A;
}
.AnyTagClassName
{
color: #10FB7A;
}
</style>
background-color css
<style>
a { background-color: #10FB7A; }
a { background-color: rgb(16,251,122); }
div.DivClassName
{
background-color: #10FB7A;
}
.BgClassName
{
background-color: #10FB7A;
}
</style>
border-color css
<style>
span { border-color: #10FB7A; }
span { border-color: rgb(16,251,122); }
td.TdClassName
{
border-color: #10FB7A;
}
.TagClassName
{
border-color: #10FB7A;
}
</style>