Shades of Shamrock #4AD294
Tints of Shamrock #4AD294
RGB
CMYK
RGB Variations
Color information
#4AD294 (or 0x4AD294) is known color: Shamrock. HEX triplet: 4A, D2 and 94. RGB value is (74,210,148). Sum of RGB (Red+Green+Blue) = 74+210+148=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD294 is #B52D6B. Grayscale: #A2A2A2. Windows color (decimal): -11873644 or 9753162. OLE color: 9753162.
HSL color Cylindrical-coordinate representation of color #4AD294: hue angle of 152.65º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD294 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 148 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.18 |
| HSL | 152.65º | 0.6% | 0.56% | - |
| HSV(B) | 152.65º | 0.65% | 0.82% | - |
| XYZ | 31.22 | 49.69 | 35.96 | - |
| YUV | 162.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 148 | 0.65 | 0 | 0.30 | 0.18 | 152.65 | 0.6 | 0.56 |
| Hex | 4A | D2 | 94 | 41 | 0 | 1E | 12 | 99 | 3C | 38 |
| Octal | 112 | 322 | 224 | 101 | 0 | 36 | 22 | 231 | 74 | 70 |
| Binary | 1001010 | 11010010 | 10010100 | 1000001 | 0 | 11110 | 10010 | 10011001 | 111100 | 111000 |
Color Harmonies of #4AD294
Complementary color
Monochromatic Colors of #4AD294
Black with #4AD294
Text Example
Text Example
White with #4AD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD294; }
p { color: rgb(74,210,148); }
H1.HeaderClassName
{
color: #4AD294;
}
.AnyTagClassName
{
color: #4AD294;
}
</style>
background-color css
<style>
a { background-color: #4AD294; }
a { background-color: rgb(74,210,148); }
div.DivClassName
{
background-color: #4AD294;
}
.BgClassName
{
background-color: #4AD294;
}
</style>
border-color css
<style>
span { border-color: #4AD294; }
span { border-color: rgb(74,210,148); }
td.TdClassName
{
border-color: #4AD294;
}
.TagClassName
{
border-color: #4AD294;
}
</style>