Shades of Shamrock #1CC795
Tints of Shamrock #1CC795
RGB
CMYK
RGB Variations
Color information
#1CC795 (or 0x1CC795) is known color: Shamrock. HEX triplet: 1C, C7 and 95. RGB value is (28,199,149). Sum of RGB (Red+Green+Blue) = 28+199+149=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC795 is #E3386A. Grayscale: #8E8E8E. Windows color (decimal): -14891115 or 9815836. OLE color: 9815836.
HSL color Cylindrical-coordinate representation of color #1CC795: hue angle of 162.46º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC795 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 199 | 149 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.22 |
| HSL | 162.46º | 0.75% | 0.45% | - |
| HSV(B) | 162.46º | 0.86% | 0.78% | - |
| XYZ | 26.33 | 43.26 | 35.4 | - |
| YUV | 142.17 | 131.85 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 199 | 149 | 0.86 | 0 | 0.25 | 0.22 | 162.46 | 0.75 | 0.45 |
| Hex | 1C | C7 | 95 | 56 | 0 | 19 | 16 | A2 | 4B | 2D |
| Octal | 34 | 307 | 225 | 126 | 0 | 31 | 26 | 242 | 113 | 55 |
| Binary | 11100 | 11000111 | 10010101 | 1010110 | 0 | 11001 | 10110 | 10100010 | 1001011 | 101101 |
Color Harmonies of #1CC795
Complementary color
Monochromatic Colors of #1CC795
Black with #1CC795
Text Example
Text Example
White with #1CC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC795; }
p { color: rgb(28,199,149); }
H1.HeaderClassName
{
color: #1CC795;
}
.AnyTagClassName
{
color: #1CC795;
}
</style>
background-color css
<style>
a { background-color: #1CC795; }
a { background-color: rgb(28,199,149); }
div.DivClassName
{
background-color: #1CC795;
}
.BgClassName
{
background-color: #1CC795;
}
</style>
border-color css
<style>
span { border-color: #1CC795; }
span { border-color: rgb(28,199,149); }
td.TdClassName
{
border-color: #1CC795;
}
.TagClassName
{
border-color: #1CC795;
}
</style>