Shades of Shamrock #4AED98
Tints of Shamrock #4AED98
RGB
CMYK
RGB Variations
Color information
#4AED98 (or 0x4AED98) is known color: Shamrock. HEX triplet: 4A, ED and 98. RGB value is (74,237,152). Sum of RGB (Red+Green+Blue) = 74+237+152=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AED98 is #B51267. Grayscale: #B2B2B2. Windows color (decimal): -11866728 or 10022218. OLE color: 10022218.
HSL color Cylindrical-coordinate representation of color #4AED98: hue angle of 148.71º degrees, saturation: 0.82, 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 #4AED98 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 152 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.07 |
| HSL | 148.71º | 0.82% | 0.61% | - |
| HSV(B) | 148.71º | 0.69% | 0.93% | - |
| XYZ | 38.78 | 64.29 | 40.07 | - |
| YUV | 178.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 152 | 0.69 | 0 | 0.36 | 0.07 | 148.71 | 0.82 | 0.61 |
| Hex | 4A | ED | 98 | 45 | 0 | 24 | 7 | 95 | 52 | 3D |
| Octal | 112 | 355 | 230 | 105 | 0 | 44 | 7 | 225 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10011000 | 1000101 | 0 | 100100 | 111 | 10010101 | 1010010 | 111101 |
Color Harmonies of #4AED98
Complementary color
Monochromatic Colors of #4AED98
Black with #4AED98
Text Example
Text Example
White with #4AED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AED98; }
p { color: rgb(74,237,152); }
H1.HeaderClassName
{
color: #4AED98;
}
.AnyTagClassName
{
color: #4AED98;
}
</style>
background-color css
<style>
a { background-color: #4AED98; }
a { background-color: rgb(74,237,152); }
div.DivClassName
{
background-color: #4AED98;
}
.BgClassName
{
background-color: #4AED98;
}
</style>
border-color css
<style>
span { border-color: #4AED98; }
span { border-color: rgb(74,237,152); }
td.TdClassName
{
border-color: #4AED98;
}
.TagClassName
{
border-color: #4AED98;
}
</style>