Shades of Shamrock #3AD28F
Tints of Shamrock #3AD28F
RGB
CMYK
RGB Variations
Color information
#3AD28F (or 0x3AD28F) is known color: Shamrock. HEX triplet: 3A, D2 and 8F. RGB value is (58,210,143). Sum of RGB (Red+Green+Blue) = 58+210+143=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD28F is #C52D70. Grayscale: #9D9D9D. Windows color (decimal): -12922225 or 9425466. OLE color: 9425466.
HSL color Cylindrical-coordinate representation of color #3AD28F: hue angle of 153.55º 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 #3AD28F is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 143 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.18 |
| HSL | 153.55º | 0.63% | 0.53% | - |
| HSV(B) | 153.55º | 0.72% | 0.82% | - |
| XYZ | 29.75 | 48.98 | 33.87 | - |
| YUV | 156.91 | 120.14 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 143 | 0.72 | 0 | 0.32 | 0.18 | 153.55 | 0.63 | 0.53 |
| Hex | 3A | D2 | 8F | 48 | 0 | 20 | 12 | 9A | 3F | 35 |
| Octal | 72 | 322 | 217 | 110 | 0 | 40 | 22 | 232 | 77 | 65 |
| Binary | 111010 | 11010010 | 10001111 | 1001000 | 0 | 100000 | 10010 | 10011010 | 111111 | 110101 |
Color Harmonies of #3AD28F
Complementary color
Monochromatic Colors of #3AD28F
Black with #3AD28F
Text Example
Text Example
White with #3AD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD28F; }
p { color: rgb(58,210,143); }
H1.HeaderClassName
{
color: #3AD28F;
}
.AnyTagClassName
{
color: #3AD28F;
}
</style>
background-color css
<style>
a { background-color: #3AD28F; }
a { background-color: rgb(58,210,143); }
div.DivClassName
{
background-color: #3AD28F;
}
.BgClassName
{
background-color: #3AD28F;
}
</style>
border-color css
<style>
span { border-color: #3AD28F; }
span { border-color: rgb(58,210,143); }
td.TdClassName
{
border-color: #3AD28F;
}
.TagClassName
{
border-color: #3AD28F;
}
</style>