Shades of Shamrock #3ADA86
Tints of Shamrock #3ADA86
RGB
CMYK
RGB Variations
Color information
#3ADA86 (or 0x3ADA86) is known color: Shamrock. HEX triplet: 3A, DA and 86. RGB value is (58,218,134). Sum of RGB (Red+Green+Blue) = 58+218+134=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADA86 is #C52579. Grayscale: #A0A0A0. Windows color (decimal): -12920186 or 8837690. OLE color: 8837690.
HSL color Cylindrical-coordinate representation of color #3ADA86: hue angle of 148.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADA86 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 134 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.15 |
| HSL | 148.5º | 0.68% | 0.54% | - |
| HSV(B) | 148.5º | 0.73% | 0.85% | - |
| XYZ | 31.12 | 52.76 | 31.1 | - |
| YUV | 160.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 134 | 0.73 | 0 | 0.39 | 0.15 | 148.5 | 0.68 | 0.54 |
| Hex | 3A | DA | 86 | 49 | 0 | 27 | F | 94 | 44 | 36 |
| Octal | 72 | 332 | 206 | 111 | 0 | 47 | 17 | 224 | 104 | 66 |
| Binary | 111010 | 11011010 | 10000110 | 1001001 | 0 | 100111 | 1111 | 10010100 | 1000100 | 110110 |
Color Harmonies of #3ADA86
Complementary color
Monochromatic Colors of #3ADA86
Black with #3ADA86
Text Example
Text Example
White with #3ADA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA86; }
p { color: rgb(58,218,134); }
H1.HeaderClassName
{
color: #3ADA86;
}
.AnyTagClassName
{
color: #3ADA86;
}
</style>
background-color css
<style>
a { background-color: #3ADA86; }
a { background-color: rgb(58,218,134); }
div.DivClassName
{
background-color: #3ADA86;
}
.BgClassName
{
background-color: #3ADA86;
}
</style>
border-color css
<style>
span { border-color: #3ADA86; }
span { border-color: rgb(58,218,134); }
td.TdClassName
{
border-color: #3ADA86;
}
.TagClassName
{
border-color: #3ADA86;
}
</style>