Shades of Shamrock #4ADDA3
Tints of Shamrock #4ADDA3
RGB
CMYK
RGB Variations
Color information
#4ADDA3 (or 0x4ADDA3) is known color: Shamrock. HEX triplet: 4A, DD and A3. RGB value is (74,221,163). Sum of RGB (Red+Green+Blue) = 74+221+163=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDA3 is #B5225C. Grayscale: #AAAAAA. Windows color (decimal): -11870813 or 10739018. OLE color: 10739018.
HSL color Cylindrical-coordinate representation of color #4ADDA3: hue angle of 156.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDA3 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 163 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.13 |
| HSL | 156.33º | 0.68% | 0.58% | - |
| HSV(B) | 156.33º | 0.67% | 0.87% | - |
| XYZ | 35.29 | 55.81 | 43.56 | - |
| YUV | 170.44 | 123.8 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 163 | 0.67 | 0 | 0.26 | 0.13 | 156.33 | 0.68 | 0.58 |
| Hex | 4A | DD | A3 | 43 | 0 | 1A | D | 9C | 44 | 3A |
| Octal | 112 | 335 | 243 | 103 | 0 | 32 | 15 | 234 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10100011 | 1000011 | 0 | 11010 | 1101 | 10011100 | 1000100 | 111010 |
Color Harmonies of #4ADDA3
Complementary color
Monochromatic Colors of #4ADDA3
Black with #4ADDA3
Text Example
Text Example
White with #4ADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDA3; }
p { color: rgb(74,221,163); }
H1.HeaderClassName
{
color: #4ADDA3;
}
.AnyTagClassName
{
color: #4ADDA3;
}
</style>
background-color css
<style>
a { background-color: #4ADDA3; }
a { background-color: rgb(74,221,163); }
div.DivClassName
{
background-color: #4ADDA3;
}
.BgClassName
{
background-color: #4ADDA3;
}
</style>
border-color css
<style>
span { border-color: #4ADDA3; }
span { border-color: rgb(74,221,163); }
td.TdClassName
{
border-color: #4ADDA3;
}
.TagClassName
{
border-color: #4ADDA3;
}
</style>