Shades of Shamrock #4AD8A8
Tints of Shamrock #4AD8A8
RGB
CMYK
RGB Variations
Color information
#4AD8A8 (or 0x4AD8A8) is known color: Shamrock. HEX triplet: 4A, D8 and A8. RGB value is (74,216,168). Sum of RGB (Red+Green+Blue) = 74+216+168=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD8A8 is #B52757. Grayscale: #A8A8A8. Windows color (decimal): -11872088 or 11065418. OLE color: 11065418.
HSL color Cylindrical-coordinate representation of color #4AD8A8: hue angle of 159.72º 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 #4AD8A8 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 168 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.15 |
| HSL | 159.72º | 0.65% | 0.57% | - |
| HSV(B) | 159.72º | 0.66% | 0.85% | - |
| XYZ | 34.45 | 53.39 | 45.54 | - |
| YUV | 168.07 | 127.96 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 168 | 0.66 | 0 | 0.22 | 0.15 | 159.72 | 0.65 | 0.57 |
| Hex | 4A | D8 | A8 | 42 | 0 | 16 | F | A0 | 41 | 39 |
| Octal | 112 | 330 | 250 | 102 | 0 | 26 | 17 | 240 | 101 | 71 |
| Binary | 1001010 | 11011000 | 10101000 | 1000010 | 0 | 10110 | 1111 | 10100000 | 1000001 | 111001 |
Color Harmonies of #4AD8A8
Complementary color
Monochromatic Colors of #4AD8A8
Black with #4AD8A8
Text Example
Text Example
White with #4AD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD8A8; }
p { color: rgb(74,216,168); }
H1.HeaderClassName
{
color: #4AD8A8;
}
.AnyTagClassName
{
color: #4AD8A8;
}
</style>
background-color css
<style>
a { background-color: #4AD8A8; }
a { background-color: rgb(74,216,168); }
div.DivClassName
{
background-color: #4AD8A8;
}
.BgClassName
{
background-color: #4AD8A8;
}
</style>
border-color css
<style>
span { border-color: #4AD8A8; }
span { border-color: rgb(74,216,168); }
td.TdClassName
{
border-color: #4AD8A8;
}
.TagClassName
{
border-color: #4AD8A8;
}
</style>