Shades of Shamrock #3AD690
Tints of Shamrock #3AD690
RGB
CMYK
RGB Variations
Color information
#3AD690 (or 0x3AD690) is known color: Shamrock. HEX triplet: 3A, D6 and 90. RGB value is (58,214,144). Sum of RGB (Red+Green+Blue) = 58+214+144=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD690 is #C5296F. Grayscale: #9F9F9F. Windows color (decimal): -12921200 or 9492026. OLE color: 9492026.
HSL color Cylindrical-coordinate representation of color #3AD690: hue angle of 153.08º 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 #3AD690 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 144 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.16 |
| HSL | 153.08º | 0.66% | 0.53% | - |
| HSV(B) | 153.08º | 0.73% | 0.84% | - |
| XYZ | 30.83 | 51.01 | 34.61 | - |
| YUV | 159.38 | 119.32 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 144 | 0.73 | 0 | 0.33 | 0.16 | 153.08 | 0.66 | 0.53 |
| Hex | 3A | D6 | 90 | 49 | 0 | 21 | 10 | 99 | 42 | 35 |
| Octal | 72 | 326 | 220 | 111 | 0 | 41 | 20 | 231 | 102 | 65 |
| Binary | 111010 | 11010110 | 10010000 | 1001001 | 0 | 100001 | 10000 | 10011001 | 1000010 | 110101 |
Color Harmonies of #3AD690
Complementary color
Monochromatic Colors of #3AD690
Black with #3AD690
Text Example
Text Example
White with #3AD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD690; }
p { color: rgb(58,214,144); }
H1.HeaderClassName
{
color: #3AD690;
}
.AnyTagClassName
{
color: #3AD690;
}
</style>
background-color css
<style>
a { background-color: #3AD690; }
a { background-color: rgb(58,214,144); }
div.DivClassName
{
background-color: #3AD690;
}
.BgClassName
{
background-color: #3AD690;
}
</style>
border-color css
<style>
span { border-color: #3AD690; }
span { border-color: rgb(58,214,144); }
td.TdClassName
{
border-color: #3AD690;
}
.TagClassName
{
border-color: #3AD690;
}
</style>