Shades of Spring Green #10F26B
Tints of Spring Green #10F26B
RGB
CMYK
RGB Variations
Color information
#10F26B (or 0x10F26B) is known color: Spring Green. HEX triplet: 10, F2 and 6B. RGB value is (16,242,107). Sum of RGB (Red+Green+Blue) = 16+242+107=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #10F26B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F26B is #EF0D94. Grayscale: #9F9F9F. Windows color (decimal): -15666581 or 7074320. OLE color: 7074320.
HSL color Cylindrical-coordinate representation of color #10F26B: hue angle of 144.16º 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 #10F26B is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 107 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.05 |
| HSL | 144.16º | 0.9% | 0.51% | - |
| HSV(B) | 144.16º | 0.93% | 0.95% | - |
| XYZ | 34.62 | 64.68 | 24.57 | - |
| YUV | 159.04 | 98.63 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 107 | 0.93 | 0 | 0.56 | 0.05 | 144.16 | 0.9 | 0.51 |
| Hex | 10 | F2 | 6B | 5D | 0 | 38 | 5 | 90 | 5A | 33 |
| Octal | 20 | 362 | 153 | 135 | 0 | 70 | 5 | 220 | 132 | 63 |
| Binary | 10000 | 11110010 | 1101011 | 1011101 | 0 | 111000 | 101 | 10010000 | 1011010 | 110011 |
Color Harmonies of #10F26B
Complementary color
Monochromatic Colors of #10F26B
Black with #10F26B
Text Example
Text Example
White with #10F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F26B; }
p { color: rgb(16,242,107); }
H1.HeaderClassName
{
color: #10F26B;
}
.AnyTagClassName
{
color: #10F26B;
}
</style>
background-color css
<style>
a { background-color: #10F26B; }
a { background-color: rgb(16,242,107); }
div.DivClassName
{
background-color: #10F26B;
}
.BgClassName
{
background-color: #10F26B;
}
</style>
border-color css
<style>
span { border-color: #10F26B; }
span { border-color: rgb(16,242,107); }
td.TdClassName
{
border-color: #10F26B;
}
.TagClassName
{
border-color: #10F26B;
}
</style>