Shades of Shamrock #2AC28A
Tints of Shamrock #2AC28A
RGB
CMYK
RGB Variations
Color information
#2AC28A (or 0x2AC28A) is known color: Shamrock. HEX triplet: 2A, C2 and 8A. RGB value is (42,194,138). Sum of RGB (Red+Green+Blue) = 42+194+138=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC28A is #D53D75. Grayscale: #8E8E8E. Windows color (decimal): -13974902 or 9093674. OLE color: 9093674.
HSL color Cylindrical-coordinate representation of color #2AC28A: hue angle of 157.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC28A is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 138 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.24 |
| HSL | 157.89º | 0.64% | 0.46% | - |
| HSV(B) | 157.89º | 0.78% | 0.76% | - |
| XYZ | 24.83 | 40.91 | 30.63 | - |
| YUV | 142.17 | 125.64 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 138 | 0.78 | 0 | 0.29 | 0.24 | 157.89 | 0.64 | 0.46 |
| Hex | 2A | C2 | 8A | 4E | 0 | 1D | 18 | 9E | 40 | 2E |
| Octal | 52 | 302 | 212 | 116 | 0 | 35 | 30 | 236 | 100 | 56 |
| Binary | 101010 | 11000010 | 10001010 | 1001110 | 0 | 11101 | 11000 | 10011110 | 1000000 | 101110 |
Color Harmonies of #2AC28A
Complementary color
Monochromatic Colors of #2AC28A
Black with #2AC28A
Text Example
Text Example
White with #2AC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC28A; }
p { color: rgb(42,194,138); }
H1.HeaderClassName
{
color: #2AC28A;
}
.AnyTagClassName
{
color: #2AC28A;
}
</style>
background-color css
<style>
a { background-color: #2AC28A; }
a { background-color: rgb(42,194,138); }
div.DivClassName
{
background-color: #2AC28A;
}
.BgClassName
{
background-color: #2AC28A;
}
</style>
border-color css
<style>
span { border-color: #2AC28A; }
span { border-color: rgb(42,194,138); }
td.TdClassName
{
border-color: #2AC28A;
}
.TagClassName
{
border-color: #2AC28A;
}
</style>