Shades of Spring Green #10E085
Tints of Spring Green #10E085
RGB
CMYK
RGB Variations
Color information
#10E085 (or 0x10E085) is known color: Spring Green. HEX triplet: 10, E0 and 85. RGB value is (16,224,133). Sum of RGB (Red+Green+Blue) = 16+224+133=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #10E085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E085 is #EF1F7A. Grayscale: #979797. Windows color (decimal): -15671163 or 8773648. OLE color: 8773648.
HSL color Cylindrical-coordinate representation of color #10E085: hue angle of 153.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E085 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 133 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.12 |
| HSL | 153.75º | 0.87% | 0.47% | - |
| HSV(B) | 153.75º | 0.93% | 0.88% | - |
| XYZ | 31.1 | 55.11 | 31.19 | - |
| YUV | 151.43 | 117.59 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 133 | 0.93 | 0 | 0.41 | 0.12 | 153.75 | 0.87 | 0.47 |
| Hex | 10 | E0 | 85 | 5D | 0 | 29 | C | 9A | 57 | 2F |
| Octal | 20 | 340 | 205 | 135 | 0 | 51 | 14 | 232 | 127 | 57 |
| Binary | 10000 | 11100000 | 10000101 | 1011101 | 0 | 101001 | 1100 | 10011010 | 1010111 | 101111 |
Color Harmonies of #10E085
Complementary color
Monochromatic Colors of #10E085
Black with #10E085
Text Example
Text Example
White with #10E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E085; }
p { color: rgb(16,224,133); }
H1.HeaderClassName
{
color: #10E085;
}
.AnyTagClassName
{
color: #10E085;
}
</style>
background-color css
<style>
a { background-color: #10E085; }
a { background-color: rgb(16,224,133); }
div.DivClassName
{
background-color: #10E085;
}
.BgClassName
{
background-color: #10E085;
}
</style>
border-color css
<style>
span { border-color: #10E085; }
span { border-color: rgb(16,224,133); }
td.TdClassName
{
border-color: #10E085;
}
.TagClassName
{
border-color: #10E085;
}
</style>