Shades of Shamrock #1CCC8E
Tints of Shamrock #1CCC8E
RGB
CMYK
RGB Variations
Color information
#1CCC8E (or 0x1CCC8E) is known color: Shamrock. HEX triplet: 1C, CC and 8E. RGB value is (28,204,142). Sum of RGB (Red+Green+Blue) = 28+204+142=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCC8E is #E33371. Grayscale: #909090. Windows color (decimal): -14889842 or 9358364. OLE color: 9358364.
HSL color Cylindrical-coordinate representation of color #1CCC8E: hue angle of 158.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC8E is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 142 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.2 |
| HSL | 158.86º | 0.76% | 0.45% | - |
| HSV(B) | 158.86º | 0.86% | 0.8% | - |
| XYZ | 26.95 | 45.39 | 32.93 | - |
| YUV | 144.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 142 | 0.86 | 0 | 0.30 | 0.2 | 158.86 | 0.76 | 0.45 |
| Hex | 1C | CC | 8E | 56 | 0 | 1E | 14 | 9F | 4C | 2D |
| Octal | 34 | 314 | 216 | 126 | 0 | 36 | 24 | 237 | 114 | 55 |
| Binary | 11100 | 11001100 | 10001110 | 1010110 | 0 | 11110 | 10100 | 10011111 | 1001100 | 101101 |
Color Harmonies of #1CCC8E
Complementary color
Monochromatic Colors of #1CCC8E
Black with #1CCC8E
Text Example
Text Example
White with #1CCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC8E; }
p { color: rgb(28,204,142); }
H1.HeaderClassName
{
color: #1CCC8E;
}
.AnyTagClassName
{
color: #1CCC8E;
}
</style>
background-color css
<style>
a { background-color: #1CCC8E; }
a { background-color: rgb(28,204,142); }
div.DivClassName
{
background-color: #1CCC8E;
}
.BgClassName
{
background-color: #1CCC8E;
}
</style>
border-color css
<style>
span { border-color: #1CCC8E; }
span { border-color: rgb(28,204,142); }
td.TdClassName
{
border-color: #1CCC8E;
}
.TagClassName
{
border-color: #1CCC8E;
}
</style>