Shades of Shamrock #3AD39F
Tints of Shamrock #3AD39F
RGB
CMYK
RGB Variations
Color information
#3AD39F (or 0x3AD39F) is known color: Shamrock. HEX triplet: 3A, D3 and 9F. RGB value is (58,211,159). Sum of RGB (Red+Green+Blue) = 58+211+159=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD39F is #C52C60. Grayscale: #9F9F9F. Windows color (decimal): -12921953 or 10474298. OLE color: 10474298.
HSL color Cylindrical-coordinate representation of color #3AD39F: hue angle of 159.61º degrees, saturation: 0.63, 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 #3AD39F is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 159 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.17 |
| HSL | 159.61º | 0.63% | 0.53% | - |
| HSV(B) | 159.61º | 0.73% | 0.83% | - |
| XYZ | 31.3 | 49.99 | 40.8 | - |
| YUV | 159.33 | 127.81 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 159 | 0.73 | 0 | 0.25 | 0.17 | 159.61 | 0.63 | 0.53 |
| Hex | 3A | D3 | 9F | 49 | 0 | 19 | 11 | A0 | 3F | 35 |
| Octal | 72 | 323 | 237 | 111 | 0 | 31 | 21 | 240 | 77 | 65 |
| Binary | 111010 | 11010011 | 10011111 | 1001001 | 0 | 11001 | 10001 | 10100000 | 111111 | 110101 |
Color Harmonies of #3AD39F
Complementary color
Monochromatic Colors of #3AD39F
Black with #3AD39F
Text Example
Text Example
White with #3AD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD39F; }
p { color: rgb(58,211,159); }
H1.HeaderClassName
{
color: #3AD39F;
}
.AnyTagClassName
{
color: #3AD39F;
}
</style>
background-color css
<style>
a { background-color: #3AD39F; }
a { background-color: rgb(58,211,159); }
div.DivClassName
{
background-color: #3AD39F;
}
.BgClassName
{
background-color: #3AD39F;
}
</style>
border-color css
<style>
span { border-color: #3AD39F; }
span { border-color: rgb(58,211,159); }
td.TdClassName
{
border-color: #3AD39F;
}
.TagClassName
{
border-color: #3AD39F;
}
</style>