Shades of Shamrock #4ACDA3
Tints of Shamrock #4ACDA3
RGB
CMYK
RGB Variations
Color information
#4ACDA3 (or 0x4ACDA3) is known color: Shamrock. HEX triplet: 4A, CD and A3. RGB value is (74,205,163). Sum of RGB (Red+Green+Blue) = 74+205+163=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACDA3 is #B5325C. Grayscale: #A1A1A1. Windows color (decimal): -11874909 or 10734922. OLE color: 10734922.
HSL color Cylindrical-coordinate representation of color #4ACDA3: hue angle of 160.76º 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 #4ACDA3 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 163 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.20 |
| HSL | 160.76º | 0.57% | 0.55% | - |
| HSV(B) | 160.76º | 0.64% | 0.8% | - |
| XYZ | 31.27 | 47.76 | 42.22 | - |
| YUV | 161.04 | 129.1 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 163 | 0.64 | 0 | 0.20 | 0.20 | 160.76 | 0.57 | 0.55 |
| Hex | 4A | CD | A3 | 40 | 0 | 14 | 14 | A1 | 39 | 37 |
| Octal | 112 | 315 | 243 | 100 | 0 | 24 | 24 | 241 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10100011 | 1000000 | 0 | 10100 | 10100 | 10100001 | 111001 | 110111 |
Color Harmonies of #4ACDA3
Complementary color
Monochromatic Colors of #4ACDA3
Black with #4ACDA3
Text Example
Text Example
White with #4ACDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACDA3; }
p { color: rgb(74,205,163); }
H1.HeaderClassName
{
color: #4ACDA3;
}
.AnyTagClassName
{
color: #4ACDA3;
}
</style>
background-color css
<style>
a { background-color: #4ACDA3; }
a { background-color: rgb(74,205,163); }
div.DivClassName
{
background-color: #4ACDA3;
}
.BgClassName
{
background-color: #4ACDA3;
}
</style>
border-color css
<style>
span { border-color: #4ACDA3; }
span { border-color: rgb(74,205,163); }
td.TdClassName
{
border-color: #4ACDA3;
}
.TagClassName
{
border-color: #4ACDA3;
}
</style>