Shades of Shamrock #1CC695
Tints of Shamrock #1CC695
RGB
CMYK
RGB Variations
Color information
#1CC695 (or 0x1CC695) is known color: Shamrock. HEX triplet: 1C, C6 and 95. RGB value is (28,198,149). Sum of RGB (Red+Green+Blue) = 28+198+149=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC695 is #E3396A. Grayscale: #8D8D8D. Windows color (decimal): -14891371 or 9815580. OLE color: 9815580.
HSL color Cylindrical-coordinate representation of color #1CC695: hue angle of 162.71º 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 #1CC695 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 149 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.22 |
| HSL | 162.71º | 0.75% | 0.44% | - |
| HSV(B) | 162.71º | 0.86% | 0.78% | - |
| XYZ | 26.1 | 42.8 | 35.32 | - |
| YUV | 141.58 | 132.18 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 149 | 0.86 | 0 | 0.25 | 0.22 | 162.71 | 0.75 | 0.44 |
| Hex | 1C | C6 | 95 | 56 | 0 | 19 | 16 | A3 | 4B | 2C |
| Octal | 34 | 306 | 225 | 126 | 0 | 31 | 26 | 243 | 113 | 54 |
| Binary | 11100 | 11000110 | 10010101 | 1010110 | 0 | 11001 | 10110 | 10100011 | 1001011 | 101100 |
Color Harmonies of #1CC695
Complementary color
Monochromatic Colors of #1CC695
Black with #1CC695
Text Example
Text Example
White with #1CC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC695; }
p { color: rgb(28,198,149); }
H1.HeaderClassName
{
color: #1CC695;
}
.AnyTagClassName
{
color: #1CC695;
}
</style>
background-color css
<style>
a { background-color: #1CC695; }
a { background-color: rgb(28,198,149); }
div.DivClassName
{
background-color: #1CC695;
}
.BgClassName
{
background-color: #1CC695;
}
</style>
border-color css
<style>
span { border-color: #1CC695; }
span { border-color: rgb(28,198,149); }
td.TdClassName
{
border-color: #1CC695;
}
.TagClassName
{
border-color: #1CC695;
}
</style>