Shades of Shamrock #3AC389
Tints of Shamrock #3AC389
RGB
CMYK
RGB Variations
Color information
#3AC389 (or 0x3AC389) is known color: Shamrock. HEX triplet: 3A, C3 and 89. RGB value is (58,195,137). Sum of RGB (Red+Green+Blue) = 58+195+137=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC389 is #C53C76. Grayscale: #939393. Windows color (decimal): -12926071 or 9028410. OLE color: 9028410.
HSL color Cylindrical-coordinate representation of color #3AC389: hue angle of 154.6º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC389 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 137 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.24 |
| HSL | 154.6º | 0.54% | 0.5% | - |
| HSV(B) | 154.6º | 0.7% | 0.76% | - |
| XYZ | 25.78 | 41.74 | 30.36 | - |
| YUV | 147.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 137 | 0.70 | 0 | 0.30 | 0.24 | 154.6 | 0.54 | 0.5 |
| Hex | 3A | C3 | 89 | 46 | 0 | 1E | 18 | 9B | 36 | 32 |
| Octal | 72 | 303 | 211 | 106 | 0 | 36 | 30 | 233 | 66 | 62 |
| Binary | 111010 | 11000011 | 10001001 | 1000110 | 0 | 11110 | 11000 | 10011011 | 110110 | 110010 |
Color Harmonies of #3AC389
Complementary color
Monochromatic Colors of #3AC389
Black with #3AC389
Text Example
Text Example
White with #3AC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC389; }
p { color: rgb(58,195,137); }
H1.HeaderClassName
{
color: #3AC389;
}
.AnyTagClassName
{
color: #3AC389;
}
</style>
background-color css
<style>
a { background-color: #3AC389; }
a { background-color: rgb(58,195,137); }
div.DivClassName
{
background-color: #3AC389;
}
.BgClassName
{
background-color: #3AC389;
}
</style>
border-color css
<style>
span { border-color: #3AC389; }
span { border-color: rgb(58,195,137); }
td.TdClassName
{
border-color: #3AC389;
}
.TagClassName
{
border-color: #3AC389;
}
</style>