Shades of Shamrock #4AD5A5
Tints of Shamrock #4AD5A5
RGB
CMYK
RGB Variations
Color information
#4AD5A5 (or 0x4AD5A5) is known color: Shamrock. HEX triplet: 4A, D5 and A5. RGB value is (74,213,165). Sum of RGB (Red+Green+Blue) = 74+213+165=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD5A5 is #B52A5A. Grayscale: #A6A6A6. Windows color (decimal): -11872859 or 10868042. OLE color: 10868042.
HSL color Cylindrical-coordinate representation of color #4AD5A5: hue angle of 159.28º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5A5 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 165 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.16 |
| HSL | 159.28º | 0.62% | 0.56% | - |
| HSV(B) | 159.28º | 0.65% | 0.84% | - |
| XYZ | 33.41 | 51.76 | 43.83 | - |
| YUV | 165.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 165 | 0.65 | 0 | 0.23 | 0.16 | 159.28 | 0.62 | 0.56 |
| Hex | 4A | D5 | A5 | 41 | 0 | 17 | 10 | 9F | 3E | 38 |
| Octal | 112 | 325 | 245 | 101 | 0 | 27 | 20 | 237 | 76 | 70 |
| Binary | 1001010 | 11010101 | 10100101 | 1000001 | 0 | 10111 | 10000 | 10011111 | 111110 | 111000 |
Color Harmonies of #4AD5A5
Complementary color
Monochromatic Colors of #4AD5A5
Black with #4AD5A5
Text Example
Text Example
White with #4AD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5A5; }
p { color: rgb(74,213,165); }
H1.HeaderClassName
{
color: #4AD5A5;
}
.AnyTagClassName
{
color: #4AD5A5;
}
</style>
background-color css
<style>
a { background-color: #4AD5A5; }
a { background-color: rgb(74,213,165); }
div.DivClassName
{
background-color: #4AD5A5;
}
.BgClassName
{
background-color: #4AD5A5;
}
</style>
border-color css
<style>
span { border-color: #4AD5A5; }
span { border-color: rgb(74,213,165); }
td.TdClassName
{
border-color: #4AD5A5;
}
.TagClassName
{
border-color: #4AD5A5;
}
</style>