Shades of Shamrock #3ADD89
Tints of Shamrock #3ADD89
RGB
CMYK
RGB Variations
Color information
#3ADD89 (or 0x3ADD89) is known color: Shamrock. HEX triplet: 3A, DD and 89. RGB value is (58,221,137). Sum of RGB (Red+Green+Blue) = 58+221+137=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD89 is #C52276. Grayscale: #A2A2A2. Windows color (decimal): -12919415 or 9035066. OLE color: 9035066.
HSL color Cylindrical-coordinate representation of color #3ADD89: hue angle of 149.08º 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 #3ADD89 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 137 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.13 |
| HSL | 149.08º | 0.71% | 0.55% | - |
| HSV(B) | 149.08º | 0.74% | 0.87% | - |
| XYZ | 32.12 | 54.42 | 32.48 | - |
| YUV | 162.69 | 113.5 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 137 | 0.74 | 0 | 0.38 | 0.13 | 149.08 | 0.71 | 0.55 |
| Hex | 3A | DD | 89 | 4A | 0 | 26 | D | 95 | 47 | 37 |
| Octal | 72 | 335 | 211 | 112 | 0 | 46 | 15 | 225 | 107 | 67 |
| Binary | 111010 | 11011101 | 10001001 | 1001010 | 0 | 100110 | 1101 | 10010101 | 1000111 | 110111 |
Color Harmonies of #3ADD89
Complementary color
Monochromatic Colors of #3ADD89
Black with #3ADD89
Text Example
Text Example
White with #3ADD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD89; }
p { color: rgb(58,221,137); }
H1.HeaderClassName
{
color: #3ADD89;
}
.AnyTagClassName
{
color: #3ADD89;
}
</style>
background-color css
<style>
a { background-color: #3ADD89; }
a { background-color: rgb(58,221,137); }
div.DivClassName
{
background-color: #3ADD89;
}
.BgClassName
{
background-color: #3ADD89;
}
</style>
border-color css
<style>
span { border-color: #3ADD89; }
span { border-color: rgb(58,221,137); }
td.TdClassName
{
border-color: #3ADD89;
}
.TagClassName
{
border-color: #3ADD89;
}
</style>