Shades of Spring Green #10DC7B
Tints of Spring Green #10DC7B
RGB
CMYK
RGB Variations
Color information
#10DC7B (or 0x10DC7B) is known color: Spring Green. HEX triplet: 10, DC and 7B. RGB value is (16,220,123). Sum of RGB (Red+Green+Blue) = 16+220+123=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DC7B is #EF2384. Grayscale: #949494. Windows color (decimal): -15672197 or 8117264. OLE color: 8117264.
HSL color Cylindrical-coordinate representation of color #10DC7B: hue angle of 151.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC7B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 123 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.14 |
| HSL | 151.47º | 0.86% | 0.46% | - |
| HSV(B) | 151.47º | 0.93% | 0.86% | - |
| XYZ | 29.38 | 52.73 | 27.37 | - |
| YUV | 147.95 | 113.91 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 123 | 0.93 | 0 | 0.44 | 0.14 | 151.47 | 0.86 | 0.46 |
| Hex | 10 | DC | 7B | 5D | 0 | 2C | E | 97 | 56 | 2E |
| Octal | 20 | 334 | 173 | 135 | 0 | 54 | 16 | 227 | 126 | 56 |
| Binary | 10000 | 11011100 | 1111011 | 1011101 | 0 | 101100 | 1110 | 10010111 | 1010110 | 101110 |
Color Harmonies of #10DC7B
Complementary color
Monochromatic Colors of #10DC7B
Black with #10DC7B
Text Example
Text Example
White with #10DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC7B; }
p { color: rgb(16,220,123); }
H1.HeaderClassName
{
color: #10DC7B;
}
.AnyTagClassName
{
color: #10DC7B;
}
</style>
background-color css
<style>
a { background-color: #10DC7B; }
a { background-color: rgb(16,220,123); }
div.DivClassName
{
background-color: #10DC7B;
}
.BgClassName
{
background-color: #10DC7B;
}
</style>
border-color css
<style>
span { border-color: #10DC7B; }
span { border-color: rgb(16,220,123); }
td.TdClassName
{
border-color: #10DC7B;
}
.TagClassName
{
border-color: #10DC7B;
}
</style>