Shades of Shamrock #2AD993
Tints of Shamrock #2AD993
RGB
CMYK
RGB Variations
Color information
#2AD993 (or 0x2AD993) is known color: Shamrock. HEX triplet: 2A, D9 and 93. RGB value is (42,217,147). Sum of RGB (Red+Green+Blue) = 42+217+147=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD993 is #D5266C. Grayscale: #9C9C9C. Windows color (decimal): -13969005 or 9689386. OLE color: 9689386.
HSL color Cylindrical-coordinate representation of color #2AD993: hue angle of 156º 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 #2AD993 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 147 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.15 |
| HSL | 156º | 0.7% | 0.51% | - |
| HSV(B) | 156º | 0.81% | 0.85% | - |
| XYZ | 31.03 | 52.22 | 36.05 | - |
| YUV | 156.7 | 122.52 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 147 | 0.81 | 0 | 0.32 | 0.15 | 156 | 0.7 | 0.51 |
| Hex | 2A | D9 | 93 | 51 | 0 | 20 | F | 9C | 46 | 33 |
| Octal | 52 | 331 | 223 | 121 | 0 | 40 | 17 | 234 | 106 | 63 |
| Binary | 101010 | 11011001 | 10010011 | 1010001 | 0 | 100000 | 1111 | 10011100 | 1000110 | 110011 |
Color Harmonies of #2AD993
Complementary color
Monochromatic Colors of #2AD993
Black with #2AD993
Text Example
Text Example
White with #2AD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD993; }
p { color: rgb(42,217,147); }
H1.HeaderClassName
{
color: #2AD993;
}
.AnyTagClassName
{
color: #2AD993;
}
</style>
background-color css
<style>
a { background-color: #2AD993; }
a { background-color: rgb(42,217,147); }
div.DivClassName
{
background-color: #2AD993;
}
.BgClassName
{
background-color: #2AD993;
}
</style>
border-color css
<style>
span { border-color: #2AD993; }
span { border-color: rgb(42,217,147); }
td.TdClassName
{
border-color: #2AD993;
}
.TagClassName
{
border-color: #2AD993;
}
</style>