Shades of Shamrock #4AE998
Tints of Shamrock #4AE998
RGB
CMYK
RGB Variations
Color information
#4AE998 (or 0x4AE998) is known color: Shamrock. HEX triplet: 4A, E9 and 98. RGB value is (74,233,152). Sum of RGB (Red+Green+Blue) = 74+233+152=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE998 is #B51667. Grayscale: #B0B0B0. Windows color (decimal): -11867752 or 10021194. OLE color: 10021194.
HSL color Cylindrical-coordinate representation of color #4AE998: hue angle of 149.43º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE998 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 233 | 152 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.09 |
| HSL | 149.43º | 0.78% | 0.6% | - |
| HSV(B) | 149.43º | 0.68% | 0.91% | - |
| XYZ | 37.63 | 62 | 39.69 | - |
| YUV | 176.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 233 | 152 | 0.68 | 0 | 0.35 | 0.09 | 149.43 | 0.78 | 0.6 |
| Hex | 4A | E9 | 98 | 44 | 0 | 23 | 9 | 95 | 4E | 3C |
| Octal | 112 | 351 | 230 | 104 | 0 | 43 | 11 | 225 | 116 | 74 |
| Binary | 1001010 | 11101001 | 10011000 | 1000100 | 0 | 100011 | 1001 | 10010101 | 1001110 | 111100 |
Color Harmonies of #4AE998
Complementary color
Monochromatic Colors of #4AE998
Black with #4AE998
Text Example
Text Example
White with #4AE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE998; }
p { color: rgb(74,233,152); }
H1.HeaderClassName
{
color: #4AE998;
}
.AnyTagClassName
{
color: #4AE998;
}
</style>
background-color css
<style>
a { background-color: #4AE998; }
a { background-color: rgb(74,233,152); }
div.DivClassName
{
background-color: #4AE998;
}
.BgClassName
{
background-color: #4AE998;
}
</style>
border-color css
<style>
span { border-color: #4AE998; }
span { border-color: rgb(74,233,152); }
td.TdClassName
{
border-color: #4AE998;
}
.TagClassName
{
border-color: #4AE998;
}
</style>