Shades of Shamrock #1CC698
Tints of Shamrock #1CC698
RGB
CMYK
RGB Variations
Color information
#1CC698 (or 0x1CC698) is known color: Shamrock. HEX triplet: 1C, C6 and 98. RGB value is (28,198,152). Sum of RGB (Red+Green+Blue) = 28+198+152=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC698 is #E33967. Grayscale: #8D8D8D. Windows color (decimal): -14891368 or 10012188. OLE color: 10012188.
HSL color Cylindrical-coordinate representation of color #1CC698: hue angle of 163.76º 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 #1CC698 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 152 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.22 |
| HSL | 163.76º | 0.75% | 0.44% | - |
| HSV(B) | 163.76º | 0.86% | 0.78% | - |
| XYZ | 26.34 | 42.9 | 36.6 | - |
| YUV | 141.93 | 133.68 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 152 | 0.86 | 0 | 0.23 | 0.22 | 163.76 | 0.75 | 0.44 |
| Hex | 1C | C6 | 98 | 56 | 0 | 17 | 16 | A4 | 4B | 2C |
| Octal | 34 | 306 | 230 | 126 | 0 | 27 | 26 | 244 | 113 | 54 |
| Binary | 11100 | 11000110 | 10011000 | 1010110 | 0 | 10111 | 10110 | 10100100 | 1001011 | 101100 |
Color Harmonies of #1CC698
Complementary color
Monochromatic Colors of #1CC698
Black with #1CC698
Text Example
Text Example
White with #1CC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC698; }
p { color: rgb(28,198,152); }
H1.HeaderClassName
{
color: #1CC698;
}
.AnyTagClassName
{
color: #1CC698;
}
</style>
background-color css
<style>
a { background-color: #1CC698; }
a { background-color: rgb(28,198,152); }
div.DivClassName
{
background-color: #1CC698;
}
.BgClassName
{
background-color: #1CC698;
}
</style>
border-color css
<style>
span { border-color: #1CC698; }
span { border-color: rgb(28,198,152); }
td.TdClassName
{
border-color: #1CC698;
}
.TagClassName
{
border-color: #1CC698;
}
</style>