Shades of Spring Green #10FF82
Tints of Spring Green #10FF82
RGB
CMYK
RGB Variations
Color information
#10FF82 (or 0x10FF82) is known color: Spring Green. HEX triplet: 10, FF and 82. RGB value is (16,255,130). Sum of RGB (Red+Green+Blue) = 16+255+130=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FF82 is #EF007D. Grayscale: #A9A9A9. Windows color (decimal): -15663230 or 8584976. OLE color: 8584976.
HSL color Cylindrical-coordinate representation of color #10FF82: hue angle of 148.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF82 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 130 | - |
| CMYK | 0.94 | 0 | 0.49 | 0 |
| HSL | 148.62º | 1% | 0.53% | - |
| HSV(B) | 148.62º | 0.94% | 1% | - |
| XYZ | 40 | 73.24 | 33.15 | - |
| YUV | 169.29 | 105.82 | 18.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 130 | 0.94 | 0 | 0.49 | 0 | 148.62 | 1 | 0.53 |
| Hex | 10 | FF | 82 | 5E | 0 | 31 | 0 | 95 | 64 | 35 |
| Octal | 20 | 377 | 202 | 136 | 0 | 61 | 0 | 225 | 144 | 65 |
| Binary | 10000 | 11111111 | 10000010 | 1011110 | 0 | 110001 | 0 | 10010101 | 1100100 | 110101 |
Color Harmonies of #10FF82
Complementary color
Monochromatic Colors of #10FF82
Black with #10FF82
Text Example
Text Example
White with #10FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF82; }
p { color: rgb(16,255,130); }
H1.HeaderClassName
{
color: #10FF82;
}
.AnyTagClassName
{
color: #10FF82;
}
</style>
background-color css
<style>
a { background-color: #10FF82; }
a { background-color: rgb(16,255,130); }
div.DivClassName
{
background-color: #10FF82;
}
.BgClassName
{
background-color: #10FF82;
}
</style>
border-color css
<style>
span { border-color: #10FF82; }
span { border-color: rgb(16,255,130); }
td.TdClassName
{
border-color: #10FF82;
}
.TagClassName
{
border-color: #10FF82;
}
</style>