Shades of Shamrock #3AC28C
Tints of Shamrock #3AC28C
RGB
CMYK
RGB Variations
Color information
#3AC28C (or 0x3AC28C) is known color: Shamrock. HEX triplet: 3A, C2 and 8C. RGB value is (58,194,140). Sum of RGB (Red+Green+Blue) = 58+194+140=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC28C is #C53D73. Grayscale: #939393. Windows color (decimal): -12926324 or 9224762. OLE color: 9224762.
HSL color Cylindrical-coordinate representation of color #3AC28C: hue angle of 156.18º 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 #3AC28C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 140 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.24 |
| HSL | 156.18º | 0.54% | 0.49% | - |
| HSV(B) | 156.18º | 0.7% | 0.76% | - |
| XYZ | 25.77 | 41.38 | 31.44 | - |
| YUV | 147.18 | 123.94 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 140 | 0.70 | 0 | 0.28 | 0.24 | 156.18 | 0.54 | 0.49 |
| Hex | 3A | C2 | 8C | 46 | 0 | 1C | 18 | 9C | 36 | 31 |
| Octal | 72 | 302 | 214 | 106 | 0 | 34 | 30 | 234 | 66 | 61 |
| Binary | 111010 | 11000010 | 10001100 | 1000110 | 0 | 11100 | 11000 | 10011100 | 110110 | 110001 |
Color Harmonies of #3AC28C
Complementary color
Monochromatic Colors of #3AC28C
Black with #3AC28C
Text Example
Text Example
White with #3AC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC28C; }
p { color: rgb(58,194,140); }
H1.HeaderClassName
{
color: #3AC28C;
}
.AnyTagClassName
{
color: #3AC28C;
}
</style>
background-color css
<style>
a { background-color: #3AC28C; }
a { background-color: rgb(58,194,140); }
div.DivClassName
{
background-color: #3AC28C;
}
.BgClassName
{
background-color: #3AC28C;
}
</style>
border-color css
<style>
span { border-color: #3AC28C; }
span { border-color: rgb(58,194,140); }
td.TdClassName
{
border-color: #3AC28C;
}
.TagClassName
{
border-color: #3AC28C;
}
</style>