Shades of Shamrock #3ADE84
Tints of Shamrock #3ADE84
RGB
CMYK
RGB Variations
Color information
#3ADE84 (or 0x3ADE84) is known color: Shamrock. HEX triplet: 3A, DE and 84. RGB value is (58,222,132). Sum of RGB (Red+Green+Blue) = 58+222+132=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADE84 is #C5217B. Grayscale: #A2A2A2. Windows color (decimal): -12919164 or 8707642. OLE color: 8707642.
HSL color Cylindrical-coordinate representation of color #3ADE84: hue angle of 147.07º 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 #3ADE84 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 132 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.13 |
| HSL | 147.07º | 0.71% | 0.55% | - |
| HSV(B) | 147.07º | 0.74% | 0.87% | - |
| XYZ | 32.03 | 54.81 | 30.72 | - |
| YUV | 162.7 | 110.67 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 132 | 0.74 | 0 | 0.41 | 0.13 | 147.07 | 0.71 | 0.55 |
| Hex | 3A | DE | 84 | 4A | 0 | 29 | D | 93 | 47 | 37 |
| Octal | 72 | 336 | 204 | 112 | 0 | 51 | 15 | 223 | 107 | 67 |
| Binary | 111010 | 11011110 | 10000100 | 1001010 | 0 | 101001 | 1101 | 10010011 | 1000111 | 110111 |
Color Harmonies of #3ADE84
Complementary color
Monochromatic Colors of #3ADE84
Black with #3ADE84
Text Example
Text Example
White with #3ADE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE84; }
p { color: rgb(58,222,132); }
H1.HeaderClassName
{
color: #3ADE84;
}
.AnyTagClassName
{
color: #3ADE84;
}
</style>
background-color css
<style>
a { background-color: #3ADE84; }
a { background-color: rgb(58,222,132); }
div.DivClassName
{
background-color: #3ADE84;
}
.BgClassName
{
background-color: #3ADE84;
}
</style>
border-color css
<style>
span { border-color: #3ADE84; }
span { border-color: rgb(58,222,132); }
td.TdClassName
{
border-color: #3ADE84;
}
.TagClassName
{
border-color: #3ADE84;
}
</style>