Shades of Shamrock #4ACD92
Tints of Shamrock #4ACD92
RGB
CMYK
RGB Variations
Color information
#4ACD92 (or 0x4ACD92) is known color: Shamrock. HEX triplet: 4A, CD and 92. RGB value is (74,205,146). Sum of RGB (Red+Green+Blue) = 74+205+146=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACD92 is #B5326D. Grayscale: #9F9F9F. Windows color (decimal): -11874926 or 9620810. OLE color: 9620810.
HSL color Cylindrical-coordinate representation of color #4ACD92: hue angle of 152.98º degrees, saturation: 0.57, 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 #4ACD92 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 146 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.20 |
| HSL | 152.98º | 0.57% | 0.55% | - |
| HSV(B) | 152.98º | 0.64% | 0.8% | - |
| XYZ | 29.84 | 47.19 | 34.73 | - |
| YUV | 159.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 146 | 0.64 | 0 | 0.29 | 0.20 | 152.98 | 0.57 | 0.55 |
| Hex | 4A | CD | 92 | 40 | 0 | 1D | 14 | 99 | 39 | 37 |
| Octal | 112 | 315 | 222 | 100 | 0 | 35 | 24 | 231 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10010010 | 1000000 | 0 | 11101 | 10100 | 10011001 | 111001 | 110111 |
Color Harmonies of #4ACD92
Complementary color
Monochromatic Colors of #4ACD92
Black with #4ACD92
Text Example
Text Example
White with #4ACD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD92; }
p { color: rgb(74,205,146); }
H1.HeaderClassName
{
color: #4ACD92;
}
.AnyTagClassName
{
color: #4ACD92;
}
</style>
background-color css
<style>
a { background-color: #4ACD92; }
a { background-color: rgb(74,205,146); }
div.DivClassName
{
background-color: #4ACD92;
}
.BgClassName
{
background-color: #4ACD92;
}
</style>
border-color css
<style>
span { border-color: #4ACD92; }
span { border-color: rgb(74,205,146); }
td.TdClassName
{
border-color: #4ACD92;
}
.TagClassName
{
border-color: #4ACD92;
}
</style>