Shades of Spring Green #10F765
Tints of Spring Green #10F765
RGB
CMYK
RGB Variations
Color information
#10F765 (or 0x10F765) is known color: Spring Green. HEX triplet: 10, F7 and 65. RGB value is (16,247,101). Sum of RGB (Red+Green+Blue) = 16+247+101=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #10F765 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F765 is #EF089A. Grayscale: #A1A1A1. Windows color (decimal): -15665307 or 6682384. OLE color: 6682384.
HSL color Cylindrical-coordinate representation of color #10F765: hue angle of 142.08º 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 #10F765 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 101 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.03 |
| HSL | 142.08º | 0.94% | 0.52% | - |
| HSV(B) | 142.08º | 0.94% | 0.97% | - |
| XYZ | 35.82 | 67.57 | 23.47 | - |
| YUV | 161.29 | 93.97 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 101 | 0.94 | 0 | 0.59 | 0.03 | 142.08 | 0.94 | 0.52 |
| Hex | 10 | F7 | 65 | 5E | 0 | 3B | 3 | 8E | 5E | 34 |
| Octal | 20 | 367 | 145 | 136 | 0 | 73 | 3 | 216 | 136 | 64 |
| Binary | 10000 | 11110111 | 1100101 | 1011110 | 0 | 111011 | 11 | 10001110 | 1011110 | 110100 |
Color Harmonies of #10F765
Complementary color
Monochromatic Colors of #10F765
Black with #10F765
Text Example
Text Example
White with #10F765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F765; }
p { color: rgb(16,247,101); }
H1.HeaderClassName
{
color: #10F765;
}
.AnyTagClassName
{
color: #10F765;
}
</style>
background-color css
<style>
a { background-color: #10F765; }
a { background-color: rgb(16,247,101); }
div.DivClassName
{
background-color: #10F765;
}
.BgClassName
{
background-color: #10F765;
}
</style>
border-color css
<style>
span { border-color: #10F765; }
span { border-color: rgb(16,247,101); }
td.TdClassName
{
border-color: #10F765;
}
.TagClassName
{
border-color: #10F765;
}
</style>