Shades of Shamrock #3AC089
Tints of Shamrock #3AC089
RGB
CMYK
RGB Variations
Color information
#3AC089 (or 0x3AC089) is known color: Shamrock. HEX triplet: 3A, C0 and 89. RGB value is (58,192,137). Sum of RGB (Red+Green+Blue) = 58+192+137=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC089 is #C53F76. Grayscale: #919191. Windows color (decimal): -12926839 or 9027642. OLE color: 9027642.
HSL color Cylindrical-coordinate representation of color #3AC089: hue angle of 155.37º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC089 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 137 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.25 |
| HSL | 155.37º | 0.54% | 0.49% | - |
| HSV(B) | 155.37º | 0.7% | 0.75% | - |
| XYZ | 25.11 | 40.4 | 30.14 | - |
| YUV | 145.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 137 | 0.70 | 0 | 0.29 | 0.25 | 155.37 | 0.54 | 0.49 |
| Hex | 3A | C0 | 89 | 46 | 0 | 1D | 19 | 9B | 36 | 31 |
| Octal | 72 | 300 | 211 | 106 | 0 | 35 | 31 | 233 | 66 | 61 |
| Binary | 111010 | 11000000 | 10001001 | 1000110 | 0 | 11101 | 11001 | 10011011 | 110110 | 110001 |
Color Harmonies of #3AC089
Complementary color
Monochromatic Colors of #3AC089
Black with #3AC089
Text Example
Text Example
White with #3AC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC089; }
p { color: rgb(58,192,137); }
H1.HeaderClassName
{
color: #3AC089;
}
.AnyTagClassName
{
color: #3AC089;
}
</style>
background-color css
<style>
a { background-color: #3AC089; }
a { background-color: rgb(58,192,137); }
div.DivClassName
{
background-color: #3AC089;
}
.BgClassName
{
background-color: #3AC089;
}
</style>
border-color css
<style>
span { border-color: #3AC089; }
span { border-color: rgb(58,192,137); }
td.TdClassName
{
border-color: #3AC089;
}
.TagClassName
{
border-color: #3AC089;
}
</style>