Shades of Shamrock #2AC488
Tints of Shamrock #2AC488
RGB
CMYK
RGB Variations
Color information
#2AC488 (or 0x2AC488) is known color: Shamrock. HEX triplet: 2A, C4 and 88. RGB value is (42,196,136). Sum of RGB (Red+Green+Blue) = 42+196+136=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC488 is #D53B77. Grayscale: #8F8F8F. Windows color (decimal): -13974392 or 8963114. OLE color: 8963114.
HSL color Cylindrical-coordinate representation of color #2AC488: hue angle of 156.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC488 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 136 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.23 |
| HSL | 156.62º | 0.65% | 0.47% | - |
| HSV(B) | 156.62º | 0.79% | 0.77% | - |
| XYZ | 25.14 | 41.75 | 30.03 | - |
| YUV | 143.11 | 123.98 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 136 | 0.79 | 0 | 0.31 | 0.23 | 156.62 | 0.65 | 0.47 |
| Hex | 2A | C4 | 88 | 4F | 0 | 1F | 17 | 9D | 41 | 2F |
| Octal | 52 | 304 | 210 | 117 | 0 | 37 | 27 | 235 | 101 | 57 |
| Binary | 101010 | 11000100 | 10001000 | 1001111 | 0 | 11111 | 10111 | 10011101 | 1000001 | 101111 |
Color Harmonies of #2AC488
Complementary color
Monochromatic Colors of #2AC488
Black with #2AC488
Text Example
Text Example
White with #2AC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC488; }
p { color: rgb(42,196,136); }
H1.HeaderClassName
{
color: #2AC488;
}
.AnyTagClassName
{
color: #2AC488;
}
</style>
background-color css
<style>
a { background-color: #2AC488; }
a { background-color: rgb(42,196,136); }
div.DivClassName
{
background-color: #2AC488;
}
.BgClassName
{
background-color: #2AC488;
}
</style>
border-color css
<style>
span { border-color: #2AC488; }
span { border-color: rgb(42,196,136); }
td.TdClassName
{
border-color: #2AC488;
}
.TagClassName
{
border-color: #2AC488;
}
</style>