Shades of Shamrock #2CCC8A
Tints of Shamrock #2CCC8A
RGB
CMYK
RGB Variations
Color information
#2CCC8A (or 0x2CCC8A) is known color: Shamrock. HEX triplet: 2C, CC and 8A. RGB value is (44,204,138). Sum of RGB (Red+Green+Blue) = 44+204+138=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCC8A is #D33375. Grayscale: #949494. Windows color (decimal): -13841270 or 9096236. OLE color: 9096236.
HSL color Cylindrical-coordinate representation of color #2CCC8A: hue angle of 155.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCC8A is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 138 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.2 |
| HSL | 155.25º | 0.65% | 0.49% | - |
| HSV(B) | 155.25º | 0.78% | 0.8% | - |
| XYZ | 27.22 | 45.56 | 31.4 | - |
| YUV | 148.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 138 | 0.78 | 0 | 0.32 | 0.2 | 155.25 | 0.65 | 0.49 |
| Hex | 2C | CC | 8A | 4E | 0 | 20 | 14 | 9B | 41 | 31 |
| Octal | 54 | 314 | 212 | 116 | 0 | 40 | 24 | 233 | 101 | 61 |
| Binary | 101100 | 11001100 | 10001010 | 1001110 | 0 | 100000 | 10100 | 10011011 | 1000001 | 110001 |
Color Harmonies of #2CCC8A
Complementary color
Monochromatic Colors of #2CCC8A
Black with #2CCC8A
Text Example
Text Example
White with #2CCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC8A; }
p { color: rgb(44,204,138); }
H1.HeaderClassName
{
color: #2CCC8A;
}
.AnyTagClassName
{
color: #2CCC8A;
}
</style>
background-color css
<style>
a { background-color: #2CCC8A; }
a { background-color: rgb(44,204,138); }
div.DivClassName
{
background-color: #2CCC8A;
}
.BgClassName
{
background-color: #2CCC8A;
}
</style>
border-color css
<style>
span { border-color: #2CCC8A; }
span { border-color: rgb(44,204,138); }
td.TdClassName
{
border-color: #2CCC8A;
}
.TagClassName
{
border-color: #2CCC8A;
}
</style>