Shades of Spring Green #10FE82
Tints of Spring Green #10FE82
RGB
CMYK
RGB Variations
Color information
#10FE82 (or 0x10FE82) is known color: Spring Green. HEX triplet: 10, FE and 82. RGB value is (16,254,130). Sum of RGB (Red+Green+Blue) = 16+254+130=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FE82 is #EF017D. Grayscale: #A8A8A8. Windows color (decimal): -15663486 or 8584720. OLE color: 8584720.
HSL color Cylindrical-coordinate representation of color #10FE82: hue angle of 148.74º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE82 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 130 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.00 |
| HSL | 148.74º | 0.99% | 0.53% | - |
| HSV(B) | 148.74º | 0.94% | 1% | - |
| XYZ | 39.68 | 72.61 | 33.04 | - |
| YUV | 168.7 | 106.15 | 19.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 130 | 0.94 | 0 | 0.49 | 0.00 | 148.74 | 0.99 | 0.53 |
| Hex | 10 | FE | 82 | 5E | 0 | 31 | 0 | 95 | 63 | 35 |
| Octal | 20 | 376 | 202 | 136 | 0 | 61 | 0 | 225 | 143 | 65 |
| Binary | 10000 | 11111110 | 10000010 | 1011110 | 0 | 110001 | 0 | 10010101 | 1100011 | 110101 |
Color Harmonies of #10FE82
Complementary color
Monochromatic Colors of #10FE82
Black with #10FE82
Text Example
Text Example
White with #10FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE82; }
p { color: rgb(16,254,130); }
H1.HeaderClassName
{
color: #10FE82;
}
.AnyTagClassName
{
color: #10FE82;
}
</style>
background-color css
<style>
a { background-color: #10FE82; }
a { background-color: rgb(16,254,130); }
div.DivClassName
{
background-color: #10FE82;
}
.BgClassName
{
background-color: #10FE82;
}
</style>
border-color css
<style>
span { border-color: #10FE82; }
span { border-color: rgb(16,254,130); }
td.TdClassName
{
border-color: #10FE82;
}
.TagClassName
{
border-color: #10FE82;
}
</style>