Shades of Spring Green #10E084
Tints of Spring Green #10E084
RGB
CMYK
RGB Variations
Color information
#10E084 (or 0x10E084) is known color: Spring Green. HEX triplet: 10, E0 and 84. RGB value is (16,224,132). Sum of RGB (Red+Green+Blue) = 16+224+132=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #10E084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E084 is #EF1F7B. Grayscale: #979797. Windows color (decimal): -15671164 or 8708112. OLE color: 8708112.
HSL color Cylindrical-coordinate representation of color #10E084: hue angle of 153.46º 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 #10E084 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 132 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.12 |
| HSL | 153.46º | 0.87% | 0.47% | - |
| HSV(B) | 153.46º | 0.93% | 0.88% | - |
| XYZ | 31.03 | 55.09 | 30.83 | - |
| YUV | 151.32 | 117.09 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 132 | 0.93 | 0 | 0.41 | 0.12 | 153.46 | 0.87 | 0.47 |
| Hex | 10 | E0 | 84 | 5D | 0 | 29 | C | 99 | 57 | 2F |
| Octal | 20 | 340 | 204 | 135 | 0 | 51 | 14 | 231 | 127 | 57 |
| Binary | 10000 | 11100000 | 10000100 | 1011101 | 0 | 101001 | 1100 | 10011001 | 1010111 | 101111 |
Color Harmonies of #10E084
Complementary color
Monochromatic Colors of #10E084
Black with #10E084
Text Example
Text Example
White with #10E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E084; }
p { color: rgb(16,224,132); }
H1.HeaderClassName
{
color: #10E084;
}
.AnyTagClassName
{
color: #10E084;
}
</style>
background-color css
<style>
a { background-color: #10E084; }
a { background-color: rgb(16,224,132); }
div.DivClassName
{
background-color: #10E084;
}
.BgClassName
{
background-color: #10E084;
}
</style>
border-color css
<style>
span { border-color: #10E084; }
span { border-color: rgb(16,224,132); }
td.TdClassName
{
border-color: #10E084;
}
.TagClassName
{
border-color: #10E084;
}
</style>