Shades of Shamrock #3ADC84
Tints of Shamrock #3ADC84
RGB
CMYK
RGB Variations
Color information
#3ADC84 (or 0x3ADC84) is known color: Shamrock. HEX triplet: 3A, DC and 84. RGB value is (58,220,132). Sum of RGB (Red+Green+Blue) = 58+220+132=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADC84 is #C5237B. Grayscale: #A1A1A1. Windows color (decimal): -12919676 or 8707130. OLE color: 8707130.
HSL color Cylindrical-coordinate representation of color #3ADC84: hue angle of 147.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADC84 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 132 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.14 |
| HSL | 147.41º | 0.7% | 0.55% | - |
| HSV(B) | 147.41º | 0.74% | 0.86% | - |
| XYZ | 31.5 | 53.75 | 30.54 | - |
| YUV | 161.53 | 111.33 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 132 | 0.74 | 0 | 0.40 | 0.14 | 147.41 | 0.7 | 0.55 |
| Hex | 3A | DC | 84 | 4A | 0 | 28 | E | 93 | 46 | 37 |
| Octal | 72 | 334 | 204 | 112 | 0 | 50 | 16 | 223 | 106 | 67 |
| Binary | 111010 | 11011100 | 10000100 | 1001010 | 0 | 101000 | 1110 | 10010011 | 1000110 | 110111 |
Color Harmonies of #3ADC84
Complementary color
Monochromatic Colors of #3ADC84
Black with #3ADC84
Text Example
Text Example
White with #3ADC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC84; }
p { color: rgb(58,220,132); }
H1.HeaderClassName
{
color: #3ADC84;
}
.AnyTagClassName
{
color: #3ADC84;
}
</style>
background-color css
<style>
a { background-color: #3ADC84; }
a { background-color: rgb(58,220,132); }
div.DivClassName
{
background-color: #3ADC84;
}
.BgClassName
{
background-color: #3ADC84;
}
</style>
border-color css
<style>
span { border-color: #3ADC84; }
span { border-color: rgb(58,220,132); }
td.TdClassName
{
border-color: #3ADC84;
}
.TagClassName
{
border-color: #3ADC84;
}
</style>