Shades of Shamrock #4AC492
Tints of Shamrock #4AC492
RGB
CMYK
RGB Variations
Color information
#4AC492 (or 0x4AC492) is known color: Shamrock. HEX triplet: 4A, C4 and 92. RGB value is (74,196,146). Sum of RGB (Red+Green+Blue) = 74+196+146=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC492 is #B53B6D. Grayscale: #999999. Windows color (decimal): -11877230 or 9618506. OLE color: 9618506.
HSL color Cylindrical-coordinate representation of color #4AC492: hue angle of 155.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC492 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 146 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.23 |
| HSL | 155.41º | 0.51% | 0.53% | - |
| HSV(B) | 155.41º | 0.62% | 0.77% | - |
| XYZ | 27.75 | 43.01 | 34.03 | - |
| YUV | 153.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 146 | 0.62 | 0 | 0.26 | 0.23 | 155.41 | 0.51 | 0.53 |
| Hex | 4A | C4 | 92 | 3E | 0 | 1A | 17 | 9B | 33 | 35 |
| Octal | 112 | 304 | 222 | 76 | 0 | 32 | 27 | 233 | 63 | 65 |
| Binary | 1001010 | 11000100 | 10010010 | 111110 | 0 | 11010 | 10111 | 10011011 | 110011 | 110101 |
Color Harmonies of #4AC492
Complementary color
Monochromatic Colors of #4AC492
Black with #4AC492
Text Example
Text Example
White with #4AC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC492; }
p { color: rgb(74,196,146); }
H1.HeaderClassName
{
color: #4AC492;
}
.AnyTagClassName
{
color: #4AC492;
}
</style>
background-color css
<style>
a { background-color: #4AC492; }
a { background-color: rgb(74,196,146); }
div.DivClassName
{
background-color: #4AC492;
}
.BgClassName
{
background-color: #4AC492;
}
</style>
border-color css
<style>
span { border-color: #4AC492; }
span { border-color: rgb(74,196,146); }
td.TdClassName
{
border-color: #4AC492;
}
.TagClassName
{
border-color: #4AC492;
}
</style>