Shades of Shamrock #2CC59A
Tints of Shamrock #2CC59A
RGB
CMYK
RGB Variations
Color information
#2CC59A (or 0x2CC59A) is known color: Shamrock. HEX triplet: 2C, C5 and 9A. RGB value is (44,197,154). Sum of RGB (Red+Green+Blue) = 44+197+154=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC59A is #D33A65. Grayscale: #929292. Windows color (decimal): -13843046 or 10143020. OLE color: 10143020.
HSL color Cylindrical-coordinate representation of color #2CC59A: hue angle of 163.14º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC59A is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 154 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.23 |
| HSL | 163.14º | 0.63% | 0.47% | - |
| HSV(B) | 163.14º | 0.78% | 0.77% | - |
| XYZ | 26.84 | 42.8 | 37.42 | - |
| YUV | 146.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 154 | 0.78 | 0 | 0.22 | 0.23 | 163.14 | 0.63 | 0.47 |
| Hex | 2C | C5 | 9A | 4E | 0 | 16 | 17 | A3 | 3F | 2F |
| Octal | 54 | 305 | 232 | 116 | 0 | 26 | 27 | 243 | 77 | 57 |
| Binary | 101100 | 11000101 | 10011010 | 1001110 | 0 | 10110 | 10111 | 10100011 | 111111 | 101111 |
Color Harmonies of #2CC59A
Complementary color
Monochromatic Colors of #2CC59A
Black with #2CC59A
Text Example
Text Example
White with #2CC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC59A; }
p { color: rgb(44,197,154); }
H1.HeaderClassName
{
color: #2CC59A;
}
.AnyTagClassName
{
color: #2CC59A;
}
</style>
background-color css
<style>
a { background-color: #2CC59A; }
a { background-color: rgb(44,197,154); }
div.DivClassName
{
background-color: #2CC59A;
}
.BgClassName
{
background-color: #2CC59A;
}
</style>
border-color css
<style>
span { border-color: #2CC59A; }
span { border-color: rgb(44,197,154); }
td.TdClassName
{
border-color: #2CC59A;
}
.TagClassName
{
border-color: #2CC59A;
}
</style>