Shades of Shamrock #4AD096
Tints of Shamrock #4AD096
RGB
CMYK
RGB Variations
Color information
#4AD096 (or 0x4AD096) is known color: Shamrock. HEX triplet: 4A, D0 and 96. RGB value is (74,208,150). Sum of RGB (Red+Green+Blue) = 74+208+150=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD096 is #B52F69. Grayscale: #A1A1A1. Windows color (decimal): -11874154 or 9883722. OLE color: 9883722.
HSL color Cylindrical-coordinate representation of color #4AD096: hue angle of 154.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD096 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 150 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.18 |
| HSL | 154.03º | 0.59% | 0.55% | - |
| HSV(B) | 154.03º | 0.64% | 0.82% | - |
| XYZ | 30.88 | 48.77 | 36.64 | - |
| YUV | 161.32 | 121.61 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 150 | 0.64 | 0 | 0.28 | 0.18 | 154.03 | 0.59 | 0.55 |
| Hex | 4A | D0 | 96 | 40 | 0 | 1C | 12 | 9A | 3B | 37 |
| Octal | 112 | 320 | 226 | 100 | 0 | 34 | 22 | 232 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10010110 | 1000000 | 0 | 11100 | 10010 | 10011010 | 111011 | 110111 |
Color Harmonies of #4AD096
Complementary color
Monochromatic Colors of #4AD096
Black with #4AD096
Text Example
Text Example
White with #4AD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD096; }
p { color: rgb(74,208,150); }
H1.HeaderClassName
{
color: #4AD096;
}
.AnyTagClassName
{
color: #4AD096;
}
</style>
background-color css
<style>
a { background-color: #4AD096; }
a { background-color: rgb(74,208,150); }
div.DivClassName
{
background-color: #4AD096;
}
.BgClassName
{
background-color: #4AD096;
}
</style>
border-color css
<style>
span { border-color: #4AD096; }
span { border-color: rgb(74,208,150); }
td.TdClassName
{
border-color: #4AD096;
}
.TagClassName
{
border-color: #4AD096;
}
</style>