Shades of Shamrock #4AC590
Tints of Shamrock #4AC590
RGB
CMYK
RGB Variations
Color information
#4AC590 (or 0x4AC590) is known color: Shamrock. HEX triplet: 4A, C5 and 90. RGB value is (74,197,144). Sum of RGB (Red+Green+Blue) = 74+197+144=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC590 is #B53A6F. Grayscale: #9A9A9A. Windows color (decimal): -11876976 or 9487690. OLE color: 9487690.
HSL color Cylindrical-coordinate representation of color #4AC590: hue angle of 154.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC590 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 144 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.23 |
| HSL | 154.15º | 0.51% | 0.53% | - |
| HSV(B) | 154.15º | 0.62% | 0.77% | - |
| XYZ | 27.82 | 43.4 | 33.3 | - |
| YUV | 154.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 144 | 0.62 | 0 | 0.27 | 0.23 | 154.15 | 0.51 | 0.53 |
| Hex | 4A | C5 | 90 | 3E | 0 | 1B | 17 | 9A | 33 | 35 |
| Octal | 112 | 305 | 220 | 76 | 0 | 33 | 27 | 232 | 63 | 65 |
| Binary | 1001010 | 11000101 | 10010000 | 111110 | 0 | 11011 | 10111 | 10011010 | 110011 | 110101 |
Color Harmonies of #4AC590
Complementary color
Monochromatic Colors of #4AC590
Black with #4AC590
Text Example
Text Example
White with #4AC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC590; }
p { color: rgb(74,197,144); }
H1.HeaderClassName
{
color: #4AC590;
}
.AnyTagClassName
{
color: #4AC590;
}
</style>
background-color css
<style>
a { background-color: #4AC590; }
a { background-color: rgb(74,197,144); }
div.DivClassName
{
background-color: #4AC590;
}
.BgClassName
{
background-color: #4AC590;
}
</style>
border-color css
<style>
span { border-color: #4AC590; }
span { border-color: rgb(74,197,144); }
td.TdClassName
{
border-color: #4AC590;
}
.TagClassName
{
border-color: #4AC590;
}
</style>