Shades of Shamrock #4ACC9E
Tints of Shamrock #4ACC9E
RGB
CMYK
RGB Variations
Color information
#4ACC9E (or 0x4ACC9E) is known color: Shamrock. HEX triplet: 4A, CC and 9E. RGB value is (74,204,158). Sum of RGB (Red+Green+Blue) = 74+204+158=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACC9E is #B53361. Grayscale: #9F9F9F. Windows color (decimal): -11875170 or 10406986. OLE color: 10406986.
HSL color Cylindrical-coordinate representation of color #4ACC9E: hue angle of 158.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACC9E is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 158 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.2 |
| HSL | 158.77º | 0.56% | 0.55% | - |
| HSV(B) | 158.77º | 0.64% | 0.8% | - |
| XYZ | 30.59 | 47.11 | 39.83 | - |
| YUV | 159.89 | 126.93 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 158 | 0.64 | 0 | 0.23 | 0.2 | 158.77 | 0.56 | 0.55 |
| Hex | 4A | CC | 9E | 40 | 0 | 17 | 14 | 9F | 38 | 37 |
| Octal | 112 | 314 | 236 | 100 | 0 | 27 | 24 | 237 | 70 | 67 |
| Binary | 1001010 | 11001100 | 10011110 | 1000000 | 0 | 10111 | 10100 | 10011111 | 111000 | 110111 |
Color Harmonies of #4ACC9E
Complementary color
Monochromatic Colors of #4ACC9E
Black with #4ACC9E
Text Example
Text Example
White with #4ACC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC9E; }
p { color: rgb(74,204,158); }
H1.HeaderClassName
{
color: #4ACC9E;
}
.AnyTagClassName
{
color: #4ACC9E;
}
</style>
background-color css
<style>
a { background-color: #4ACC9E; }
a { background-color: rgb(74,204,158); }
div.DivClassName
{
background-color: #4ACC9E;
}
.BgClassName
{
background-color: #4ACC9E;
}
</style>
border-color css
<style>
span { border-color: #4ACC9E; }
span { border-color: rgb(74,204,158); }
td.TdClassName
{
border-color: #4ACC9E;
}
.TagClassName
{
border-color: #4ACC9E;
}
</style>