Shades of Shamrock #2CC09D
Tints of Shamrock #2CC09D
RGB
CMYK
RGB Variations
Color information
#2CC09D (or 0x2CC09D) is known color: Shamrock. HEX triplet: 2C, C0 and 9D. RGB value is (44,192,157). Sum of RGB (Red+Green+Blue) = 44+192+157=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC09D is #D33F62. Grayscale: #8F8F8F. Windows color (decimal): -13844323 or 10338348. OLE color: 10338348.
HSL color Cylindrical-coordinate representation of color #2CC09D: hue angle of 165.81º 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 #2CC09D is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 157 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.25 |
| HSL | 165.81º | 0.63% | 0.46% | - |
| HSV(B) | 165.81º | 0.77% | 0.75% | - |
| XYZ | 25.97 | 40.67 | 38.38 | - |
| YUV | 143.76 | 135.47 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 157 | 0.77 | 0 | 0.18 | 0.25 | 165.81 | 0.63 | 0.46 |
| Hex | 2C | C0 | 9D | 4D | 0 | 12 | 19 | A6 | 3F | 2E |
| Octal | 54 | 300 | 235 | 115 | 0 | 22 | 31 | 246 | 77 | 56 |
| Binary | 101100 | 11000000 | 10011101 | 1001101 | 0 | 10010 | 11001 | 10100110 | 111111 | 101110 |
Color Harmonies of #2CC09D
Complementary color
Monochromatic Colors of #2CC09D
Black with #2CC09D
Text Example
Text Example
White with #2CC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC09D; }
p { color: rgb(44,192,157); }
H1.HeaderClassName
{
color: #2CC09D;
}
.AnyTagClassName
{
color: #2CC09D;
}
</style>
background-color css
<style>
a { background-color: #2CC09D; }
a { background-color: rgb(44,192,157); }
div.DivClassName
{
background-color: #2CC09D;
}
.BgClassName
{
background-color: #2CC09D;
}
</style>
border-color css
<style>
span { border-color: #2CC09D; }
span { border-color: rgb(44,192,157); }
td.TdClassName
{
border-color: #2CC09D;
}
.TagClassName
{
border-color: #2CC09D;
}
</style>