Shades of Shamrock #1DC39B
Tints of Shamrock #1DC39B
RGB
CMYK
RGB Variations
Color information
#1DC39B (or 0x1DC39B) is known color: Shamrock. HEX triplet: 1D, C3 and 9B. RGB value is (29,195,155). Sum of RGB (Red+Green+Blue) = 29+195+155=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC39B is #E23C64. Grayscale: #8C8C8C. Windows color (decimal): -14826597 or 10208029. OLE color: 10208029.
HSL color Cylindrical-coordinate representation of color #1DC39B: hue angle of 165.54º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC39B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 155 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.24 |
| HSL | 165.54º | 0.74% | 0.44% | - |
| HSV(B) | 165.54º | 0.85% | 0.76% | - |
| XYZ | 25.94 | 41.66 | 37.68 | - |
| YUV | 140.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 155 | 0.85 | 0 | 0.21 | 0.24 | 165.54 | 0.74 | 0.44 |
| Hex | 1D | C3 | 9B | 55 | 0 | 15 | 18 | A6 | 4A | 2C |
| Octal | 35 | 303 | 233 | 125 | 0 | 25 | 30 | 246 | 112 | 54 |
| Binary | 11101 | 11000011 | 10011011 | 1010101 | 0 | 10101 | 11000 | 10100110 | 1001010 | 101100 |
Color Harmonies of #1DC39B
Complementary color
Monochromatic Colors of #1DC39B
Black with #1DC39B
Text Example
Text Example
White with #1DC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC39B; }
p { color: rgb(29,195,155); }
H1.HeaderClassName
{
color: #1DC39B;
}
.AnyTagClassName
{
color: #1DC39B;
}
</style>
background-color css
<style>
a { background-color: #1DC39B; }
a { background-color: rgb(29,195,155); }
div.DivClassName
{
background-color: #1DC39B;
}
.BgClassName
{
background-color: #1DC39B;
}
</style>
border-color css
<style>
span { border-color: #1DC39B; }
span { border-color: rgb(29,195,155); }
td.TdClassName
{
border-color: #1DC39B;
}
.TagClassName
{
border-color: #1DC39B;
}
</style>