Shades of Shamrock #1CCA92
Tints of Shamrock #1CCA92
RGB
CMYK
RGB Variations
Color information
#1CCA92 (or 0x1CCA92) is known color: Shamrock. HEX triplet: 1C, CA and 92. RGB value is (28,202,146). Sum of RGB (Red+Green+Blue) = 28+202+146=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA92 is #E3356D. Grayscale: #8F8F8F. Windows color (decimal): -14890350 or 9619996. OLE color: 9619996.
HSL color Cylindrical-coordinate representation of color #1CCA92: hue angle of 160.69º 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 #1CCA92 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 202 | 146 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.21 |
| HSL | 160.69º | 0.76% | 0.45% | - |
| HSV(B) | 160.69º | 0.86% | 0.79% | - |
| XYZ | 26.79 | 44.56 | 34.38 | - |
| YUV | 143.59 | 129.35 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 146 | 0.86 | 0 | 0.28 | 0.21 | 160.69 | 0.76 | 0.45 |
| Hex | 1C | CA | 92 | 56 | 0 | 1C | 15 | A1 | 4C | 2D |
| Octal | 34 | 312 | 222 | 126 | 0 | 34 | 25 | 241 | 114 | 55 |
| Binary | 11100 | 11001010 | 10010010 | 1010110 | 0 | 11100 | 10101 | 10100001 | 1001100 | 101101 |
Color Harmonies of #1CCA92
Complementary color
Monochromatic Colors of #1CCA92
Black with #1CCA92
Text Example
Text Example
White with #1CCA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCA92; }
p { color: rgb(28,202,146); }
H1.HeaderClassName
{
color: #1CCA92;
}
.AnyTagClassName
{
color: #1CCA92;
}
</style>
background-color css
<style>
a { background-color: #1CCA92; }
a { background-color: rgb(28,202,146); }
div.DivClassName
{
background-color: #1CCA92;
}
.BgClassName
{
background-color: #1CCA92;
}
</style>
border-color css
<style>
span { border-color: #1CCA92; }
span { border-color: rgb(28,202,146); }
td.TdClassName
{
border-color: #1CCA92;
}
.TagClassName
{
border-color: #1CCA92;
}
</style>