Shades of Shamrock #3AD793
Tints of Shamrock #3AD793
RGB
CMYK
RGB Variations
Color information
#3AD793 (or 0x3AD793) is known color: Shamrock. HEX triplet: 3A, D7 and 93. RGB value is (58,215,147). Sum of RGB (Red+Green+Blue) = 58+215+147=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD793 is #C5286C. Grayscale: #A0A0A0. Windows color (decimal): -12920941 or 9688890. OLE color: 9688890.
HSL color Cylindrical-coordinate representation of color #3AD793: hue angle of 154.01º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD793 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 147 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.16 |
| HSL | 154.01º | 0.66% | 0.54% | - |
| HSV(B) | 154.01º | 0.73% | 0.84% | - |
| XYZ | 31.31 | 51.61 | 35.91 | - |
| YUV | 160.31 | 120.49 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 147 | 0.73 | 0 | 0.32 | 0.16 | 154.01 | 0.66 | 0.54 |
| Hex | 3A | D7 | 93 | 49 | 0 | 20 | 10 | 9A | 42 | 36 |
| Octal | 72 | 327 | 223 | 111 | 0 | 40 | 20 | 232 | 102 | 66 |
| Binary | 111010 | 11010111 | 10010011 | 1001001 | 0 | 100000 | 10000 | 10011010 | 1000010 | 110110 |
Color Harmonies of #3AD793
Complementary color
Monochromatic Colors of #3AD793
Black with #3AD793
Text Example
Text Example
White with #3AD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD793; }
p { color: rgb(58,215,147); }
H1.HeaderClassName
{
color: #3AD793;
}
.AnyTagClassName
{
color: #3AD793;
}
</style>
background-color css
<style>
a { background-color: #3AD793; }
a { background-color: rgb(58,215,147); }
div.DivClassName
{
background-color: #3AD793;
}
.BgClassName
{
background-color: #3AD793;
}
</style>
border-color css
<style>
span { border-color: #3AD793; }
span { border-color: rgb(58,215,147); }
td.TdClassName
{
border-color: #3AD793;
}
.TagClassName
{
border-color: #3AD793;
}
</style>