Shades of Shamrock #2ADD8A
Tints of Shamrock #2ADD8A
RGB
CMYK
RGB Variations
Color information
#2ADD8A (or 0x2ADD8A) is known color: Shamrock. HEX triplet: 2A, DD and 8A. RGB value is (42,221,138). Sum of RGB (Red+Green+Blue) = 42+221+138=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADD8A is #D52275. Grayscale: #9E9E9E. Windows color (decimal): -13967990 or 9100586. OLE color: 9100586.
HSL color Cylindrical-coordinate representation of color #2ADD8A: hue angle of 152.18º 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 #2ADD8A is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 138 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.13 |
| HSL | 152.18º | 0.72% | 0.52% | - |
| HSV(B) | 152.18º | 0.81% | 0.87% | - |
| XYZ | 31.4 | 54.04 | 32.82 | - |
| YUV | 158.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 138 | 0.81 | 0 | 0.38 | 0.13 | 152.18 | 0.72 | 0.52 |
| Hex | 2A | DD | 8A | 51 | 0 | 26 | D | 98 | 48 | 34 |
| Octal | 52 | 335 | 212 | 121 | 0 | 46 | 15 | 230 | 110 | 64 |
| Binary | 101010 | 11011101 | 10001010 | 1010001 | 0 | 100110 | 1101 | 10011000 | 1001000 | 110100 |
Color Harmonies of #2ADD8A
Complementary color
Monochromatic Colors of #2ADD8A
Black with #2ADD8A
Text Example
Text Example
White with #2ADD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD8A; }
p { color: rgb(42,221,138); }
H1.HeaderClassName
{
color: #2ADD8A;
}
.AnyTagClassName
{
color: #2ADD8A;
}
</style>
background-color css
<style>
a { background-color: #2ADD8A; }
a { background-color: rgb(42,221,138); }
div.DivClassName
{
background-color: #2ADD8A;
}
.BgClassName
{
background-color: #2ADD8A;
}
</style>
border-color css
<style>
span { border-color: #2ADD8A; }
span { border-color: rgb(42,221,138); }
td.TdClassName
{
border-color: #2ADD8A;
}
.TagClassName
{
border-color: #2ADD8A;
}
</style>