Shades of Shamrock #2ADD95
Tints of Shamrock #2ADD95
RGB
CMYK
RGB Variations
Color information
#2ADD95 (or 0x2ADD95) is known color: Shamrock. HEX triplet: 2A, DD and 95. RGB value is (42,221,149). Sum of RGB (Red+Green+Blue) = 42+221+149=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADD95 is #D5226A. Grayscale: #9F9F9F. Windows color (decimal): -13967979 or 9821482. OLE color: 9821482.
HSL color Cylindrical-coordinate representation of color #2ADD95: hue angle of 155.87º 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 #2ADD95 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 149 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.13 |
| HSL | 155.87º | 0.72% | 0.52% | - |
| HSV(B) | 155.87º | 0.81% | 0.87% | - |
| XYZ | 32.24 | 54.38 | 37.23 | - |
| YUV | 159.27 | 122.2 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 149 | 0.81 | 0 | 0.33 | 0.13 | 155.87 | 0.72 | 0.52 |
| Hex | 2A | DD | 95 | 51 | 0 | 21 | D | 9C | 48 | 34 |
| Octal | 52 | 335 | 225 | 121 | 0 | 41 | 15 | 234 | 110 | 64 |
| Binary | 101010 | 11011101 | 10010101 | 1010001 | 0 | 100001 | 1101 | 10011100 | 1001000 | 110100 |
Color Harmonies of #2ADD95
Complementary color
Monochromatic Colors of #2ADD95
Black with #2ADD95
Text Example
Text Example
White with #2ADD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADD95; }
p { color: rgb(42,221,149); }
H1.HeaderClassName
{
color: #2ADD95;
}
.AnyTagClassName
{
color: #2ADD95;
}
</style>
background-color css
<style>
a { background-color: #2ADD95; }
a { background-color: rgb(42,221,149); }
div.DivClassName
{
background-color: #2ADD95;
}
.BgClassName
{
background-color: #2ADD95;
}
</style>
border-color css
<style>
span { border-color: #2ADD95; }
span { border-color: rgb(42,221,149); }
td.TdClassName
{
border-color: #2ADD95;
}
.TagClassName
{
border-color: #2ADD95;
}
</style>