Shades of Spring Green #10F77A
Tints of Spring Green #10F77A
RGB
CMYK
RGB Variations
Color information
#10F77A (or 0x10F77A) is known color: Spring Green. HEX triplet: 10, F7 and 7A. RGB value is (16,247,122). Sum of RGB (Red+Green+Blue) = 16+247+122=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 247 (96.88% from 255 or 64.16% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 247 - color contains mainly: green. Hex color #10F77A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F77A is #EF0885. Grayscale: #A3A3A3. Windows color (decimal): -15665286 or 8058640. OLE color: 8058640.
HSL color Cylindrical-coordinate representation of color #10F77A: hue angle of 147.53º 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 #10F77A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 122 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.03 |
| HSL | 147.53º | 0.94% | 0.52% | - |
| HSV(B) | 147.53º | 0.94% | 0.97% | - |
| XYZ | 36.99 | 68.04 | 29.6 | - |
| YUV | 163.68 | 104.47 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 122 | 0.94 | 0 | 0.51 | 0.03 | 147.53 | 0.94 | 0.52 |
| Hex | 10 | F7 | 7A | 5E | 0 | 33 | 3 | 94 | 5E | 34 |
| Octal | 20 | 367 | 172 | 136 | 0 | 63 | 3 | 224 | 136 | 64 |
| Binary | 10000 | 11110111 | 1111010 | 1011110 | 0 | 110011 | 11 | 10010100 | 1011110 | 110100 |
Color Harmonies of #10F77A
Complementary color
Monochromatic Colors of #10F77A
Black with #10F77A
Text Example
Text Example
White with #10F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F77A; }
p { color: rgb(16,247,122); }
H1.HeaderClassName
{
color: #10F77A;
}
.AnyTagClassName
{
color: #10F77A;
}
</style>
background-color css
<style>
a { background-color: #10F77A; }
a { background-color: rgb(16,247,122); }
div.DivClassName
{
background-color: #10F77A;
}
.BgClassName
{
background-color: #10F77A;
}
</style>
border-color css
<style>
span { border-color: #10F77A; }
span { border-color: rgb(16,247,122); }
td.TdClassName
{
border-color: #10F77A;
}
.TagClassName
{
border-color: #10F77A;
}
</style>