Shades of Shamrock #2CEA96
Tints of Shamrock #2CEA96
RGB
CMYK
RGB Variations
Color information
#2CEA96 (or 0x2CEA96) is known color: Shamrock. HEX triplet: 2C, EA and 96. RGB value is (44,234,150). Sum of RGB (Red+Green+Blue) = 44+234+150=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEA96 is #D31569. Grayscale: #A7A7A7. Windows color (decimal): -13833578 or 9890348. OLE color: 9890348.
HSL color Cylindrical-coordinate representation of color #2CEA96: hue angle of 153.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA96 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 150 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.08 |
| HSL | 153.47º | 0.82% | 0.55% | - |
| HSV(B) | 153.47º | 0.81% | 0.92% | - |
| XYZ | 35.97 | 61.58 | 38.85 | - |
| YUV | 167.61 | 118.05 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 150 | 0.81 | 0 | 0.36 | 0.08 | 153.47 | 0.82 | 0.55 |
| Hex | 2C | EA | 96 | 51 | 0 | 24 | 8 | 99 | 52 | 37 |
| Octal | 54 | 352 | 226 | 121 | 0 | 44 | 10 | 231 | 122 | 67 |
| Binary | 101100 | 11101010 | 10010110 | 1010001 | 0 | 100100 | 1000 | 10011001 | 1010010 | 110111 |
Color Harmonies of #2CEA96
Complementary color
Monochromatic Colors of #2CEA96
Black with #2CEA96
Text Example
Text Example
White with #2CEA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA96; }
p { color: rgb(44,234,150); }
H1.HeaderClassName
{
color: #2CEA96;
}
.AnyTagClassName
{
color: #2CEA96;
}
</style>
background-color css
<style>
a { background-color: #2CEA96; }
a { background-color: rgb(44,234,150); }
div.DivClassName
{
background-color: #2CEA96;
}
.BgClassName
{
background-color: #2CEA96;
}
</style>
border-color css
<style>
span { border-color: #2CEA96; }
span { border-color: rgb(44,234,150); }
td.TdClassName
{
border-color: #2CEA96;
}
.TagClassName
{
border-color: #2CEA96;
}
</style>