Shades of Shamrock #4AD7A1
Tints of Shamrock #4AD7A1
RGB
CMYK
RGB Variations
Color information
#4AD7A1 (or 0x4AD7A1) is known color: Shamrock. HEX triplet: 4A, D7 and A1. RGB value is (74,215,161). Sum of RGB (Red+Green+Blue) = 74+215+161=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD7A1 is #B5285E. Grayscale: #A6A6A6. Windows color (decimal): -11872351 or 10606410. OLE color: 10606410.
HSL color Cylindrical-coordinate representation of color #4AD7A1: hue angle of 157.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD7A1 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 161 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.16 |
| HSL | 157.02º | 0.64% | 0.57% | - |
| HSV(B) | 157.02º | 0.66% | 0.84% | - |
| XYZ | 33.56 | 52.63 | 42.11 | - |
| YUV | 166.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 161 | 0.66 | 0 | 0.25 | 0.16 | 157.02 | 0.64 | 0.57 |
| Hex | 4A | D7 | A1 | 42 | 0 | 19 | 10 | 9D | 40 | 39 |
| Octal | 112 | 327 | 241 | 102 | 0 | 31 | 20 | 235 | 100 | 71 |
| Binary | 1001010 | 11010111 | 10100001 | 1000010 | 0 | 11001 | 10000 | 10011101 | 1000000 | 111001 |
Color Harmonies of #4AD7A1
Complementary color
Monochromatic Colors of #4AD7A1
Black with #4AD7A1
Text Example
Text Example
White with #4AD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7A1; }
p { color: rgb(74,215,161); }
H1.HeaderClassName
{
color: #4AD7A1;
}
.AnyTagClassName
{
color: #4AD7A1;
}
</style>
background-color css
<style>
a { background-color: #4AD7A1; }
a { background-color: rgb(74,215,161); }
div.DivClassName
{
background-color: #4AD7A1;
}
.BgClassName
{
background-color: #4AD7A1;
}
</style>
border-color css
<style>
span { border-color: #4AD7A1; }
span { border-color: rgb(74,215,161); }
td.TdClassName
{
border-color: #4AD7A1;
}
.TagClassName
{
border-color: #4AD7A1;
}
</style>