Shades of Shamrock #1CC697
Tints of Shamrock #1CC697
RGB
CMYK
RGB Variations
Color information
#1CC697 (or 0x1CC697) is known color: Shamrock. HEX triplet: 1C, C6 and 97. RGB value is (28,198,151). Sum of RGB (Red+Green+Blue) = 28+198+151=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC697 is #E33968. Grayscale: #8D8D8D. Windows color (decimal): -14891369 or 9946652. OLE color: 9946652.
HSL color Cylindrical-coordinate representation of color #1CC697: hue angle of 163.41º 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 #1CC697 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 151 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.22 |
| HSL | 163.41º | 0.75% | 0.44% | - |
| HSV(B) | 163.41º | 0.86% | 0.78% | - |
| XYZ | 26.26 | 42.87 | 36.17 | - |
| YUV | 141.81 | 133.18 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 151 | 0.86 | 0 | 0.24 | 0.22 | 163.41 | 0.75 | 0.44 |
| Hex | 1C | C6 | 97 | 56 | 0 | 18 | 16 | A3 | 4B | 2C |
| Octal | 34 | 306 | 227 | 126 | 0 | 30 | 26 | 243 | 113 | 54 |
| Binary | 11100 | 11000110 | 10010111 | 1010110 | 0 | 11000 | 10110 | 10100011 | 1001011 | 101100 |
Color Harmonies of #1CC697
Complementary color
Monochromatic Colors of #1CC697
Black with #1CC697
Text Example
Text Example
White with #1CC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC697; }
p { color: rgb(28,198,151); }
H1.HeaderClassName
{
color: #1CC697;
}
.AnyTagClassName
{
color: #1CC697;
}
</style>
background-color css
<style>
a { background-color: #1CC697; }
a { background-color: rgb(28,198,151); }
div.DivClassName
{
background-color: #1CC697;
}
.BgClassName
{
background-color: #1CC697;
}
</style>
border-color css
<style>
span { border-color: #1CC697; }
span { border-color: rgb(28,198,151); }
td.TdClassName
{
border-color: #1CC697;
}
.TagClassName
{
border-color: #1CC697;
}
</style>