Shades of Shamrock #3AD986
Tints of Shamrock #3AD986
RGB
CMYK
RGB Variations
Color information
#3AD986 (or 0x3AD986) is known color: Shamrock. HEX triplet: 3A, D9 and 86. RGB value is (58,217,134). Sum of RGB (Red+Green+Blue) = 58+217+134=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD986 is #C52679. Grayscale: #A0A0A0. Windows color (decimal): -12920442 or 8837434. OLE color: 8837434.
HSL color Cylindrical-coordinate representation of color #3AD986: hue angle of 148.68º 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 #3AD986 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 134 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.15 |
| HSL | 148.68º | 0.68% | 0.54% | - |
| HSV(B) | 148.68º | 0.73% | 0.85% | - |
| XYZ | 30.86 | 52.25 | 31.01 | - |
| YUV | 160 | 113.32 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 134 | 0.73 | 0 | 0.38 | 0.15 | 148.68 | 0.68 | 0.54 |
| Hex | 3A | D9 | 86 | 49 | 0 | 26 | F | 95 | 44 | 36 |
| Octal | 72 | 331 | 206 | 111 | 0 | 46 | 17 | 225 | 104 | 66 |
| Binary | 111010 | 11011001 | 10000110 | 1001001 | 0 | 100110 | 1111 | 10010101 | 1000100 | 110110 |
Color Harmonies of #3AD986
Complementary color
Monochromatic Colors of #3AD986
Black with #3AD986
Text Example
Text Example
White with #3AD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD986; }
p { color: rgb(58,217,134); }
H1.HeaderClassName
{
color: #3AD986;
}
.AnyTagClassName
{
color: #3AD986;
}
</style>
background-color css
<style>
a { background-color: #3AD986; }
a { background-color: rgb(58,217,134); }
div.DivClassName
{
background-color: #3AD986;
}
.BgClassName
{
background-color: #3AD986;
}
</style>
border-color css
<style>
span { border-color: #3AD986; }
span { border-color: rgb(58,217,134); }
td.TdClassName
{
border-color: #3AD986;
}
.TagClassName
{
border-color: #3AD986;
}
</style>