Shades of Shamrock #4AC99D
Tints of Shamrock #4AC99D
RGB
CMYK
RGB Variations
Color information
#4AC99D (or 0x4AC99D) is known color: Shamrock. HEX triplet: 4A, C9 and 9D. RGB value is (74,201,157). Sum of RGB (Red+Green+Blue) = 74+201+157=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC99D is #B53662. Grayscale: #9E9E9E. Windows color (decimal): -11875939 or 10340682. OLE color: 10340682.
HSL color Cylindrical-coordinate representation of color #4AC99D: hue angle of 159.21º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC99D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 157 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.21 |
| HSL | 159.21º | 0.54% | 0.54% | - |
| HSV(B) | 159.21º | 0.63% | 0.79% | - |
| XYZ | 29.8 | 45.66 | 39.14 | - |
| YUV | 158.01 | 127.42 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 157 | 0.63 | 0 | 0.22 | 0.21 | 159.21 | 0.54 | 0.54 |
| Hex | 4A | C9 | 9D | 3F | 0 | 16 | 15 | 9F | 36 | 36 |
| Octal | 112 | 311 | 235 | 77 | 0 | 26 | 25 | 237 | 66 | 66 |
| Binary | 1001010 | 11001001 | 10011101 | 111111 | 0 | 10110 | 10101 | 10011111 | 110110 | 110110 |
Color Harmonies of #4AC99D
Complementary color
Monochromatic Colors of #4AC99D
Black with #4AC99D
Text Example
Text Example
White with #4AC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC99D; }
p { color: rgb(74,201,157); }
H1.HeaderClassName
{
color: #4AC99D;
}
.AnyTagClassName
{
color: #4AC99D;
}
</style>
background-color css
<style>
a { background-color: #4AC99D; }
a { background-color: rgb(74,201,157); }
div.DivClassName
{
background-color: #4AC99D;
}
.BgClassName
{
background-color: #4AC99D;
}
</style>
border-color css
<style>
span { border-color: #4AC99D; }
span { border-color: rgb(74,201,157); }
td.TdClassName
{
border-color: #4AC99D;
}
.TagClassName
{
border-color: #4AC99D;
}
</style>