Shades of Shamrock #4AD093
Tints of Shamrock #4AD093
RGB
CMYK
RGB Variations
Color information
#4AD093 (or 0x4AD093) is known color: Shamrock. HEX triplet: 4A, D0 and 93. RGB value is (74,208,147). Sum of RGB (Red+Green+Blue) = 74+208+147=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD093 is #B52F6C. Grayscale: #A1A1A1. Windows color (decimal): -11874157 or 9687114. OLE color: 9687114.
HSL color Cylindrical-coordinate representation of color #4AD093: hue angle of 152.69º 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 #4AD093 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 147 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.18 |
| HSL | 152.69º | 0.59% | 0.55% | - |
| HSV(B) | 152.69º | 0.64% | 0.82% | - |
| XYZ | 30.65 | 48.67 | 35.38 | - |
| YUV | 160.98 | 120.11 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 147 | 0.64 | 0 | 0.29 | 0.18 | 152.69 | 0.59 | 0.55 |
| Hex | 4A | D0 | 93 | 40 | 0 | 1D | 12 | 99 | 3B | 37 |
| Octal | 112 | 320 | 223 | 100 | 0 | 35 | 22 | 231 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10010011 | 1000000 | 0 | 11101 | 10010 | 10011001 | 111011 | 110111 |
Color Harmonies of #4AD093
Complementary color
Monochromatic Colors of #4AD093
Black with #4AD093
Text Example
Text Example
White with #4AD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD093; }
p { color: rgb(74,208,147); }
H1.HeaderClassName
{
color: #4AD093;
}
.AnyTagClassName
{
color: #4AD093;
}
</style>
background-color css
<style>
a { background-color: #4AD093; }
a { background-color: rgb(74,208,147); }
div.DivClassName
{
background-color: #4AD093;
}
.BgClassName
{
background-color: #4AD093;
}
</style>
border-color css
<style>
span { border-color: #4AD093; }
span { border-color: rgb(74,208,147); }
td.TdClassName
{
border-color: #4AD093;
}
.TagClassName
{
border-color: #4AD093;
}
</style>