Shades of Spring Green #10F269
Tints of Spring Green #10F269
RGB
CMYK
RGB Variations
Color information
#10F269 (or 0x10F269) is known color: Spring Green. HEX triplet: 10, F2 and 69. RGB value is (16,242,105). Sum of RGB (Red+Green+Blue) = 16+242+105=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #10F269 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F269 is #EF0D96. Grayscale: #9F9F9F. Windows color (decimal): -15666583 or 6943248. OLE color: 6943248.
HSL color Cylindrical-coordinate representation of color #10F269: hue angle of 143.63º 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 #10F269 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 105 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.05 |
| HSL | 143.63º | 0.9% | 0.51% | - |
| HSV(B) | 143.63º | 0.93% | 0.95% | - |
| XYZ | 34.52 | 64.63 | 24.02 | - |
| YUV | 158.81 | 97.63 | 26.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 105 | 0.93 | 0 | 0.57 | 0.05 | 143.63 | 0.9 | 0.51 |
| Hex | 10 | F2 | 69 | 5D | 0 | 39 | 5 | 90 | 5A | 33 |
| Octal | 20 | 362 | 151 | 135 | 0 | 71 | 5 | 220 | 132 | 63 |
| Binary | 10000 | 11110010 | 1101001 | 1011101 | 0 | 111001 | 101 | 10010000 | 1011010 | 110011 |
Color Harmonies of #10F269
Complementary color
Monochromatic Colors of #10F269
Black with #10F269
Text Example
Text Example
White with #10F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F269; }
p { color: rgb(16,242,105); }
H1.HeaderClassName
{
color: #10F269;
}
.AnyTagClassName
{
color: #10F269;
}
</style>
background-color css
<style>
a { background-color: #10F269; }
a { background-color: rgb(16,242,105); }
div.DivClassName
{
background-color: #10F269;
}
.BgClassName
{
background-color: #10F269;
}
</style>
border-color css
<style>
span { border-color: #10F269; }
span { border-color: rgb(16,242,105); }
td.TdClassName
{
border-color: #10F269;
}
.TagClassName
{
border-color: #10F269;
}
</style>