Shades of Spring Green #10FD8A
Tints of Spring Green #10FD8A
RGB
CMYK
RGB Variations
Color information
#10FD8A (or 0x10FD8A) is known color: Spring Green. HEX triplet: 10, FD and 8A. RGB value is (16,253,138). Sum of RGB (Red+Green+Blue) = 16+253+138=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 253 (99.22% from 255 or 62.16% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FD8A is #EF0275. Grayscale: #A9A9A9. Windows color (decimal): -15663734 or 9108752. OLE color: 9108752.
HSL color Cylindrical-coordinate representation of color #10FD8A: hue angle of 150.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FD8A is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 138 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.01 |
| HSL | 150.89º | 0.98% | 0.53% | - |
| HSV(B) | 150.89º | 0.94% | 0.99% | - |
| XYZ | 39.93 | 72.2 | 35.88 | - |
| YUV | 169.03 | 110.48 | 18.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 138 | 0.94 | 0 | 0.45 | 0.01 | 150.89 | 0.98 | 0.53 |
| Hex | 10 | FD | 8A | 5E | 0 | 2D | 1 | 97 | 62 | 35 |
| Octal | 20 | 375 | 212 | 136 | 0 | 55 | 1 | 227 | 142 | 65 |
| Binary | 10000 | 11111101 | 10001010 | 1011110 | 0 | 101101 | 1 | 10010111 | 1100010 | 110101 |
Color Harmonies of #10FD8A
Complementary color
Monochromatic Colors of #10FD8A
Black with #10FD8A
Text Example
Text Example
White with #10FD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FD8A; }
p { color: rgb(16,253,138); }
H1.HeaderClassName
{
color: #10FD8A;
}
.AnyTagClassName
{
color: #10FD8A;
}
</style>
background-color css
<style>
a { background-color: #10FD8A; }
a { background-color: rgb(16,253,138); }
div.DivClassName
{
background-color: #10FD8A;
}
.BgClassName
{
background-color: #10FD8A;
}
</style>
border-color css
<style>
span { border-color: #10FD8A; }
span { border-color: rgb(16,253,138); }
td.TdClassName
{
border-color: #10FD8A;
}
.TagClassName
{
border-color: #10FD8A;
}
</style>