Shades of Shamrock #1CCA8F
Tints of Shamrock #1CCA8F
RGB
CMYK
RGB Variations
Color information
#1CCA8F (or 0x1CCA8F) is known color: Shamrock. HEX triplet: 1C, CA and 8F. RGB value is (28,202,143). Sum of RGB (Red+Green+Blue) = 28+202+143=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA8F is #E33570. Grayscale: #8F8F8F. Windows color (decimal): -14890353 or 9423388. OLE color: 9423388.
HSL color Cylindrical-coordinate representation of color #1CCA8F: hue angle of 159.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA8F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 143 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.21 |
| HSL | 159.66º | 0.76% | 0.45% | - |
| HSV(B) | 159.66º | 0.86% | 0.79% | - |
| XYZ | 26.56 | 44.47 | 33.17 | - |
| YUV | 143.25 | 127.85 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 143 | 0.86 | 0 | 0.29 | 0.21 | 159.66 | 0.76 | 0.45 |
| Hex | 1C | CA | 8F | 56 | 0 | 1D | 15 | A0 | 4C | 2D |
| Octal | 34 | 312 | 217 | 126 | 0 | 35 | 25 | 240 | 114 | 55 |
| Binary | 11100 | 11001010 | 10001111 | 1010110 | 0 | 11101 | 10101 | 10100000 | 1001100 | 101101 |
Color Harmonies of #1CCA8F
Complementary color
Monochromatic Colors of #1CCA8F
Black with #1CCA8F
Text Example
Text Example
White with #1CCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA8F; }
p { color: rgb(28,202,143); }
H1.HeaderClassName
{
color: #1CCA8F;
}
.AnyTagClassName
{
color: #1CCA8F;
}
</style>
background-color css
<style>
a { background-color: #1CCA8F; }
a { background-color: rgb(28,202,143); }
div.DivClassName
{
background-color: #1CCA8F;
}
.BgClassName
{
background-color: #1CCA8F;
}
</style>
border-color css
<style>
span { border-color: #1CCA8F; }
span { border-color: rgb(28,202,143); }
td.TdClassName
{
border-color: #1CCA8F;
}
.TagClassName
{
border-color: #1CCA8F;
}
</style>