Shades of Shamrock #2AC589
Tints of Shamrock #2AC589
RGB
CMYK
RGB Variations
Color information
#2AC589 (or 0x2AC589) is known color: Shamrock. HEX triplet: 2A, C5 and 89. RGB value is (42,197,137). Sum of RGB (Red+Green+Blue) = 42+197+137=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC589 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC589 is #D53A76. Grayscale: #8F8F8F. Windows color (decimal): -13974135 or 9028906. OLE color: 9028906.
HSL color Cylindrical-coordinate representation of color #2AC589: hue angle of 156.77º 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 #2AC589 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 197 | 137 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.23 |
| HSL | 156.77º | 0.65% | 0.47% | - |
| HSV(B) | 156.77º | 0.79% | 0.77% | - |
| XYZ | 25.44 | 42.23 | 30.48 | - |
| YUV | 143.82 | 124.15 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 197 | 137 | 0.79 | 0 | 0.30 | 0.23 | 156.77 | 0.65 | 0.47 |
| Hex | 2A | C5 | 89 | 4F | 0 | 1E | 17 | 9D | 41 | 2F |
| Octal | 52 | 305 | 211 | 117 | 0 | 36 | 27 | 235 | 101 | 57 |
| Binary | 101010 | 11000101 | 10001001 | 1001111 | 0 | 11110 | 10111 | 10011101 | 1000001 | 101111 |
Color Harmonies of #2AC589
Complementary color
Monochromatic Colors of #2AC589
Black with #2AC589
Text Example
Text Example
White with #2AC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC589; }
p { color: rgb(42,197,137); }
H1.HeaderClassName
{
color: #2AC589;
}
.AnyTagClassName
{
color: #2AC589;
}
</style>
background-color css
<style>
a { background-color: #2AC589; }
a { background-color: rgb(42,197,137); }
div.DivClassName
{
background-color: #2AC589;
}
.BgClassName
{
background-color: #2AC589;
}
</style>
border-color css
<style>
span { border-color: #2AC589; }
span { border-color: rgb(42,197,137); }
td.TdClassName
{
border-color: #2AC589;
}
.TagClassName
{
border-color: #2AC589;
}
</style>