Shades of Shamrock #4ADCA6
Tints of Shamrock #4ADCA6
RGB
CMYK
RGB Variations
Color information
#4ADCA6 (or 0x4ADCA6) is known color: Shamrock. HEX triplet: 4A, DC and A6. RGB value is (74,220,166). Sum of RGB (Red+Green+Blue) = 74+220+166=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCA6 is #B52359. Grayscale: #AAAAAA. Windows color (decimal): -11871066 or 10935370. OLE color: 10935370.
HSL color Cylindrical-coordinate representation of color #4ADCA6: hue angle of 157.81º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCA6 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 166 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.14 |
| HSL | 157.81º | 0.68% | 0.58% | - |
| HSV(B) | 157.81º | 0.66% | 0.86% | - |
| XYZ | 35.3 | 55.4 | 44.91 | - |
| YUV | 170.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 166 | 0.66 | 0 | 0.25 | 0.14 | 157.81 | 0.68 | 0.58 |
| Hex | 4A | DC | A6 | 42 | 0 | 19 | E | 9E | 44 | 3A |
| Octal | 112 | 334 | 246 | 102 | 0 | 31 | 16 | 236 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10100110 | 1000010 | 0 | 11001 | 1110 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4ADCA6
Complementary color
Monochromatic Colors of #4ADCA6
Black with #4ADCA6
Text Example
Text Example
White with #4ADCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCA6; }
p { color: rgb(74,220,166); }
H1.HeaderClassName
{
color: #4ADCA6;
}
.AnyTagClassName
{
color: #4ADCA6;
}
</style>
background-color css
<style>
a { background-color: #4ADCA6; }
a { background-color: rgb(74,220,166); }
div.DivClassName
{
background-color: #4ADCA6;
}
.BgClassName
{
background-color: #4ADCA6;
}
</style>
border-color css
<style>
span { border-color: #4ADCA6; }
span { border-color: rgb(74,220,166); }
td.TdClassName
{
border-color: #4ADCA6;
}
.TagClassName
{
border-color: #4ADCA6;
}
</style>