Shades of Shamrock #1CC699
Tints of Shamrock #1CC699
RGB
CMYK
RGB Variations
Color information
#1CC699 (or 0x1CC699) is known color: Shamrock. HEX triplet: 1C, C6 and 99. RGB value is (28,198,153). Sum of RGB (Red+Green+Blue) = 28+198+153=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC699 is #E33966. Grayscale: #8E8E8E. Windows color (decimal): -14891367 or 10077724. OLE color: 10077724.
HSL color Cylindrical-coordinate representation of color #1CC699: hue angle of 164.12º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC699 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 153 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.22 |
| HSL | 164.12º | 0.75% | 0.44% | - |
| HSV(B) | 164.12º | 0.86% | 0.78% | - |
| XYZ | 26.42 | 42.93 | 37.03 | - |
| YUV | 142.04 | 134.18 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 153 | 0.86 | 0 | 0.23 | 0.22 | 164.12 | 0.75 | 0.44 |
| Hex | 1C | C6 | 99 | 56 | 0 | 17 | 16 | A4 | 4B | 2C |
| Octal | 34 | 306 | 231 | 126 | 0 | 27 | 26 | 244 | 113 | 54 |
| Binary | 11100 | 11000110 | 10011001 | 1010110 | 0 | 10111 | 10110 | 10100100 | 1001011 | 101100 |
Color Harmonies of #1CC699
Complementary color
Monochromatic Colors of #1CC699
Black with #1CC699
Text Example
Text Example
White with #1CC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC699; }
p { color: rgb(28,198,153); }
H1.HeaderClassName
{
color: #1CC699;
}
.AnyTagClassName
{
color: #1CC699;
}
</style>
background-color css
<style>
a { background-color: #1CC699; }
a { background-color: rgb(28,198,153); }
div.DivClassName
{
background-color: #1CC699;
}
.BgClassName
{
background-color: #1CC699;
}
</style>
border-color css
<style>
span { border-color: #1CC699; }
span { border-color: rgb(28,198,153); }
td.TdClassName
{
border-color: #1CC699;
}
.TagClassName
{
border-color: #1CC699;
}
</style>