Shades of Shamrock #4ADAA3
Tints of Shamrock #4ADAA3
RGB
CMYK
RGB Variations
Color information
#4ADAA3 (or 0x4ADAA3) is known color: Shamrock. HEX triplet: 4A, DA and A3. RGB value is (74,218,163). Sum of RGB (Red+Green+Blue) = 74+218+163=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADAA3 is #B5255C. Grayscale: #A8A8A8. Windows color (decimal): -11871581 or 10738250. OLE color: 10738250.
HSL color Cylindrical-coordinate representation of color #4ADAA3: hue angle of 157.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADAA3 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 163 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.15 |
| HSL | 157.08º | 0.66% | 0.57% | - |
| HSV(B) | 157.08º | 0.66% | 0.85% | - |
| XYZ | 34.51 | 54.24 | 43.3 | - |
| YUV | 168.67 | 124.79 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 163 | 0.66 | 0 | 0.25 | 0.15 | 157.08 | 0.66 | 0.57 |
| Hex | 4A | DA | A3 | 42 | 0 | 19 | F | 9D | 42 | 39 |
| Octal | 112 | 332 | 243 | 102 | 0 | 31 | 17 | 235 | 102 | 71 |
| Binary | 1001010 | 11011010 | 10100011 | 1000010 | 0 | 11001 | 1111 | 10011101 | 1000010 | 111001 |
Color Harmonies of #4ADAA3
Complementary color
Monochromatic Colors of #4ADAA3
Black with #4ADAA3
Text Example
Text Example
White with #4ADAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAA3; }
p { color: rgb(74,218,163); }
H1.HeaderClassName
{
color: #4ADAA3;
}
.AnyTagClassName
{
color: #4ADAA3;
}
</style>
background-color css
<style>
a { background-color: #4ADAA3; }
a { background-color: rgb(74,218,163); }
div.DivClassName
{
background-color: #4ADAA3;
}
.BgClassName
{
background-color: #4ADAA3;
}
</style>
border-color css
<style>
span { border-color: #4ADAA3; }
span { border-color: rgb(74,218,163); }
td.TdClassName
{
border-color: #4ADAA3;
}
.TagClassName
{
border-color: #4ADAA3;
}
</style>