Shades of Shamrock #4AC996
Tints of Shamrock #4AC996
RGB
CMYK
RGB Variations
Color information
#4AC996 (or 0x4AC996) is known color: Shamrock. HEX triplet: 4A, C9 and 96. RGB value is (74,201,150). Sum of RGB (Red+Green+Blue) = 74+201+150=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC996 is #B53669. Grayscale: #9D9D9D. Windows color (decimal): -11875946 or 9881930. OLE color: 9881930.
HSL color Cylindrical-coordinate representation of color #4AC996: hue angle of 155.91º 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 #4AC996 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 150 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.21 |
| HSL | 155.91º | 0.54% | 0.54% | - |
| HSV(B) | 155.91º | 0.63% | 0.79% | - |
| XYZ | 29.22 | 45.43 | 36.08 | - |
| YUV | 157.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 150 | 0.63 | 0 | 0.25 | 0.21 | 155.91 | 0.54 | 0.54 |
| Hex | 4A | C9 | 96 | 3F | 0 | 19 | 15 | 9C | 36 | 36 |
| Octal | 112 | 311 | 226 | 77 | 0 | 31 | 25 | 234 | 66 | 66 |
| Binary | 1001010 | 11001001 | 10010110 | 111111 | 0 | 11001 | 10101 | 10011100 | 110110 | 110110 |
Color Harmonies of #4AC996
Complementary color
Monochromatic Colors of #4AC996
Black with #4AC996
Text Example
Text Example
White with #4AC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC996; }
p { color: rgb(74,201,150); }
H1.HeaderClassName
{
color: #4AC996;
}
.AnyTagClassName
{
color: #4AC996;
}
</style>
background-color css
<style>
a { background-color: #4AC996; }
a { background-color: rgb(74,201,150); }
div.DivClassName
{
background-color: #4AC996;
}
.BgClassName
{
background-color: #4AC996;
}
</style>
border-color css
<style>
span { border-color: #4AC996; }
span { border-color: rgb(74,201,150); }
td.TdClassName
{
border-color: #4AC996;
}
.TagClassName
{
border-color: #4AC996;
}
</style>