Shades of Spring Green #10F76A
Tints of Spring Green #10F76A
RGB
CMYK
RGB Variations
Color information
#10F76A (or 0x10F76A) is known color: Spring Green. HEX triplet: 10, F7 and 6A. RGB value is (16,247,106). Sum of RGB (Red+Green+Blue) = 16+247+106=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #10F76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F76A is #EF0895. Grayscale: #A2A2A2. Windows color (decimal): -15665302 or 7010064. OLE color: 7010064.
HSL color Cylindrical-coordinate representation of color #10F76A: hue angle of 143.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F76A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 106 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.03 |
| HSL | 143.38º | 0.94% | 0.52% | - |
| HSV(B) | 143.38º | 0.94% | 0.97% | - |
| XYZ | 36.08 | 67.67 | 24.8 | - |
| YUV | 161.86 | 96.47 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 106 | 0.94 | 0 | 0.57 | 0.03 | 143.38 | 0.94 | 0.52 |
| Hex | 10 | F7 | 6A | 5E | 0 | 39 | 3 | 8F | 5E | 34 |
| Octal | 20 | 367 | 152 | 136 | 0 | 71 | 3 | 217 | 136 | 64 |
| Binary | 10000 | 11110111 | 1101010 | 1011110 | 0 | 111001 | 11 | 10001111 | 1011110 | 110100 |
Color Harmonies of #10F76A
Complementary color
Monochromatic Colors of #10F76A
Black with #10F76A
Text Example
Text Example
White with #10F76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F76A; }
p { color: rgb(16,247,106); }
H1.HeaderClassName
{
color: #10F76A;
}
.AnyTagClassName
{
color: #10F76A;
}
</style>
background-color css
<style>
a { background-color: #10F76A; }
a { background-color: rgb(16,247,106); }
div.DivClassName
{
background-color: #10F76A;
}
.BgClassName
{
background-color: #10F76A;
}
</style>
border-color css
<style>
span { border-color: #10F76A; }
span { border-color: rgb(16,247,106); }
td.TdClassName
{
border-color: #10F76A;
}
.TagClassName
{
border-color: #10F76A;
}
</style>