Shades of Shamrock #3ADDA9
Tints of Shamrock #3ADDA9
RGB
CMYK
RGB Variations
Color information
#3ADDA9 (or 0x3ADDA9) is known color: Shamrock. HEX triplet: 3A, DD and A9. RGB value is (58,221,169). Sum of RGB (Red+Green+Blue) = 58+221+169=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDA9 is #C52256. Grayscale: #A6A6A6. Windows color (decimal): -12919383 or 11132218. OLE color: 11132218.
HSL color Cylindrical-coordinate representation of color #3ADDA9: hue angle of 160.86º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDA9 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 169 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.13 |
| HSL | 160.86º | 0.71% | 0.55% | - |
| HSV(B) | 160.86º | 0.74% | 0.87% | - |
| XYZ | 34.76 | 55.48 | 46.41 | - |
| YUV | 166.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 169 | 0.74 | 0 | 0.24 | 0.13 | 160.86 | 0.71 | 0.55 |
| Hex | 3A | DD | A9 | 4A | 0 | 18 | D | A1 | 47 | 37 |
| Octal | 72 | 335 | 251 | 112 | 0 | 30 | 15 | 241 | 107 | 67 |
| Binary | 111010 | 11011101 | 10101001 | 1001010 | 0 | 11000 | 1101 | 10100001 | 1000111 | 110111 |
Color Harmonies of #3ADDA9
Complementary color
Monochromatic Colors of #3ADDA9
Black with #3ADDA9
Text Example
Text Example
White with #3ADDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDA9; }
p { color: rgb(58,221,169); }
H1.HeaderClassName
{
color: #3ADDA9;
}
.AnyTagClassName
{
color: #3ADDA9;
}
</style>
background-color css
<style>
a { background-color: #3ADDA9; }
a { background-color: rgb(58,221,169); }
div.DivClassName
{
background-color: #3ADDA9;
}
.BgClassName
{
background-color: #3ADDA9;
}
</style>
border-color css
<style>
span { border-color: #3ADDA9; }
span { border-color: rgb(58,221,169); }
td.TdClassName
{
border-color: #3ADDA9;
}
.TagClassName
{
border-color: #3ADDA9;
}
</style>