Shades of Shamrock #3AD694
Tints of Shamrock #3AD694
RGB
CMYK
RGB Variations
Color information
#3AD694 (or 0x3AD694) is known color: Shamrock. HEX triplet: 3A, D6 and 94. RGB value is (58,214,148). Sum of RGB (Red+Green+Blue) = 58+214+148=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD694 is #C5296B. Grayscale: #9F9F9F. Windows color (decimal): -12921196 or 9754170. OLE color: 9754170.
HSL color Cylindrical-coordinate representation of color #3AD694: hue angle of 154.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 #3AD694 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 148 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.16 |
| HSL | 154.62º | 0.66% | 0.53% | - |
| HSV(B) | 154.62º | 0.73% | 0.84% | - |
| XYZ | 31.14 | 51.13 | 36.25 | - |
| YUV | 159.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 148 | 0.73 | 0 | 0.31 | 0.16 | 154.62 | 0.66 | 0.53 |
| Hex | 3A | D6 | 94 | 49 | 0 | 1F | 10 | 9B | 42 | 35 |
| Octal | 72 | 326 | 224 | 111 | 0 | 37 | 20 | 233 | 102 | 65 |
| Binary | 111010 | 11010110 | 10010100 | 1001001 | 0 | 11111 | 10000 | 10011011 | 1000010 | 110101 |
Color Harmonies of #3AD694
Complementary color
Monochromatic Colors of #3AD694
Black with #3AD694
Text Example
Text Example
White with #3AD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD694; }
p { color: rgb(58,214,148); }
H1.HeaderClassName
{
color: #3AD694;
}
.AnyTagClassName
{
color: #3AD694;
}
</style>
background-color css
<style>
a { background-color: #3AD694; }
a { background-color: rgb(58,214,148); }
div.DivClassName
{
background-color: #3AD694;
}
.BgClassName
{
background-color: #3AD694;
}
</style>
border-color css
<style>
span { border-color: #3AD694; }
span { border-color: rgb(58,214,148); }
td.TdClassName
{
border-color: #3AD694;
}
.TagClassName
{
border-color: #3AD694;
}
</style>