Shades of Shamrock #4AED9D
Tints of Shamrock #4AED9D
RGB
CMYK
RGB Variations
Color information
#4AED9D (or 0x4AED9D) is known color: Shamrock. HEX triplet: 4A, ED and 9D. RGB value is (74,237,157). Sum of RGB (Red+Green+Blue) = 74+237+157=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AED9D is #B51262. Grayscale: #B3B3B3. Windows color (decimal): -11866723 or 10349898. OLE color: 10349898.
HSL color Cylindrical-coordinate representation of color #4AED9D: hue angle of 150.55º 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 #4AED9D is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 157 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.07 |
| HSL | 150.55º | 0.82% | 0.61% | - |
| HSV(B) | 150.55º | 0.69% | 0.93% | - |
| XYZ | 39.19 | 64.46 | 42.27 | - |
| YUV | 179.14 | 115.5 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 157 | 0.69 | 0 | 0.34 | 0.07 | 150.55 | 0.82 | 0.61 |
| Hex | 4A | ED | 9D | 45 | 0 | 22 | 7 | 97 | 52 | 3D |
| Octal | 112 | 355 | 235 | 105 | 0 | 42 | 7 | 227 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10011101 | 1000101 | 0 | 100010 | 111 | 10010111 | 1010010 | 111101 |
Color Harmonies of #4AED9D
Complementary color
Monochromatic Colors of #4AED9D
Black with #4AED9D
Text Example
Text Example
White with #4AED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AED9D; }
p { color: rgb(74,237,157); }
H1.HeaderClassName
{
color: #4AED9D;
}
.AnyTagClassName
{
color: #4AED9D;
}
</style>
background-color css
<style>
a { background-color: #4AED9D; }
a { background-color: rgb(74,237,157); }
div.DivClassName
{
background-color: #4AED9D;
}
.BgClassName
{
background-color: #4AED9D;
}
</style>
border-color css
<style>
span { border-color: #4AED9D; }
span { border-color: rgb(74,237,157); }
td.TdClassName
{
border-color: #4AED9D;
}
.TagClassName
{
border-color: #4AED9D;
}
</style>