Shades of Shamrock #4AD3A1
Tints of Shamrock #4AD3A1
RGB
CMYK
RGB Variations
Color information
#4AD3A1 (or 0x4AD3A1) is known color: Shamrock. HEX triplet: 4A, D3 and A1. RGB value is (74,211,161). Sum of RGB (Red+Green+Blue) = 74+211+161=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD3A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD3A1 is #B52C5E. Grayscale: #A4A4A4. Windows color (decimal): -11873375 or 10605386. OLE color: 10605386.
HSL color Cylindrical-coordinate representation of color #4AD3A1: hue angle of 158.1º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD3A1 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 161 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.17 |
| HSL | 158.1º | 0.61% | 0.56% | - |
| HSV(B) | 158.1º | 0.65% | 0.83% | - |
| XYZ | 32.55 | 50.62 | 41.77 | - |
| YUV | 164.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 161 | 0.65 | 0 | 0.24 | 0.17 | 158.1 | 0.61 | 0.56 |
| Hex | 4A | D3 | A1 | 41 | 0 | 18 | 11 | 9E | 3D | 38 |
| Octal | 112 | 323 | 241 | 101 | 0 | 30 | 21 | 236 | 75 | 70 |
| Binary | 1001010 | 11010011 | 10100001 | 1000001 | 0 | 11000 | 10001 | 10011110 | 111101 | 111000 |
Color Harmonies of #4AD3A1
Complementary color
Monochromatic Colors of #4AD3A1
Black with #4AD3A1
Text Example
Text Example
White with #4AD3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3A1; }
p { color: rgb(74,211,161); }
H1.HeaderClassName
{
color: #4AD3A1;
}
.AnyTagClassName
{
color: #4AD3A1;
}
</style>
background-color css
<style>
a { background-color: #4AD3A1; }
a { background-color: rgb(74,211,161); }
div.DivClassName
{
background-color: #4AD3A1;
}
.BgClassName
{
background-color: #4AD3A1;
}
</style>
border-color css
<style>
span { border-color: #4AD3A1; }
span { border-color: rgb(74,211,161); }
td.TdClassName
{
border-color: #4AD3A1;
}
.TagClassName
{
border-color: #4AD3A1;
}
</style>