Shades of Spring Green #10EE7F
Tints of Spring Green #10EE7F
RGB
CMYK
RGB Variations
Color information
#10EE7F (or 0x10EE7F) is known color: Spring Green. HEX triplet: 10, EE and 7F. RGB value is (16,238,127). Sum of RGB (Red+Green+Blue) = 16+238+127=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 238 (93.36% from 255 or 62.47% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 238 - color contains mainly: green. Hex color #10EE7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EE7F is #EF1180. Grayscale: #9F9F9F. Windows color (decimal): -15667585 or 8384016. OLE color: 8384016.
HSL color Cylindrical-coordinate representation of color #10EE7F: hue angle of 150º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EE7F is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 238 | 127 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.07 |
| HSL | 150º | 0.87% | 0.5% | - |
| HSV(B) | 150º | 0.93% | 0.93% | - |
| XYZ | 34.62 | 62.79 | 30.37 | - |
| YUV | 158.97 | 109.95 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 127 | 0.93 | 0 | 0.47 | 0.07 | 150 | 0.87 | 0.5 |
| Hex | 10 | EE | 7F | 5D | 0 | 2F | 7 | 96 | 57 | 32 |
| Octal | 20 | 356 | 177 | 135 | 0 | 57 | 7 | 226 | 127 | 62 |
| Binary | 10000 | 11101110 | 1111111 | 1011101 | 0 | 101111 | 111 | 10010110 | 1010111 | 110010 |
Color Harmonies of #10EE7F
Complementary color
Monochromatic Colors of #10EE7F
Black with #10EE7F
Text Example
Text Example
White with #10EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EE7F; }
p { color: rgb(16,238,127); }
H1.HeaderClassName
{
color: #10EE7F;
}
.AnyTagClassName
{
color: #10EE7F;
}
</style>
background-color css
<style>
a { background-color: #10EE7F; }
a { background-color: rgb(16,238,127); }
div.DivClassName
{
background-color: #10EE7F;
}
.BgClassName
{
background-color: #10EE7F;
}
</style>
border-color css
<style>
span { border-color: #10EE7F; }
span { border-color: rgb(16,238,127); }
td.TdClassName
{
border-color: #10EE7F;
}
.TagClassName
{
border-color: #10EE7F;
}
</style>