Shades of Shamrock #1DD692
Tints of Shamrock #1DD692
RGB
CMYK
RGB Variations
Color information
#1DD692 (or 0x1DD692) is known color: Shamrock. HEX triplet: 1D, D6 and 92. RGB value is (29,214,146). Sum of RGB (Red+Green+Blue) = 29+214+146=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD692 is #E2296D. Grayscale: #979797. Windows color (decimal): -14821742 or 9623069. OLE color: 9623069.
HSL color Cylindrical-coordinate representation of color #1DD692: hue angle of 157.95º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD692 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 146 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.16 |
| HSL | 157.95º | 0.76% | 0.48% | - |
| HSV(B) | 157.95º | 0.86% | 0.84% | - |
| XYZ | 29.74 | 50.43 | 35.36 | - |
| YUV | 150.93 | 125.21 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 146 | 0.86 | 0 | 0.32 | 0.16 | 157.95 | 0.76 | 0.48 |
| Hex | 1D | D6 | 92 | 56 | 0 | 20 | 10 | 9E | 4C | 30 |
| Octal | 35 | 326 | 222 | 126 | 0 | 40 | 20 | 236 | 114 | 60 |
| Binary | 11101 | 11010110 | 10010010 | 1010110 | 0 | 100000 | 10000 | 10011110 | 1001100 | 110000 |
Color Harmonies of #1DD692
Complementary color
Monochromatic Colors of #1DD692
Black with #1DD692
Text Example
Text Example
White with #1DD692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD692; }
p { color: rgb(29,214,146); }
H1.HeaderClassName
{
color: #1DD692;
}
.AnyTagClassName
{
color: #1DD692;
}
</style>
background-color css
<style>
a { background-color: #1DD692; }
a { background-color: rgb(29,214,146); }
div.DivClassName
{
background-color: #1DD692;
}
.BgClassName
{
background-color: #1DD692;
}
</style>
border-color css
<style>
span { border-color: #1DD692; }
span { border-color: rgb(29,214,146); }
td.TdClassName
{
border-color: #1DD692;
}
.TagClassName
{
border-color: #1DD692;
}
</style>