Shades of Shamrock #2AC894
Tints of Shamrock #2AC894
RGB
CMYK
RGB Variations
Color information
#2AC894 (or 0x2AC894) is known color: Shamrock. HEX triplet: 2A, C8 and 94. RGB value is (42,200,148). Sum of RGB (Red+Green+Blue) = 42+200+148=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC894 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC894 is #D5376B. Grayscale: #929292. Windows color (decimal): -13973356 or 9750570. OLE color: 9750570.
HSL color Cylindrical-coordinate representation of color #2AC894: hue angle of 160.25º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC894 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 200 | 148 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.22 |
| HSL | 160.25º | 0.65% | 0.47% | - |
| HSV(B) | 160.25º | 0.79% | 0.78% | - |
| XYZ | 26.95 | 43.94 | 35.08 | - |
| YUV | 146.83 | 128.65 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 200 | 148 | 0.79 | 0 | 0.26 | 0.22 | 160.25 | 0.65 | 0.47 |
| Hex | 2A | C8 | 94 | 4F | 0 | 1A | 16 | A0 | 41 | 2F |
| Octal | 52 | 310 | 224 | 117 | 0 | 32 | 26 | 240 | 101 | 57 |
| Binary | 101010 | 11001000 | 10010100 | 1001111 | 0 | 11010 | 10110 | 10100000 | 1000001 | 101111 |
Color Harmonies of #2AC894
Complementary color
Monochromatic Colors of #2AC894
Black with #2AC894
Text Example
Text Example
White with #2AC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC894; }
p { color: rgb(42,200,148); }
H1.HeaderClassName
{
color: #2AC894;
}
.AnyTagClassName
{
color: #2AC894;
}
</style>
background-color css
<style>
a { background-color: #2AC894; }
a { background-color: rgb(42,200,148); }
div.DivClassName
{
background-color: #2AC894;
}
.BgClassName
{
background-color: #2AC894;
}
</style>
border-color css
<style>
span { border-color: #2AC894; }
span { border-color: rgb(42,200,148); }
td.TdClassName
{
border-color: #2AC894;
}
.TagClassName
{
border-color: #2AC894;
}
</style>