Shades of Shamrock #4AE698
Tints of Shamrock #4AE698
RGB
CMYK
RGB Variations
Color information
#4AE698 (or 0x4AE698) is known color: Shamrock. HEX triplet: 4A, E6 and 98. RGB value is (74,230,152). Sum of RGB (Red+Green+Blue) = 74+230+152=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE698 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE698 is #B51967. Grayscale: #AEAEAE. Windows color (decimal): -11868520 or 10020426. OLE color: 10020426.
HSL color Cylindrical-coordinate representation of color #4AE698: hue angle of 150º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE698 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 152 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.10 |
| HSL | 150º | 0.76% | 0.6% | - |
| HSV(B) | 150º | 0.68% | 0.9% | - |
| XYZ | 36.79 | 60.32 | 39.41 | - |
| YUV | 174.46 | 115.32 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 152 | 0.68 | 0 | 0.34 | 0.10 | 150 | 0.76 | 0.6 |
| Hex | 4A | E6 | 98 | 44 | 0 | 22 | A | 96 | 4C | 3C |
| Octal | 112 | 346 | 230 | 104 | 0 | 42 | 12 | 226 | 114 | 74 |
| Binary | 1001010 | 11100110 | 10011000 | 1000100 | 0 | 100010 | 1010 | 10010110 | 1001100 | 111100 |
Color Harmonies of #4AE698
Complementary color
Monochromatic Colors of #4AE698
Black with #4AE698
Text Example
Text Example
White with #4AE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE698; }
p { color: rgb(74,230,152); }
H1.HeaderClassName
{
color: #4AE698;
}
.AnyTagClassName
{
color: #4AE698;
}
</style>
background-color css
<style>
a { background-color: #4AE698; }
a { background-color: rgb(74,230,152); }
div.DivClassName
{
background-color: #4AE698;
}
.BgClassName
{
background-color: #4AE698;
}
</style>
border-color css
<style>
span { border-color: #4AE698; }
span { border-color: rgb(74,230,152); }
td.TdClassName
{
border-color: #4AE698;
}
.TagClassName
{
border-color: #4AE698;
}
</style>