Shades of Shamrock #1DC299
Tints of Shamrock #1DC299
RGB
CMYK
RGB Variations
Color information
#1DC299 (or 0x1DC299) is known color: Shamrock. HEX triplet: 1D, C2 and 99. RGB value is (29,194,153). Sum of RGB (Red+Green+Blue) = 29+194+153=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC299 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC299 is #E23D66. Grayscale: #8B8B8B. Windows color (decimal): -14826855 or 10076701. OLE color: 10076701.
HSL color Cylindrical-coordinate representation of color #1DC299: hue angle of 165.09º 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 #1DC299 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 153 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.24 |
| HSL | 165.09º | 0.74% | 0.44% | - |
| HSV(B) | 165.09º | 0.85% | 0.76% | - |
| XYZ | 25.55 | 41.14 | 36.73 | - |
| YUV | 139.99 | 135.34 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 153 | 0.85 | 0 | 0.21 | 0.24 | 165.09 | 0.74 | 0.44 |
| Hex | 1D | C2 | 99 | 55 | 0 | 15 | 18 | A5 | 4A | 2C |
| Octal | 35 | 302 | 231 | 125 | 0 | 25 | 30 | 245 | 112 | 54 |
| Binary | 11101 | 11000010 | 10011001 | 1010101 | 0 | 10101 | 11000 | 10100101 | 1001010 | 101100 |
Color Harmonies of #1DC299
Complementary color
Monochromatic Colors of #1DC299
Black with #1DC299
Text Example
Text Example
White with #1DC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC299; }
p { color: rgb(29,194,153); }
H1.HeaderClassName
{
color: #1DC299;
}
.AnyTagClassName
{
color: #1DC299;
}
</style>
background-color css
<style>
a { background-color: #1DC299; }
a { background-color: rgb(29,194,153); }
div.DivClassName
{
background-color: #1DC299;
}
.BgClassName
{
background-color: #1DC299;
}
</style>
border-color css
<style>
span { border-color: #1DC299; }
span { border-color: rgb(29,194,153); }
td.TdClassName
{
border-color: #1DC299;
}
.TagClassName
{
border-color: #1DC299;
}
</style>