Shades of Spring Green #10F768
Tints of Spring Green #10F768
RGB
CMYK
RGB Variations
Color information
#10F768 (or 0x10F768) is known color: Spring Green. HEX triplet: 10, F7 and 68. RGB value is (16,247,104). Sum of RGB (Red+Green+Blue) = 16+247+104=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #10F768 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F768 is #EF0897. Grayscale: #A1A1A1. Windows color (decimal): -15665304 or 6878992. OLE color: 6878992.
HSL color Cylindrical-coordinate representation of color #10F768: hue angle of 142.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F768 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 104 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.03 |
| HSL | 142.86º | 0.94% | 0.52% | - |
| HSV(B) | 142.86º | 0.94% | 0.97% | - |
| XYZ | 35.97 | 67.63 | 24.25 | - |
| YUV | 161.63 | 95.47 | 24.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 104 | 0.94 | 0 | 0.58 | 0.03 | 142.86 | 0.94 | 0.52 |
| Hex | 10 | F7 | 68 | 5E | 0 | 3A | 3 | 8F | 5E | 34 |
| Octal | 20 | 367 | 150 | 136 | 0 | 72 | 3 | 217 | 136 | 64 |
| Binary | 10000 | 11110111 | 1101000 | 1011110 | 0 | 111010 | 11 | 10001111 | 1011110 | 110100 |
Color Harmonies of #10F768
Complementary color
Monochromatic Colors of #10F768
Black with #10F768
Text Example
Text Example
White with #10F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F768; }
p { color: rgb(16,247,104); }
H1.HeaderClassName
{
color: #10F768;
}
.AnyTagClassName
{
color: #10F768;
}
</style>
background-color css
<style>
a { background-color: #10F768; }
a { background-color: rgb(16,247,104); }
div.DivClassName
{
background-color: #10F768;
}
.BgClassName
{
background-color: #10F768;
}
</style>
border-color css
<style>
span { border-color: #10F768; }
span { border-color: rgb(16,247,104); }
td.TdClassName
{
border-color: #10F768;
}
.TagClassName
{
border-color: #10F768;
}
</style>