Shades of Shamrock #4AD091
Tints of Shamrock #4AD091
RGB
CMYK
RGB Variations
Color information
#4AD091 (or 0x4AD091) is known color: Shamrock. HEX triplet: 4A, D0 and 91. RGB value is (74,208,145). Sum of RGB (Red+Green+Blue) = 74+208+145=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD091 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD091 is #B52F6E. Grayscale: #A0A0A0. Windows color (decimal): -11874159 or 9556042. OLE color: 9556042.
HSL color Cylindrical-coordinate representation of color #4AD091: hue angle of 151.79º 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 #4AD091 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 145 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.18 |
| HSL | 151.79º | 0.59% | 0.55% | - |
| HSV(B) | 151.79º | 0.64% | 0.82% | - |
| XYZ | 30.49 | 48.61 | 34.56 | - |
| YUV | 160.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 145 | 0.64 | 0 | 0.30 | 0.18 | 151.79 | 0.59 | 0.55 |
| Hex | 4A | D0 | 91 | 40 | 0 | 1E | 12 | 98 | 3B | 37 |
| Octal | 112 | 320 | 221 | 100 | 0 | 36 | 22 | 230 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10010001 | 1000000 | 0 | 11110 | 10010 | 10011000 | 111011 | 110111 |
Color Harmonies of #4AD091
Complementary color
Monochromatic Colors of #4AD091
Black with #4AD091
Text Example
Text Example
White with #4AD091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD091; }
p { color: rgb(74,208,145); }
H1.HeaderClassName
{
color: #4AD091;
}
.AnyTagClassName
{
color: #4AD091;
}
</style>
background-color css
<style>
a { background-color: #4AD091; }
a { background-color: rgb(74,208,145); }
div.DivClassName
{
background-color: #4AD091;
}
.BgClassName
{
background-color: #4AD091;
}
</style>
border-color css
<style>
span { border-color: #4AD091; }
span { border-color: rgb(74,208,145); }
td.TdClassName
{
border-color: #4AD091;
}
.TagClassName
{
border-color: #4AD091;
}
</style>