Shades of Shamrock #4AD794
Tints of Shamrock #4AD794
RGB
CMYK
RGB Variations
Color information
#4AD794 (or 0x4AD794) is known color: Shamrock. HEX triplet: 4A, D7 and 94. RGB value is (74,215,148). Sum of RGB (Red+Green+Blue) = 74+215+148=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD794 is #B5286B. Grayscale: #A5A5A5. Windows color (decimal): -11872364 or 9754442. OLE color: 9754442.
HSL color Cylindrical-coordinate representation of color #4AD794: hue angle of 151.49º 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 #4AD794 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 148 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.16 |
| HSL | 151.49º | 0.64% | 0.57% | - |
| HSV(B) | 151.49º | 0.66% | 0.84% | - |
| XYZ | 32.47 | 52.19 | 36.38 | - |
| YUV | 165.2 | 118.29 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 148 | 0.66 | 0 | 0.31 | 0.16 | 151.49 | 0.64 | 0.57 |
| Hex | 4A | D7 | 94 | 42 | 0 | 1F | 10 | 97 | 40 | 39 |
| Octal | 112 | 327 | 224 | 102 | 0 | 37 | 20 | 227 | 100 | 71 |
| Binary | 1001010 | 11010111 | 10010100 | 1000010 | 0 | 11111 | 10000 | 10010111 | 1000000 | 111001 |
Color Harmonies of #4AD794
Complementary color
Monochromatic Colors of #4AD794
Black with #4AD794
Text Example
Text Example
White with #4AD794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD794; }
p { color: rgb(74,215,148); }
H1.HeaderClassName
{
color: #4AD794;
}
.AnyTagClassName
{
color: #4AD794;
}
</style>
background-color css
<style>
a { background-color: #4AD794; }
a { background-color: rgb(74,215,148); }
div.DivClassName
{
background-color: #4AD794;
}
.BgClassName
{
background-color: #4AD794;
}
</style>
border-color css
<style>
span { border-color: #4AD794; }
span { border-color: rgb(74,215,148); }
td.TdClassName
{
border-color: #4AD794;
}
.TagClassName
{
border-color: #4AD794;
}
</style>