Shades of Shamrock #3ADD84
Tints of Shamrock #3ADD84
RGB
CMYK
RGB Variations
Color information
#3ADD84 (or 0x3ADD84) is known color: Shamrock. HEX triplet: 3A, DD and 84. RGB value is (58,221,132). Sum of RGB (Red+Green+Blue) = 58+221+132=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD84 is #C5227B. Grayscale: #A2A2A2. Windows color (decimal): -12919420 or 8707386. OLE color: 8707386.
HSL color Cylindrical-coordinate representation of color #3ADD84: hue angle of 147.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD84 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 132 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.13 |
| HSL | 147.24º | 0.71% | 0.55% | - |
| HSV(B) | 147.24º | 0.74% | 0.87% | - |
| XYZ | 31.77 | 54.28 | 30.63 | - |
| YUV | 162.12 | 111 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 132 | 0.74 | 0 | 0.40 | 0.13 | 147.24 | 0.71 | 0.55 |
| Hex | 3A | DD | 84 | 4A | 0 | 28 | D | 93 | 47 | 37 |
| Octal | 72 | 335 | 204 | 112 | 0 | 50 | 15 | 223 | 107 | 67 |
| Binary | 111010 | 11011101 | 10000100 | 1001010 | 0 | 101000 | 1101 | 10010011 | 1000111 | 110111 |
Color Harmonies of #3ADD84
Complementary color
Monochromatic Colors of #3ADD84
Black with #3ADD84
Text Example
Text Example
White with #3ADD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD84; }
p { color: rgb(58,221,132); }
H1.HeaderClassName
{
color: #3ADD84;
}
.AnyTagClassName
{
color: #3ADD84;
}
</style>
background-color css
<style>
a { background-color: #3ADD84; }
a { background-color: rgb(58,221,132); }
div.DivClassName
{
background-color: #3ADD84;
}
.BgClassName
{
background-color: #3ADD84;
}
</style>
border-color css
<style>
span { border-color: #3ADD84; }
span { border-color: rgb(58,221,132); }
td.TdClassName
{
border-color: #3ADD84;
}
.TagClassName
{
border-color: #3ADD84;
}
</style>