Shades of Spring Green #10F675
Tints of Spring Green #10F675
RGB
CMYK
RGB Variations
Color information
#10F675 (or 0x10F675) is known color: Spring Green. HEX triplet: 10, F6 and 75. RGB value is (16,246,117). Sum of RGB (Red+Green+Blue) = 16+246+117=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #10F675 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F675 is #EF098A. Grayscale: #A2A2A2. Windows color (decimal): -15665547 or 7730704. OLE color: 7730704.
HSL color Cylindrical-coordinate representation of color #10F675: hue angle of 146.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F675 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 246 | 117 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.04 |
| HSL | 146.35º | 0.93% | 0.51% | - |
| HSV(B) | 146.35º | 0.93% | 0.96% | - |
| XYZ | 36.38 | 67.31 | 27.9 | - |
| YUV | 162.52 | 102.3 | 23.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 246 | 117 | 0.93 | 0 | 0.52 | 0.04 | 146.35 | 0.93 | 0.51 |
| Hex | 10 | F6 | 75 | 5D | 0 | 34 | 4 | 92 | 5D | 33 |
| Octal | 20 | 366 | 165 | 135 | 0 | 64 | 4 | 222 | 135 | 63 |
| Binary | 10000 | 11110110 | 1110101 | 1011101 | 0 | 110100 | 100 | 10010010 | 1011101 | 110011 |
Color Harmonies of #10F675
Complementary color
Monochromatic Colors of #10F675
Black with #10F675
Text Example
Text Example
White with #10F675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F675; }
p { color: rgb(16,246,117); }
H1.HeaderClassName
{
color: #10F675;
}
.AnyTagClassName
{
color: #10F675;
}
</style>
background-color css
<style>
a { background-color: #10F675; }
a { background-color: rgb(16,246,117); }
div.DivClassName
{
background-color: #10F675;
}
.BgClassName
{
background-color: #10F675;
}
</style>
border-color css
<style>
span { border-color: #10F675; }
span { border-color: rgb(16,246,117); }
td.TdClassName
{
border-color: #10F675;
}
.TagClassName
{
border-color: #10F675;
}
</style>