Shades of Shamrock #3AD79A
Tints of Shamrock #3AD79A
RGB
CMYK
RGB Variations
Color information
#3AD79A (or 0x3AD79A) is known color: Shamrock. HEX triplet: 3A, D7 and 9A. RGB value is (58,215,154). Sum of RGB (Red+Green+Blue) = 58+215+154=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD79A is #C52865. Grayscale: #A1A1A1. Windows color (decimal): -12920934 or 10147642. OLE color: 10147642.
HSL color Cylindrical-coordinate representation of color #3AD79A: hue angle of 156.69º 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 #3AD79A is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 154 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.16 |
| HSL | 156.69º | 0.66% | 0.54% | - |
| HSV(B) | 156.69º | 0.73% | 0.84% | - |
| XYZ | 31.88 | 51.83 | 38.9 | - |
| YUV | 161.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 154 | 0.73 | 0 | 0.28 | 0.16 | 156.69 | 0.66 | 0.54 |
| Hex | 3A | D7 | 9A | 49 | 0 | 1C | 10 | 9D | 42 | 36 |
| Octal | 72 | 327 | 232 | 111 | 0 | 34 | 20 | 235 | 102 | 66 |
| Binary | 111010 | 11010111 | 10011010 | 1001001 | 0 | 11100 | 10000 | 10011101 | 1000010 | 110110 |
Color Harmonies of #3AD79A
Complementary color
Monochromatic Colors of #3AD79A
Black with #3AD79A
Text Example
Text Example
White with #3AD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD79A; }
p { color: rgb(58,215,154); }
H1.HeaderClassName
{
color: #3AD79A;
}
.AnyTagClassName
{
color: #3AD79A;
}
</style>
background-color css
<style>
a { background-color: #3AD79A; }
a { background-color: rgb(58,215,154); }
div.DivClassName
{
background-color: #3AD79A;
}
.BgClassName
{
background-color: #3AD79A;
}
</style>
border-color css
<style>
span { border-color: #3AD79A; }
span { border-color: rgb(58,215,154); }
td.TdClassName
{
border-color: #3AD79A;
}
.TagClassName
{
border-color: #3AD79A;
}
</style>