Shades of Shamrock #2CC098
Tints of Shamrock #2CC098
RGB
CMYK
RGB Variations
Color information
#2CC098 (or 0x2CC098) is known color: Shamrock. HEX triplet: 2C, C0 and 98. RGB value is (44,192,152). Sum of RGB (Red+Green+Blue) = 44+192+152=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC098 is #D33F67. Grayscale: #8F8F8F. Windows color (decimal): -13844328 or 10010668. OLE color: 10010668.
HSL color Cylindrical-coordinate representation of color #2CC098: hue angle of 163.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC098 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 152 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.25 |
| HSL | 163.78º | 0.63% | 0.46% | - |
| HSV(B) | 163.78º | 0.77% | 0.75% | - |
| XYZ | 25.56 | 40.5 | 36.18 | - |
| YUV | 143.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 152 | 0.77 | 0 | 0.21 | 0.25 | 163.78 | 0.63 | 0.46 |
| Hex | 2C | C0 | 98 | 4D | 0 | 15 | 19 | A4 | 3F | 2E |
| Octal | 54 | 300 | 230 | 115 | 0 | 25 | 31 | 244 | 77 | 56 |
| Binary | 101100 | 11000000 | 10011000 | 1001101 | 0 | 10101 | 11001 | 10100100 | 111111 | 101110 |
Color Harmonies of #2CC098
Complementary color
Monochromatic Colors of #2CC098
Black with #2CC098
Text Example
Text Example
White with #2CC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC098; }
p { color: rgb(44,192,152); }
H1.HeaderClassName
{
color: #2CC098;
}
.AnyTagClassName
{
color: #2CC098;
}
</style>
background-color css
<style>
a { background-color: #2CC098; }
a { background-color: rgb(44,192,152); }
div.DivClassName
{
background-color: #2CC098;
}
.BgClassName
{
background-color: #2CC098;
}
</style>
border-color css
<style>
span { border-color: #2CC098; }
span { border-color: rgb(44,192,152); }
td.TdClassName
{
border-color: #2CC098;
}
.TagClassName
{
border-color: #2CC098;
}
</style>