Shades of Shamrock #4AD8A0
Tints of Shamrock #4AD8A0
RGB
CMYK
RGB Variations
Color information
#4AD8A0 (or 0x4AD8A0) is known color: Shamrock. HEX triplet: 4A, D8 and A0. RGB value is (74,216,160). Sum of RGB (Red+Green+Blue) = 74+216+160=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD8A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD8A0 is #B5275F. Grayscale: #A7A7A7. Windows color (decimal): -11872096 or 10541130. OLE color: 10541130.
HSL color Cylindrical-coordinate representation of color #4AD8A0: hue angle of 156.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD8A0 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 160 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.15 |
| HSL | 156.34º | 0.65% | 0.57% | - |
| HSV(B) | 156.34º | 0.66% | 0.85% | - |
| XYZ | 33.73 | 53.11 | 41.73 | - |
| YUV | 167.16 | 123.96 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 160 | 0.66 | 0 | 0.26 | 0.15 | 156.34 | 0.65 | 0.57 |
| Hex | 4A | D8 | A0 | 42 | 0 | 1A | F | 9C | 41 | 39 |
| Octal | 112 | 330 | 240 | 102 | 0 | 32 | 17 | 234 | 101 | 71 |
| Binary | 1001010 | 11011000 | 10100000 | 1000010 | 0 | 11010 | 1111 | 10011100 | 1000001 | 111001 |
Color Harmonies of #4AD8A0
Complementary color
Monochromatic Colors of #4AD8A0
Black with #4AD8A0
Text Example
Text Example
White with #4AD8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD8A0; }
p { color: rgb(74,216,160); }
H1.HeaderClassName
{
color: #4AD8A0;
}
.AnyTagClassName
{
color: #4AD8A0;
}
</style>
background-color css
<style>
a { background-color: #4AD8A0; }
a { background-color: rgb(74,216,160); }
div.DivClassName
{
background-color: #4AD8A0;
}
.BgClassName
{
background-color: #4AD8A0;
}
</style>
border-color css
<style>
span { border-color: #4AD8A0; }
span { border-color: rgb(74,216,160); }
td.TdClassName
{
border-color: #4AD8A0;
}
.TagClassName
{
border-color: #4AD8A0;
}
</style>