Shades of Shamrock #4AD7A2
Tints of Shamrock #4AD7A2
RGB
CMYK
RGB Variations
Color information
#4AD7A2 (or 0x4AD7A2) is known color: Shamrock. HEX triplet: 4A, D7 and A2. RGB value is (74,215,162). Sum of RGB (Red+Green+Blue) = 74+215+162=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD7A2 is #B5285D. Grayscale: #A6A6A6. Windows color (decimal): -11872350 or 10671946. OLE color: 10671946.
HSL color Cylindrical-coordinate representation of color #4AD7A2: hue angle of 157.45º 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 #4AD7A2 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 162 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.16 |
| HSL | 157.45º | 0.64% | 0.57% | - |
| HSV(B) | 157.45º | 0.66% | 0.84% | - |
| XYZ | 33.65 | 52.67 | 42.57 | - |
| YUV | 166.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 162 | 0.66 | 0 | 0.25 | 0.16 | 157.45 | 0.64 | 0.57 |
| Hex | 4A | D7 | A2 | 42 | 0 | 19 | 10 | 9D | 40 | 39 |
| Octal | 112 | 327 | 242 | 102 | 0 | 31 | 20 | 235 | 100 | 71 |
| Binary | 1001010 | 11010111 | 10100010 | 1000010 | 0 | 11001 | 10000 | 10011101 | 1000000 | 111001 |
Color Harmonies of #4AD7A2
Complementary color
Monochromatic Colors of #4AD7A2
Black with #4AD7A2
Text Example
Text Example
White with #4AD7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD7A2; }
p { color: rgb(74,215,162); }
H1.HeaderClassName
{
color: #4AD7A2;
}
.AnyTagClassName
{
color: #4AD7A2;
}
</style>
background-color css
<style>
a { background-color: #4AD7A2; }
a { background-color: rgb(74,215,162); }
div.DivClassName
{
background-color: #4AD7A2;
}
.BgClassName
{
background-color: #4AD7A2;
}
</style>
border-color css
<style>
span { border-color: #4AD7A2; }
span { border-color: rgb(74,215,162); }
td.TdClassName
{
border-color: #4AD7A2;
}
.TagClassName
{
border-color: #4AD7A2;
}
</style>