Shades of Shamrock #1CC29A
Tints of Shamrock #1CC29A
RGB
CMYK
RGB Variations
Color information
#1CC29A (or 0x1CC29A) is known color: Shamrock. HEX triplet: 1C, C2 and 9A. RGB value is (28,194,154). Sum of RGB (Red+Green+Blue) = 28+194+154=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC29A is #E33D65. Grayscale: #8B8B8B. Windows color (decimal): -14892390 or 10142236. OLE color: 10142236.
HSL color Cylindrical-coordinate representation of color #1CC29A: hue angle of 165.54º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC29A is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 154 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.24 |
| HSL | 165.54º | 0.75% | 0.44% | - |
| HSV(B) | 165.54º | 0.86% | 0.76% | - |
| XYZ | 25.6 | 41.16 | 37.17 | - |
| YUV | 139.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 154 | 0.86 | 0 | 0.21 | 0.24 | 165.54 | 0.75 | 0.44 |
| Hex | 1C | C2 | 9A | 56 | 0 | 15 | 18 | A6 | 4B | 2C |
| Octal | 34 | 302 | 232 | 126 | 0 | 25 | 30 | 246 | 113 | 54 |
| Binary | 11100 | 11000010 | 10011010 | 1010110 | 0 | 10101 | 11000 | 10100110 | 1001011 | 101100 |
Color Harmonies of #1CC29A
Complementary color
Monochromatic Colors of #1CC29A
Black with #1CC29A
Text Example
Text Example
White with #1CC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC29A; }
p { color: rgb(28,194,154); }
H1.HeaderClassName
{
color: #1CC29A;
}
.AnyTagClassName
{
color: #1CC29A;
}
</style>
background-color css
<style>
a { background-color: #1CC29A; }
a { background-color: rgb(28,194,154); }
div.DivClassName
{
background-color: #1CC29A;
}
.BgClassName
{
background-color: #1CC29A;
}
</style>
border-color css
<style>
span { border-color: #1CC29A; }
span { border-color: rgb(28,194,154); }
td.TdClassName
{
border-color: #1CC29A;
}
.TagClassName
{
border-color: #1CC29A;
}
</style>