Shades of Shamrock #4AD097
Tints of Shamrock #4AD097
RGB
CMYK
RGB Variations
Color information
#4AD097 (or 0x4AD097) is known color: Shamrock. HEX triplet: 4A, D0 and 97. RGB value is (74,208,151). Sum of RGB (Red+Green+Blue) = 74+208+151=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD097 is #B52F68. Grayscale: #A1A1A1. Windows color (decimal): -11874153 or 9949258. OLE color: 9949258.
HSL color Cylindrical-coordinate representation of color #4AD097: hue angle of 154.48º 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 #4AD097 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 151 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.18 |
| HSL | 154.48º | 0.59% | 0.55% | - |
| HSV(B) | 154.48º | 0.64% | 0.82% | - |
| XYZ | 30.97 | 48.8 | 37.07 | - |
| YUV | 161.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 151 | 0.64 | 0 | 0.27 | 0.18 | 154.48 | 0.59 | 0.55 |
| Hex | 4A | D0 | 97 | 40 | 0 | 1B | 12 | 9A | 3B | 37 |
| Octal | 112 | 320 | 227 | 100 | 0 | 33 | 22 | 232 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10010111 | 1000000 | 0 | 11011 | 10010 | 10011010 | 111011 | 110111 |
Color Harmonies of #4AD097
Complementary color
Monochromatic Colors of #4AD097
Black with #4AD097
Text Example
Text Example
White with #4AD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD097; }
p { color: rgb(74,208,151); }
H1.HeaderClassName
{
color: #4AD097;
}
.AnyTagClassName
{
color: #4AD097;
}
</style>
background-color css
<style>
a { background-color: #4AD097; }
a { background-color: rgb(74,208,151); }
div.DivClassName
{
background-color: #4AD097;
}
.BgClassName
{
background-color: #4AD097;
}
</style>
border-color css
<style>
span { border-color: #4AD097; }
span { border-color: rgb(74,208,151); }
td.TdClassName
{
border-color: #4AD097;
}
.TagClassName
{
border-color: #4AD097;
}
</style>