Shades of Shamrock #3AC590
Tints of Shamrock #3AC590
RGB
CMYK
RGB Variations
Color information
#3AC590 (or 0x3AC590) is known color: Shamrock. HEX triplet: 3A, C5 and 90. RGB value is (58,197,144). Sum of RGB (Red+Green+Blue) = 58+197+144=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC590 is #C53A6F. Grayscale: #959595. Windows color (decimal): -12925552 or 9487674. OLE color: 9487674.
HSL color Cylindrical-coordinate representation of color #3AC590: hue angle of 157.12º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC590 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 144 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.23 |
| HSL | 157.12º | 0.55% | 0.5% | - |
| HSV(B) | 157.12º | 0.71% | 0.77% | - |
| XYZ | 26.75 | 42.85 | 33.25 | - |
| YUV | 149.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 144 | 0.71 | 0 | 0.27 | 0.23 | 157.12 | 0.55 | 0.5 |
| Hex | 3A | C5 | 90 | 47 | 0 | 1B | 17 | 9D | 37 | 32 |
| Octal | 72 | 305 | 220 | 107 | 0 | 33 | 27 | 235 | 67 | 62 |
| Binary | 111010 | 11000101 | 10010000 | 1000111 | 0 | 11011 | 10111 | 10011101 | 110111 | 110010 |
Color Harmonies of #3AC590
Complementary color
Monochromatic Colors of #3AC590
Black with #3AC590
Text Example
Text Example
White with #3AC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC590; }
p { color: rgb(58,197,144); }
H1.HeaderClassName
{
color: #3AC590;
}
.AnyTagClassName
{
color: #3AC590;
}
</style>
background-color css
<style>
a { background-color: #3AC590; }
a { background-color: rgb(58,197,144); }
div.DivClassName
{
background-color: #3AC590;
}
.BgClassName
{
background-color: #3AC590;
}
</style>
border-color css
<style>
span { border-color: #3AC590; }
span { border-color: rgb(58,197,144); }
td.TdClassName
{
border-color: #3AC590;
}
.TagClassName
{
border-color: #3AC590;
}
</style>