Shades of Spring Green #1DEA86
Tints of Spring Green #1DEA86
RGB
CMYK
RGB Variations
Color information
#1DEA86 (or 0x1DEA86) is known color: Spring Green. HEX triplet: 1D, EA and 86. RGB value is (29,234,134). Sum of RGB (Red+Green+Blue) = 29+234+134=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEA86 is #E21579. Grayscale: #A1A1A1. Windows color (decimal): -14816634 or 8841757. OLE color: 8841757.
HSL color Cylindrical-coordinate representation of color #1DEA86: hue angle of 150.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEA86 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 234 | 134 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.08 |
| HSL | 150.73º | 0.83% | 0.52% | - |
| HSV(B) | 150.73º | 0.88% | 0.92% | - |
| XYZ | 34.23 | 60.83 | 32.49 | - |
| YUV | 161.31 | 112.58 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 234 | 134 | 0.88 | 0 | 0.43 | 0.08 | 150.73 | 0.83 | 0.52 |
| Hex | 1D | EA | 86 | 58 | 0 | 2B | 8 | 97 | 53 | 34 |
| Octal | 35 | 352 | 206 | 130 | 0 | 53 | 10 | 227 | 123 | 64 |
| Binary | 11101 | 11101010 | 10000110 | 1011000 | 0 | 101011 | 1000 | 10010111 | 1010011 | 110100 |
Color Harmonies of #1DEA86
Complementary color
Monochromatic Colors of #1DEA86
Black with #1DEA86
Text Example
Text Example
White with #1DEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEA86; }
p { color: rgb(29,234,134); }
H1.HeaderClassName
{
color: #1DEA86;
}
.AnyTagClassName
{
color: #1DEA86;
}
</style>
background-color css
<style>
a { background-color: #1DEA86; }
a { background-color: rgb(29,234,134); }
div.DivClassName
{
background-color: #1DEA86;
}
.BgClassName
{
background-color: #1DEA86;
}
</style>
border-color css
<style>
span { border-color: #1DEA86; }
span { border-color: rgb(29,234,134); }
td.TdClassName
{
border-color: #1DEA86;
}
.TagClassName
{
border-color: #1DEA86;
}
</style>