Shades of Spring Green #10E685
Tints of Spring Green #10E685
RGB
CMYK
RGB Variations
Color information
#10E685 (or 0x10E685) is known color: Spring Green. HEX triplet: 10, E6 and 85. RGB value is (16,230,133). Sum of RGB (Red+Green+Blue) = 16+230+133=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 230 (90.23% from 255 or 60.69% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 230 - color contains mainly: green. Hex color #10E685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10E685 is #EF197A. Grayscale: #9B9B9B. Windows color (decimal): -15669627 or 8775184. OLE color: 8775184.
HSL color Cylindrical-coordinate representation of color #10E685: hue angle of 152.8º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E685 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 133 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.10 |
| HSL | 152.8º | 0.87% | 0.48% | - |
| HSV(B) | 152.8º | 0.93% | 0.9% | - |
| XYZ | 32.74 | 58.4 | 31.74 | - |
| YUV | 154.96 | 115.6 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 133 | 0.93 | 0 | 0.42 | 0.10 | 152.8 | 0.87 | 0.48 |
| Hex | 10 | E6 | 85 | 5D | 0 | 2A | A | 99 | 57 | 30 |
| Octal | 20 | 346 | 205 | 135 | 0 | 52 | 12 | 231 | 127 | 60 |
| Binary | 10000 | 11100110 | 10000101 | 1011101 | 0 | 101010 | 1010 | 10011001 | 1010111 | 110000 |
Color Harmonies of #10E685
Complementary color
Monochromatic Colors of #10E685
Black with #10E685
Text Example
Text Example
White with #10E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E685; }
p { color: rgb(16,230,133); }
H1.HeaderClassName
{
color: #10E685;
}
.AnyTagClassName
{
color: #10E685;
}
</style>
background-color css
<style>
a { background-color: #10E685; }
a { background-color: rgb(16,230,133); }
div.DivClassName
{
background-color: #10E685;
}
.BgClassName
{
background-color: #10E685;
}
</style>
border-color css
<style>
span { border-color: #10E685; }
span { border-color: rgb(16,230,133); }
td.TdClassName
{
border-color: #10E685;
}
.TagClassName
{
border-color: #10E685;
}
</style>