Shades of Shamrock #3AD284
Tints of Shamrock #3AD284
RGB
CMYK
RGB Variations
Color information
#3AD284 (or 0x3AD284) is known color: Shamrock. HEX triplet: 3A, D2 and 84. RGB value is (58,210,132). Sum of RGB (Red+Green+Blue) = 58+210+132=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD284 is #C52D7B. Grayscale: #9B9B9B. Windows color (decimal): -12922236 or 8704570. OLE color: 8704570.
HSL color Cylindrical-coordinate representation of color #3AD284: hue angle of 149.21º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD284 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 132 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.18 |
| HSL | 149.21º | 0.63% | 0.53% | - |
| HSV(B) | 149.21º | 0.72% | 0.82% | - |
| XYZ | 28.96 | 48.66 | 29.7 | - |
| YUV | 155.66 | 114.64 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 132 | 0.72 | 0 | 0.37 | 0.18 | 149.21 | 0.63 | 0.53 |
| Hex | 3A | D2 | 84 | 48 | 0 | 25 | 12 | 95 | 3F | 35 |
| Octal | 72 | 322 | 204 | 110 | 0 | 45 | 22 | 225 | 77 | 65 |
| Binary | 111010 | 11010010 | 10000100 | 1001000 | 0 | 100101 | 10010 | 10010101 | 111111 | 110101 |
Color Harmonies of #3AD284
Complementary color
Monochromatic Colors of #3AD284
Black with #3AD284
Text Example
Text Example
White with #3AD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD284; }
p { color: rgb(58,210,132); }
H1.HeaderClassName
{
color: #3AD284;
}
.AnyTagClassName
{
color: #3AD284;
}
</style>
background-color css
<style>
a { background-color: #3AD284; }
a { background-color: rgb(58,210,132); }
div.DivClassName
{
background-color: #3AD284;
}
.BgClassName
{
background-color: #3AD284;
}
</style>
border-color css
<style>
span { border-color: #3AD284; }
span { border-color: rgb(58,210,132); }
td.TdClassName
{
border-color: #3AD284;
}
.TagClassName
{
border-color: #3AD284;
}
</style>