Shades of Shamrock #3AD687
Tints of Shamrock #3AD687
RGB
CMYK
RGB Variations
Color information
#3AD687 (or 0x3AD687) is known color: Shamrock. HEX triplet: 3A, D6 and 87. RGB value is (58,214,135). Sum of RGB (Red+Green+Blue) = 58+214+135=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD687 is #C52978. Grayscale: #9E9E9E. Windows color (decimal): -12921209 or 8902202. OLE color: 8902202.
HSL color Cylindrical-coordinate representation of color #3AD687: hue angle of 149.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD687 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 135 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.16 |
| HSL | 149.62º | 0.66% | 0.53% | - |
| HSV(B) | 149.62º | 0.73% | 0.84% | - |
| XYZ | 30.16 | 50.74 | 31.13 | - |
| YUV | 158.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 135 | 0.73 | 0 | 0.37 | 0.16 | 149.62 | 0.66 | 0.53 |
| Hex | 3A | D6 | 87 | 49 | 0 | 25 | 10 | 96 | 42 | 35 |
| Octal | 72 | 326 | 207 | 111 | 0 | 45 | 20 | 226 | 102 | 65 |
| Binary | 111010 | 11010110 | 10000111 | 1001001 | 0 | 100101 | 10000 | 10010110 | 1000010 | 110101 |
Color Harmonies of #3AD687
Complementary color
Monochromatic Colors of #3AD687
Black with #3AD687
Text Example
Text Example
White with #3AD687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD687; }
p { color: rgb(58,214,135); }
H1.HeaderClassName
{
color: #3AD687;
}
.AnyTagClassName
{
color: #3AD687;
}
</style>
background-color css
<style>
a { background-color: #3AD687; }
a { background-color: rgb(58,214,135); }
div.DivClassName
{
background-color: #3AD687;
}
.BgClassName
{
background-color: #3AD687;
}
</style>
border-color css
<style>
span { border-color: #3AD687; }
span { border-color: rgb(58,214,135); }
td.TdClassName
{
border-color: #3AD687;
}
.TagClassName
{
border-color: #3AD687;
}
</style>