Shades of Shamrock #2AD793
Tints of Shamrock #2AD793
RGB
CMYK
RGB Variations
Color information
#2AD793 (or 0x2AD793) is known color: Shamrock. HEX triplet: 2A, D7 and 93. RGB value is (42,215,147). Sum of RGB (Red+Green+Blue) = 42+215+147=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD793 is #D5286C. Grayscale: #9B9B9B. Windows color (decimal): -13969517 or 9688874. OLE color: 9688874.
HSL color Cylindrical-coordinate representation of color #2AD793: hue angle of 156.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD793 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 147 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.16 |
| HSL | 156.42º | 0.68% | 0.5% | - |
| HSV(B) | 156.42º | 0.8% | 0.84% | - |
| XYZ | 30.52 | 51.2 | 35.88 | - |
| YUV | 155.52 | 123.19 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 147 | 0.80 | 0 | 0.32 | 0.16 | 156.42 | 0.68 | 0.5 |
| Hex | 2A | D7 | 93 | 50 | 0 | 20 | 10 | 9C | 44 | 32 |
| Octal | 52 | 327 | 223 | 120 | 0 | 40 | 20 | 234 | 104 | 62 |
| Binary | 101010 | 11010111 | 10010011 | 1010000 | 0 | 100000 | 10000 | 10011100 | 1000100 | 110010 |
Color Harmonies of #2AD793
Complementary color
Monochromatic Colors of #2AD793
Black with #2AD793
Text Example
Text Example
White with #2AD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD793; }
p { color: rgb(42,215,147); }
H1.HeaderClassName
{
color: #2AD793;
}
.AnyTagClassName
{
color: #2AD793;
}
</style>
background-color css
<style>
a { background-color: #2AD793; }
a { background-color: rgb(42,215,147); }
div.DivClassName
{
background-color: #2AD793;
}
.BgClassName
{
background-color: #2AD793;
}
</style>
border-color css
<style>
span { border-color: #2AD793; }
span { border-color: rgb(42,215,147); }
td.TdClassName
{
border-color: #2AD793;
}
.TagClassName
{
border-color: #2AD793;
}
</style>