Shades of Shamrock #2ADD89
Tints of Shamrock #2ADD89
RGB
CMYK
RGB Variations
Color information
#2ADD89 (or 0x2ADD89) is known color: Shamrock. HEX triplet: 2A, DD and 89. RGB value is (42,221,137). Sum of RGB (Red+Green+Blue) = 42+221+137=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADD89 is #D52276. Grayscale: #9E9E9E. Windows color (decimal): -13967991 or 9035050. OLE color: 9035050.
HSL color Cylindrical-coordinate representation of color #2ADD89: hue angle of 151.84º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD89 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 137 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.13 |
| HSL | 151.84º | 0.72% | 0.52% | - |
| HSV(B) | 151.84º | 0.81% | 0.87% | - |
| XYZ | 31.33 | 54.01 | 32.44 | - |
| YUV | 157.9 | 116.2 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 137 | 0.81 | 0 | 0.38 | 0.13 | 151.84 | 0.72 | 0.52 |
| Hex | 2A | DD | 89 | 51 | 0 | 26 | D | 98 | 48 | 34 |
| Octal | 52 | 335 | 211 | 121 | 0 | 46 | 15 | 230 | 110 | 64 |
| Binary | 101010 | 11011101 | 10001001 | 1010001 | 0 | 100110 | 1101 | 10011000 | 1001000 | 110100 |
Color Harmonies of #2ADD89
Complementary color
Monochromatic Colors of #2ADD89
Black with #2ADD89
Text Example
Text Example
White with #2ADD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD89; }
p { color: rgb(42,221,137); }
H1.HeaderClassName
{
color: #2ADD89;
}
.AnyTagClassName
{
color: #2ADD89;
}
</style>
background-color css
<style>
a { background-color: #2ADD89; }
a { background-color: rgb(42,221,137); }
div.DivClassName
{
background-color: #2ADD89;
}
.BgClassName
{
background-color: #2ADD89;
}
</style>
border-color css
<style>
span { border-color: #2ADD89; }
span { border-color: rgb(42,221,137); }
td.TdClassName
{
border-color: #2ADD89;
}
.TagClassName
{
border-color: #2ADD89;
}
</style>