Shades of Shamrock #1CC499
Tints of Shamrock #1CC499
RGB
CMYK
RGB Variations
Color information
#1CC499 (or 0x1CC499) is known color: Shamrock. HEX triplet: 1C, C4 and 99. RGB value is (28,196,153). Sum of RGB (Red+Green+Blue) = 28+196+153=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC499 is #E33B66. Grayscale: #8C8C8C. Windows color (decimal): -14891879 or 10077212. OLE color: 10077212.
HSL color Cylindrical-coordinate representation of color #1CC499: hue angle of 164.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC499 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 153 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.23 |
| HSL | 164.64º | 0.75% | 0.44% | - |
| HSV(B) | 164.64º | 0.86% | 0.77% | - |
| XYZ | 25.97 | 42.03 | 36.88 | - |
| YUV | 140.87 | 134.84 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 153 | 0.86 | 0 | 0.22 | 0.23 | 164.64 | 0.75 | 0.44 |
| Hex | 1C | C4 | 99 | 56 | 0 | 16 | 17 | A5 | 4B | 2C |
| Octal | 34 | 304 | 231 | 126 | 0 | 26 | 27 | 245 | 113 | 54 |
| Binary | 11100 | 11000100 | 10011001 | 1010110 | 0 | 10110 | 10111 | 10100101 | 1001011 | 101100 |
Color Harmonies of #1CC499
Complementary color
Monochromatic Colors of #1CC499
Black with #1CC499
Text Example
Text Example
White with #1CC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC499; }
p { color: rgb(28,196,153); }
H1.HeaderClassName
{
color: #1CC499;
}
.AnyTagClassName
{
color: #1CC499;
}
</style>
background-color css
<style>
a { background-color: #1CC499; }
a { background-color: rgb(28,196,153); }
div.DivClassName
{
background-color: #1CC499;
}
.BgClassName
{
background-color: #1CC499;
}
</style>
border-color css
<style>
span { border-color: #1CC499; }
span { border-color: rgb(28,196,153); }
td.TdClassName
{
border-color: #1CC499;
}
.TagClassName
{
border-color: #1CC499;
}
</style>