Shades of Shamrock #2ADD9A
Tints of Shamrock #2ADD9A
RGB
CMYK
RGB Variations
Color information
#2ADD9A (or 0x2ADD9A) is known color: Shamrock. HEX triplet: 2A, DD and 9A. RGB value is (42,221,154). Sum of RGB (Red+Green+Blue) = 42+221+154=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADD9A is #D52265. Grayscale: #9F9F9F. Windows color (decimal): -13967974 or 10149162. OLE color: 10149162.
HSL color Cylindrical-coordinate representation of color #2ADD9A: hue angle of 157.54º 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 #2ADD9A is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 154 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.13 |
| HSL | 157.54º | 0.72% | 0.52% | - |
| HSV(B) | 157.54º | 0.81% | 0.87% | - |
| XYZ | 32.64 | 54.54 | 39.38 | - |
| YUV | 159.84 | 124.7 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 154 | 0.81 | 0 | 0.30 | 0.13 | 157.54 | 0.72 | 0.52 |
| Hex | 2A | DD | 9A | 51 | 0 | 1E | D | 9E | 48 | 34 |
| Octal | 52 | 335 | 232 | 121 | 0 | 36 | 15 | 236 | 110 | 64 |
| Binary | 101010 | 11011101 | 10011010 | 1010001 | 0 | 11110 | 1101 | 10011110 | 1001000 | 110100 |
Color Harmonies of #2ADD9A
Complementary color
Monochromatic Colors of #2ADD9A
Black with #2ADD9A
Text Example
Text Example
White with #2ADD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD9A; }
p { color: rgb(42,221,154); }
H1.HeaderClassName
{
color: #2ADD9A;
}
.AnyTagClassName
{
color: #2ADD9A;
}
</style>
background-color css
<style>
a { background-color: #2ADD9A; }
a { background-color: rgb(42,221,154); }
div.DivClassName
{
background-color: #2ADD9A;
}
.BgClassName
{
background-color: #2ADD9A;
}
</style>
border-color css
<style>
span { border-color: #2ADD9A; }
span { border-color: rgb(42,221,154); }
td.TdClassName
{
border-color: #2ADD9A;
}
.TagClassName
{
border-color: #2ADD9A;
}
</style>