Shades of Shamrock #4AD090
Tints of Shamrock #4AD090
RGB
CMYK
RGB Variations
Color information
#4AD090 (or 0x4AD090) is known color: Shamrock. HEX triplet: 4A, D0 and 90. RGB value is (74,208,144). Sum of RGB (Red+Green+Blue) = 74+208+144=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD090 is #B52F6F. Grayscale: #A0A0A0. Windows color (decimal): -11874160 or 9490506. OLE color: 9490506.
HSL color Cylindrical-coordinate representation of color #4AD090: hue angle of 151.34º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD090 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 144 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.18 |
| HSL | 151.34º | 0.59% | 0.55% | - |
| HSV(B) | 151.34º | 0.64% | 0.82% | - |
| XYZ | 30.41 | 48.58 | 34.16 | - |
| YUV | 160.64 | 118.61 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 144 | 0.64 | 0 | 0.31 | 0.18 | 151.34 | 0.59 | 0.55 |
| Hex | 4A | D0 | 90 | 40 | 0 | 1F | 12 | 97 | 3B | 37 |
| Octal | 112 | 320 | 220 | 100 | 0 | 37 | 22 | 227 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10010000 | 1000000 | 0 | 11111 | 10010 | 10010111 | 111011 | 110111 |
Color Harmonies of #4AD090
Complementary color
Monochromatic Colors of #4AD090
Black with #4AD090
Text Example
Text Example
White with #4AD090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD090; }
p { color: rgb(74,208,144); }
H1.HeaderClassName
{
color: #4AD090;
}
.AnyTagClassName
{
color: #4AD090;
}
</style>
background-color css
<style>
a { background-color: #4AD090; }
a { background-color: rgb(74,208,144); }
div.DivClassName
{
background-color: #4AD090;
}
.BgClassName
{
background-color: #4AD090;
}
</style>
border-color css
<style>
span { border-color: #4AD090; }
span { border-color: rgb(74,208,144); }
td.TdClassName
{
border-color: #4AD090;
}
.TagClassName
{
border-color: #4AD090;
}
</style>