Shades of Spring Green #10F272
Tints of Spring Green #10F272
RGB
CMYK
RGB Variations
Color information
#10F272 (or 0x10F272) is known color: Spring Green. HEX triplet: 10, F2 and 72. RGB value is (16,242,114). Sum of RGB (Red+Green+Blue) = 16+242+114=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #10F272 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F272 is #EF0D8D. Grayscale: #A0A0A0. Windows color (decimal): -15666574 or 7533072. OLE color: 7533072.
HSL color Cylindrical-coordinate representation of color #10F272: hue angle of 146.02º 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 #10F272 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 114 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.05 |
| HSL | 146.02º | 0.9% | 0.51% | - |
| HSV(B) | 146.02º | 0.93% | 0.95% | - |
| XYZ | 35 | 64.83 | 26.59 | - |
| YUV | 159.83 | 102.13 | 25.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 114 | 0.93 | 0 | 0.53 | 0.05 | 146.02 | 0.9 | 0.51 |
| Hex | 10 | F2 | 72 | 5D | 0 | 35 | 5 | 92 | 5A | 33 |
| Octal | 20 | 362 | 162 | 135 | 0 | 65 | 5 | 222 | 132 | 63 |
| Binary | 10000 | 11110010 | 1110010 | 1011101 | 0 | 110101 | 101 | 10010010 | 1011010 | 110011 |
Color Harmonies of #10F272
Complementary color
Monochromatic Colors of #10F272
Black with #10F272
Text Example
Text Example
White with #10F272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F272; }
p { color: rgb(16,242,114); }
H1.HeaderClassName
{
color: #10F272;
}
.AnyTagClassName
{
color: #10F272;
}
</style>
background-color css
<style>
a { background-color: #10F272; }
a { background-color: rgb(16,242,114); }
div.DivClassName
{
background-color: #10F272;
}
.BgClassName
{
background-color: #10F272;
}
</style>
border-color css
<style>
span { border-color: #10F272; }
span { border-color: rgb(16,242,114); }
td.TdClassName
{
border-color: #10F272;
}
.TagClassName
{
border-color: #10F272;
}
</style>