Shades of Shamrock #2CF5AC
Tints of Shamrock #2CF5AC
RGB
CMYK
RGB Variations
Color information
#2CF5AC (or 0x2CF5AC) is known color: Shamrock. HEX triplet: 2C, F5 and AC. RGB value is (44,245,172). Sum of RGB (Red+Green+Blue) = 44+245+172=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF5AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF5AC is #D30A53. Grayscale: #B0B0B0. Windows color (decimal): -13830740 or 11334956. OLE color: 11334956.
HSL color Cylindrical-coordinate representation of color #2CF5AC: hue angle of 158.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF5AC is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 172 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.04 |
| HSL | 158.21º | 0.91% | 0.57% | - |
| HSV(B) | 158.21º | 0.82% | 0.96% | - |
| XYZ | 41.14 | 68.82 | 50.14 | - |
| YUV | 176.58 | 125.41 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 172 | 0.82 | 0 | 0.30 | 0.04 | 158.21 | 0.91 | 0.57 |
| Hex | 2C | F5 | AC | 52 | 0 | 1E | 4 | 9E | 5B | 39 |
| Octal | 54 | 365 | 254 | 122 | 0 | 36 | 4 | 236 | 133 | 71 |
| Binary | 101100 | 11110101 | 10101100 | 1010010 | 0 | 11110 | 100 | 10011110 | 1011011 | 111001 |
Color Harmonies of #2CF5AC
Complementary color
Monochromatic Colors of #2CF5AC
Black with #2CF5AC
Text Example
Text Example
White with #2CF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF5AC; }
p { color: rgb(44,245,172); }
H1.HeaderClassName
{
color: #2CF5AC;
}
.AnyTagClassName
{
color: #2CF5AC;
}
</style>
background-color css
<style>
a { background-color: #2CF5AC; }
a { background-color: rgb(44,245,172); }
div.DivClassName
{
background-color: #2CF5AC;
}
.BgClassName
{
background-color: #2CF5AC;
}
</style>
border-color css
<style>
span { border-color: #2CF5AC; }
span { border-color: rgb(44,245,172); }
td.TdClassName
{
border-color: #2CF5AC;
}
.TagClassName
{
border-color: #2CF5AC;
}
</style>