Shades of Shamrock #3AD484
Tints of Shamrock #3AD484
RGB
CMYK
RGB Variations
Color information
#3AD484 (or 0x3AD484) is known color: Shamrock. HEX triplet: 3A, D4 and 84. RGB value is (58,212,132). Sum of RGB (Red+Green+Blue) = 58+212+132=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD484 is #C52B7B. Grayscale: #9D9D9D. Windows color (decimal): -12921724 or 8705082. OLE color: 8705082.
HSL color Cylindrical-coordinate representation of color #3AD484: hue angle of 148.83º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD484 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 132 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.17 |
| HSL | 148.83º | 0.64% | 0.53% | - |
| HSV(B) | 148.83º | 0.73% | 0.83% | - |
| XYZ | 29.45 | 49.65 | 29.86 | - |
| YUV | 156.83 | 113.98 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 132 | 0.73 | 0 | 0.38 | 0.17 | 148.83 | 0.64 | 0.53 |
| Hex | 3A | D4 | 84 | 49 | 0 | 26 | 11 | 95 | 40 | 35 |
| Octal | 72 | 324 | 204 | 111 | 0 | 46 | 21 | 225 | 100 | 65 |
| Binary | 111010 | 11010100 | 10000100 | 1001001 | 0 | 100110 | 10001 | 10010101 | 1000000 | 110101 |
Color Harmonies of #3AD484
Complementary color
Monochromatic Colors of #3AD484
Black with #3AD484
Text Example
Text Example
White with #3AD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD484; }
p { color: rgb(58,212,132); }
H1.HeaderClassName
{
color: #3AD484;
}
.AnyTagClassName
{
color: #3AD484;
}
</style>
background-color css
<style>
a { background-color: #3AD484; }
a { background-color: rgb(58,212,132); }
div.DivClassName
{
background-color: #3AD484;
}
.BgClassName
{
background-color: #3AD484;
}
</style>
border-color css
<style>
span { border-color: #3AD484; }
span { border-color: rgb(58,212,132); }
td.TdClassName
{
border-color: #3AD484;
}
.TagClassName
{
border-color: #3AD484;
}
</style>