Shades of Shamrock #2CE3A9
Tints of Shamrock #2CE3A9
RGB
CMYK
RGB Variations
Color information
#2CE3A9 (or 0x2CE3A9) is known color: Shamrock. HEX triplet: 2C, E3 and A9. RGB value is (44,227,169). Sum of RGB (Red+Green+Blue) = 44+227+169=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE3A9 is #D31C56. Grayscale: #A5A5A5. Windows color (decimal): -13835351 or 11133740. OLE color: 11133740.
HSL color Cylindrical-coordinate representation of color #2CE3A9: hue angle of 160.98º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE3A9 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
RGB | 44 | 227 | 169 | - |
CMYK | 0.81 | 0 | 0.26 | 0.11 |
HSL | 160.98º | 0.77% | 0.53% | - |
HSV(B) | 160.98º | 0.81% | 0.89% | - |
XYZ | 35.67 | 58.34 | 46.92 | - |
YUV | 165.67 | 129.87 | 41.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 44 | 227 | 169 | 0.81 | 0 | 0.26 | 0.11 | 160.98 | 0.77 | 0.53 |
Hex | 2C | E3 | A9 | 51 | 0 | 1A | B | A1 | 4D | 35 |
Octal | 54 | 343 | 251 | 121 | 0 | 32 | 13 | 241 | 115 | 65 |
Binary | 101100 | 11100011 | 10101001 | 1010001 | 0 | 11010 | 1011 | 10100001 | 1001101 | 110101 |
Color Harmonies of #2CE3A9
Complementary color
Monochromatic Colors of #2CE3A9
Black with #2CE3A9
Text Example
Text Example
White with #2CE3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE3A9; }
p { color: rgb(44,227,169); }
H1.HeaderClassName
{
color: #2CE3A9;
}
.AnyTagClassName
{
color: #2CE3A9;
}
</style>
background-color css
<style>
a { background-color: #2CE3A9; }
a { background-color: rgb(44,227,169); }
div.DivClassName
{
background-color: #2CE3A9;
}
.BgClassName
{
background-color: #2CE3A9;
}
</style>
border-color css
<style>
span { border-color: #2CE3A9; }
span { border-color: rgb(44,227,169); }
td.TdClassName
{
border-color: #2CE3A9;
}
.TagClassName
{
border-color: #2CE3A9;
}
</style>