Shades of Spring Green #10F372
Tints of Spring Green #10F372
RGB
CMYK
RGB Variations
Color information
#10F372 (or 0x10F372) is known color: Spring Green. HEX triplet: 10, F3 and 72. RGB value is (16,243,114). Sum of RGB (Red+Green+Blue) = 16+243+114=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #10F372 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F372 is #EF0C8D. Grayscale: #A0A0A0. Windows color (decimal): -15666318 or 7533328. OLE color: 7533328.
HSL color Cylindrical-coordinate representation of color #10F372: hue angle of 145.9º 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 #10F372 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 114 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.05 |
| HSL | 145.9º | 0.9% | 0.51% | - |
| HSV(B) | 145.9º | 0.93% | 0.95% | - |
| XYZ | 35.3 | 65.43 | 26.69 | - |
| YUV | 160.42 | 101.79 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 114 | 0.93 | 0 | 0.53 | 0.05 | 145.9 | 0.9 | 0.51 |
| Hex | 10 | F3 | 72 | 5D | 0 | 35 | 5 | 92 | 5A | 33 |
| Octal | 20 | 363 | 162 | 135 | 0 | 65 | 5 | 222 | 132 | 63 |
| Binary | 10000 | 11110011 | 1110010 | 1011101 | 0 | 110101 | 101 | 10010010 | 1011010 | 110011 |
Color Harmonies of #10F372
Complementary color
Monochromatic Colors of #10F372
Black with #10F372
Text Example
Text Example
White with #10F372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F372; }
p { color: rgb(16,243,114); }
H1.HeaderClassName
{
color: #10F372;
}
.AnyTagClassName
{
color: #10F372;
}
</style>
background-color css
<style>
a { background-color: #10F372; }
a { background-color: rgb(16,243,114); }
div.DivClassName
{
background-color: #10F372;
}
.BgClassName
{
background-color: #10F372;
}
</style>
border-color css
<style>
span { border-color: #10F372; }
span { border-color: rgb(16,243,114); }
td.TdClassName
{
border-color: #10F372;
}
.TagClassName
{
border-color: #10F372;
}
</style>