Shades of Shamrock #4AEC99
Tints of Shamrock #4AEC99
RGB
CMYK
RGB Variations
Color information
#4AEC99 (or 0x4AEC99) is known color: Shamrock. HEX triplet: 4A, EC and 99. RGB value is (74,236,153). Sum of RGB (Red+Green+Blue) = 74+236+153=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEC99 is #B51366. Grayscale: #B2B2B2. Windows color (decimal): -11866983 or 10087498. OLE color: 10087498.
HSL color Cylindrical-coordinate representation of color #4AEC99: hue angle of 149.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEC99 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 153 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.07 |
| HSL | 149.26º | 0.81% | 0.61% | - |
| HSV(B) | 149.26º | 0.69% | 0.93% | - |
| XYZ | 38.57 | 63.75 | 40.41 | - |
| YUV | 178.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 153 | 0.69 | 0 | 0.35 | 0.07 | 149.26 | 0.81 | 0.61 |
| Hex | 4A | EC | 99 | 45 | 0 | 23 | 7 | 95 | 51 | 3D |
| Octal | 112 | 354 | 231 | 105 | 0 | 43 | 7 | 225 | 121 | 75 |
| Binary | 1001010 | 11101100 | 10011001 | 1000101 | 0 | 100011 | 111 | 10010101 | 1010001 | 111101 |
Color Harmonies of #4AEC99
Complementary color
Monochromatic Colors of #4AEC99
Black with #4AEC99
Text Example
Text Example
White with #4AEC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC99; }
p { color: rgb(74,236,153); }
H1.HeaderClassName
{
color: #4AEC99;
}
.AnyTagClassName
{
color: #4AEC99;
}
</style>
background-color css
<style>
a { background-color: #4AEC99; }
a { background-color: rgb(74,236,153); }
div.DivClassName
{
background-color: #4AEC99;
}
.BgClassName
{
background-color: #4AEC99;
}
</style>
border-color css
<style>
span { border-color: #4AEC99; }
span { border-color: rgb(74,236,153); }
td.TdClassName
{
border-color: #4AEC99;
}
.TagClassName
{
border-color: #4AEC99;
}
</style>