Shades of Shamrock #4AEAA3
Tints of Shamrock #4AEAA3
RGB
CMYK
RGB Variations
Color information
#4AEAA3 (or 0x4AEAA3) is known color: Shamrock. HEX triplet: 4A, EA and A3. RGB value is (74,234,163). Sum of RGB (Red+Green+Blue) = 74+234+163=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEAA3 is #B5155C. Grayscale: #B2B2B2. Windows color (decimal): -11867485 or 10742346. OLE color: 10742346.
HSL color Cylindrical-coordinate representation of color #4AEAA3: hue angle of 153.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEAA3 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 163 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.08 |
| HSL | 153.38º | 0.79% | 0.6% | - |
| HSV(B) | 153.38º | 0.68% | 0.92% | - |
| XYZ | 38.86 | 62.95 | 44.75 | - |
| YUV | 178.07 | 119.49 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 163 | 0.68 | 0 | 0.30 | 0.08 | 153.38 | 0.79 | 0.6 |
| Hex | 4A | EA | A3 | 44 | 0 | 1E | 8 | 99 | 4F | 3C |
| Octal | 112 | 352 | 243 | 104 | 0 | 36 | 10 | 231 | 117 | 74 |
| Binary | 1001010 | 11101010 | 10100011 | 1000100 | 0 | 11110 | 1000 | 10011001 | 1001111 | 111100 |
Color Harmonies of #4AEAA3
Complementary color
Monochromatic Colors of #4AEAA3
Black with #4AEAA3
Text Example
Text Example
White with #4AEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAA3; }
p { color: rgb(74,234,163); }
H1.HeaderClassName
{
color: #4AEAA3;
}
.AnyTagClassName
{
color: #4AEAA3;
}
</style>
background-color css
<style>
a { background-color: #4AEAA3; }
a { background-color: rgb(74,234,163); }
div.DivClassName
{
background-color: #4AEAA3;
}
.BgClassName
{
background-color: #4AEAA3;
}
</style>
border-color css
<style>
span { border-color: #4AEAA3; }
span { border-color: rgb(74,234,163); }
td.TdClassName
{
border-color: #4AEAA3;
}
.TagClassName
{
border-color: #4AEAA3;
}
</style>