Shades of Shamrock #2ADA89
Tints of Shamrock #2ADA89
RGB
CMYK
RGB Variations
Color information
#2ADA89 (or 0x2ADA89) is known color: Shamrock. HEX triplet: 2A, DA and 89. RGB value is (42,218,137). Sum of RGB (Red+Green+Blue) = 42+218+137=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADA89 is #D52576. Grayscale: #9C9C9C. Windows color (decimal): -13968759 or 9034282. OLE color: 9034282.
HSL color Cylindrical-coordinate representation of color #2ADA89: hue angle of 152.39º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA89 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 137 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.15 |
| HSL | 152.39º | 0.7% | 0.51% | - |
| HSV(B) | 152.39º | 0.81% | 0.85% | - |
| XYZ | 30.54 | 52.44 | 32.18 | - |
| YUV | 156.14 | 117.19 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 137 | 0.81 | 0 | 0.37 | 0.15 | 152.39 | 0.7 | 0.51 |
| Hex | 2A | DA | 89 | 51 | 0 | 25 | F | 98 | 46 | 33 |
| Octal | 52 | 332 | 211 | 121 | 0 | 45 | 17 | 230 | 106 | 63 |
| Binary | 101010 | 11011010 | 10001001 | 1010001 | 0 | 100101 | 1111 | 10011000 | 1000110 | 110011 |
Color Harmonies of #2ADA89
Complementary color
Monochromatic Colors of #2ADA89
Black with #2ADA89
Text Example
Text Example
White with #2ADA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA89; }
p { color: rgb(42,218,137); }
H1.HeaderClassName
{
color: #2ADA89;
}
.AnyTagClassName
{
color: #2ADA89;
}
</style>
background-color css
<style>
a { background-color: #2ADA89; }
a { background-color: rgb(42,218,137); }
div.DivClassName
{
background-color: #2ADA89;
}
.BgClassName
{
background-color: #2ADA89;
}
</style>
border-color css
<style>
span { border-color: #2ADA89; }
span { border-color: rgb(42,218,137); }
td.TdClassName
{
border-color: #2ADA89;
}
.TagClassName
{
border-color: #2ADA89;
}
</style>