Shades of Shamrock #4AD89D
Tints of Shamrock #4AD89D
RGB
CMYK
RGB Variations
Color information
#4AD89D (or 0x4AD89D) is known color: Shamrock. HEX triplet: 4A, D8 and 9D. RGB value is (74,216,157). Sum of RGB (Red+Green+Blue) = 74+216+157=447 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.55% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD89D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD89D is #B52762. Grayscale: #A6A6A6. Windows color (decimal): -11872099 or 10344522. OLE color: 10344522.
HSL color Cylindrical-coordinate representation of color #4AD89D: hue angle of 155.07º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD89D is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 157 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.15 |
| HSL | 155.07º | 0.65% | 0.57% | - |
| HSV(B) | 155.07º | 0.66% | 0.85% | - |
| XYZ | 33.47 | 53 | 40.36 | - |
| YUV | 166.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 157 | 0.66 | 0 | 0.27 | 0.15 | 155.07 | 0.65 | 0.57 |
| Hex | 4A | D8 | 9D | 42 | 0 | 1B | F | 9B | 41 | 39 |
| Octal | 112 | 330 | 235 | 102 | 0 | 33 | 17 | 233 | 101 | 71 |
| Binary | 1001010 | 11011000 | 10011101 | 1000010 | 0 | 11011 | 1111 | 10011011 | 1000001 | 111001 |
Color Harmonies of #4AD89D
Complementary color
Monochromatic Colors of #4AD89D
Black with #4AD89D
Text Example
Text Example
White with #4AD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD89D; }
p { color: rgb(74,216,157); }
H1.HeaderClassName
{
color: #4AD89D;
}
.AnyTagClassName
{
color: #4AD89D;
}
</style>
background-color css
<style>
a { background-color: #4AD89D; }
a { background-color: rgb(74,216,157); }
div.DivClassName
{
background-color: #4AD89D;
}
.BgClassName
{
background-color: #4AD89D;
}
</style>
border-color css
<style>
span { border-color: #4AD89D; }
span { border-color: rgb(74,216,157); }
td.TdClassName
{
border-color: #4AD89D;
}
.TagClassName
{
border-color: #4AD89D;
}
</style>