Shades of Shamrock #2CCC90
Tints of Shamrock #2CCC90
RGB
CMYK
RGB Variations
Color information
#2CCC90 (or 0x2CCC90) is known color: Shamrock. HEX triplet: 2C, CC and 90. RGB value is (44,204,144). Sum of RGB (Red+Green+Blue) = 44+204+144=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCC90 is #D3336F. Grayscale: #959595. Windows color (decimal): -13841264 or 9489452. OLE color: 9489452.
HSL color Cylindrical-coordinate representation of color #2CCC90: hue angle of 157.5º 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 #2CCC90 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 144 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.2 |
| HSL | 157.5º | 0.65% | 0.49% | - |
| HSV(B) | 157.5º | 0.78% | 0.8% | - |
| XYZ | 27.67 | 45.73 | 33.76 | - |
| YUV | 149.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 144 | 0.78 | 0 | 0.29 | 0.2 | 157.5 | 0.65 | 0.49 |
| Hex | 2C | CC | 90 | 4E | 0 | 1D | 14 | 9E | 41 | 31 |
| Octal | 54 | 314 | 220 | 116 | 0 | 35 | 24 | 236 | 101 | 61 |
| Binary | 101100 | 11001100 | 10010000 | 1001110 | 0 | 11101 | 10100 | 10011110 | 1000001 | 110001 |
Color Harmonies of #2CCC90
Complementary color
Monochromatic Colors of #2CCC90
Black with #2CCC90
Text Example
Text Example
White with #2CCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC90; }
p { color: rgb(44,204,144); }
H1.HeaderClassName
{
color: #2CCC90;
}
.AnyTagClassName
{
color: #2CCC90;
}
</style>
background-color css
<style>
a { background-color: #2CCC90; }
a { background-color: rgb(44,204,144); }
div.DivClassName
{
background-color: #2CCC90;
}
.BgClassName
{
background-color: #2CCC90;
}
</style>
border-color css
<style>
span { border-color: #2CCC90; }
span { border-color: rgb(44,204,144); }
td.TdClassName
{
border-color: #2CCC90;
}
.TagClassName
{
border-color: #2CCC90;
}
</style>