Shades of Spring Green #10F370
Tints of Spring Green #10F370
RGB
CMYK
RGB Variations
Color information
#10F370 (or 0x10F370) is known color: Spring Green. HEX triplet: 10, F3 and 70. RGB value is (16,243,112). Sum of RGB (Red+Green+Blue) = 16+243+112=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #10F370 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F370 is #EF0C8F. Grayscale: #A0A0A0. Windows color (decimal): -15666320 or 7402256. OLE color: 7402256.
HSL color Cylindrical-coordinate representation of color #10F370: hue angle of 145.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F370 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 112 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.05 |
| HSL | 145.37º | 0.9% | 0.51% | - |
| HSV(B) | 145.37º | 0.93% | 0.95% | - |
| XYZ | 35.19 | 65.38 | 26.09 | - |
| YUV | 160.19 | 100.79 | 25.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 112 | 0.93 | 0 | 0.54 | 0.05 | 145.37 | 0.9 | 0.51 |
| Hex | 10 | F3 | 70 | 5D | 0 | 36 | 5 | 91 | 5A | 33 |
| Octal | 20 | 363 | 160 | 135 | 0 | 66 | 5 | 221 | 132 | 63 |
| Binary | 10000 | 11110011 | 1110000 | 1011101 | 0 | 110110 | 101 | 10010001 | 1011010 | 110011 |
Color Harmonies of #10F370
Complementary color
Monochromatic Colors of #10F370
Black with #10F370
Text Example
Text Example
White with #10F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F370; }
p { color: rgb(16,243,112); }
H1.HeaderClassName
{
color: #10F370;
}
.AnyTagClassName
{
color: #10F370;
}
</style>
background-color css
<style>
a { background-color: #10F370; }
a { background-color: rgb(16,243,112); }
div.DivClassName
{
background-color: #10F370;
}
.BgClassName
{
background-color: #10F370;
}
</style>
border-color css
<style>
span { border-color: #10F370; }
span { border-color: rgb(16,243,112); }
td.TdClassName
{
border-color: #10F370;
}
.TagClassName
{
border-color: #10F370;
}
</style>