Shades of Shamrock #3AC28B
Tints of Shamrock #3AC28B
RGB
CMYK
RGB Variations
Color information
#3AC28B (or 0x3AC28B) is known color: Shamrock. HEX triplet: 3A, C2 and 8B. RGB value is (58,194,139). Sum of RGB (Red+Green+Blue) = 58+194+139=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC28B is #C53D74. Grayscale: #939393. Windows color (decimal): -12926325 or 9159226. OLE color: 9159226.
HSL color Cylindrical-coordinate representation of color #3AC28B: hue angle of 155.74º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC28B is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 139 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.24 |
| HSL | 155.74º | 0.54% | 0.49% | - |
| HSV(B) | 155.74º | 0.7% | 0.76% | - |
| XYZ | 25.7 | 41.35 | 31.05 | - |
| YUV | 147.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 139 | 0.70 | 0 | 0.28 | 0.24 | 155.74 | 0.54 | 0.49 |
| Hex | 3A | C2 | 8B | 46 | 0 | 1C | 18 | 9C | 36 | 31 |
| Octal | 72 | 302 | 213 | 106 | 0 | 34 | 30 | 234 | 66 | 61 |
| Binary | 111010 | 11000010 | 10001011 | 1000110 | 0 | 11100 | 11000 | 10011100 | 110110 | 110001 |
Color Harmonies of #3AC28B
Complementary color
Monochromatic Colors of #3AC28B
Black with #3AC28B
Text Example
Text Example
White with #3AC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC28B; }
p { color: rgb(58,194,139); }
H1.HeaderClassName
{
color: #3AC28B;
}
.AnyTagClassName
{
color: #3AC28B;
}
</style>
background-color css
<style>
a { background-color: #3AC28B; }
a { background-color: rgb(58,194,139); }
div.DivClassName
{
background-color: #3AC28B;
}
.BgClassName
{
background-color: #3AC28B;
}
</style>
border-color css
<style>
span { border-color: #3AC28B; }
span { border-color: rgb(58,194,139); }
td.TdClassName
{
border-color: #3AC28B;
}
.TagClassName
{
border-color: #3AC28B;
}
</style>