Shades of Spring Green #10F26C
Tints of Spring Green #10F26C
RGB
CMYK
RGB Variations
Color information
#10F26C (or 0x10F26C) is known color: Spring Green. HEX triplet: 10, F2 and 6C. RGB value is (16,242,108). Sum of RGB (Red+Green+Blue) = 16+242+108=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #10F26C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F26C is #EF0D93. Grayscale: #9F9F9F. Windows color (decimal): -15666580 or 7139856. OLE color: 7139856.
HSL color Cylindrical-coordinate representation of color #10F26C: hue angle of 144.42º 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 #10F26C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 108 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.05 |
| HSL | 144.42º | 0.9% | 0.51% | - |
| HSV(B) | 144.42º | 0.93% | 0.95% | - |
| XYZ | 34.67 | 64.7 | 24.85 | - |
| YUV | 159.15 | 99.13 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 108 | 0.93 | 0 | 0.55 | 0.05 | 144.42 | 0.9 | 0.51 |
| Hex | 10 | F2 | 6C | 5D | 0 | 37 | 5 | 90 | 5A | 33 |
| Octal | 20 | 362 | 154 | 135 | 0 | 67 | 5 | 220 | 132 | 63 |
| Binary | 10000 | 11110010 | 1101100 | 1011101 | 0 | 110111 | 101 | 10010000 | 1011010 | 110011 |
Color Harmonies of #10F26C
Complementary color
Monochromatic Colors of #10F26C
Black with #10F26C
Text Example
Text Example
White with #10F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F26C; }
p { color: rgb(16,242,108); }
H1.HeaderClassName
{
color: #10F26C;
}
.AnyTagClassName
{
color: #10F26C;
}
</style>
background-color css
<style>
a { background-color: #10F26C; }
a { background-color: rgb(16,242,108); }
div.DivClassName
{
background-color: #10F26C;
}
.BgClassName
{
background-color: #10F26C;
}
</style>
border-color css
<style>
span { border-color: #10F26C; }
span { border-color: rgb(16,242,108); }
td.TdClassName
{
border-color: #10F26C;
}
.TagClassName
{
border-color: #10F26C;
}
</style>