Shades of Shamrock #4AE9A5
Tints of Shamrock #4AE9A5
RGB
CMYK
RGB Variations
Color information
#4AE9A5 (or 0x4AE9A5) is known color: Shamrock. HEX triplet: 4A, E9 and A5. RGB value is (74,233,165). Sum of RGB (Red+Green+Blue) = 74+233+165=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE9A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AE9A5 is #B5165A. Grayscale: #B1B1B1. Windows color (decimal): -11867739 or 10873162. OLE color: 10873162.
HSL color Cylindrical-coordinate representation of color #4AE9A5: hue angle of 154.34º 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 #4AE9A5 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 233 | 165 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.09 |
| HSL | 154.34º | 0.78% | 0.6% | - |
| HSV(B) | 154.34º | 0.68% | 0.91% | - |
| XYZ | 38.75 | 62.45 | 45.61 | - |
| YUV | 177.71 | 120.82 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 233 | 165 | 0.68 | 0 | 0.29 | 0.09 | 154.34 | 0.78 | 0.6 |
| Hex | 4A | E9 | A5 | 44 | 0 | 1D | 9 | 9A | 4E | 3C |
| Octal | 112 | 351 | 245 | 104 | 0 | 35 | 11 | 232 | 116 | 74 |
| Binary | 1001010 | 11101001 | 10100101 | 1000100 | 0 | 11101 | 1001 | 10011010 | 1001110 | 111100 |
Color Harmonies of #4AE9A5
Complementary color
Monochromatic Colors of #4AE9A5
Black with #4AE9A5
Text Example
Text Example
White with #4AE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE9A5; }
p { color: rgb(74,233,165); }
H1.HeaderClassName
{
color: #4AE9A5;
}
.AnyTagClassName
{
color: #4AE9A5;
}
</style>
background-color css
<style>
a { background-color: #4AE9A5; }
a { background-color: rgb(74,233,165); }
div.DivClassName
{
background-color: #4AE9A5;
}
.BgClassName
{
background-color: #4AE9A5;
}
</style>
border-color css
<style>
span { border-color: #4AE9A5; }
span { border-color: rgb(74,233,165); }
td.TdClassName
{
border-color: #4AE9A5;
}
.TagClassName
{
border-color: #4AE9A5;
}
</style>