Shades of Shamrock #3AC78C
Tints of Shamrock #3AC78C
RGB
CMYK
RGB Variations
Color information
#3AC78C (or 0x3AC78C) is known color: Shamrock. HEX triplet: 3A, C7 and 8C. RGB value is (58,199,140). Sum of RGB (Red+Green+Blue) = 58+199+140=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC78C is #C53873. Grayscale: #969696. Windows color (decimal): -12925044 or 9226042. OLE color: 9226042.
HSL color Cylindrical-coordinate representation of color #3AC78C: hue angle of 154.89º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC78C is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 140 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.22 |
| HSL | 154.89º | 0.56% | 0.5% | - |
| HSV(B) | 154.89º | 0.71% | 0.78% | - |
| XYZ | 26.9 | 43.64 | 31.82 | - |
| YUV | 150.12 | 122.29 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 140 | 0.71 | 0 | 0.30 | 0.22 | 154.89 | 0.56 | 0.5 |
| Hex | 3A | C7 | 8C | 47 | 0 | 1E | 16 | 9B | 38 | 32 |
| Octal | 72 | 307 | 214 | 107 | 0 | 36 | 26 | 233 | 70 | 62 |
| Binary | 111010 | 11000111 | 10001100 | 1000111 | 0 | 11110 | 10110 | 10011011 | 111000 | 110010 |
Color Harmonies of #3AC78C
Complementary color
Monochromatic Colors of #3AC78C
Black with #3AC78C
Text Example
Text Example
White with #3AC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC78C; }
p { color: rgb(58,199,140); }
H1.HeaderClassName
{
color: #3AC78C;
}
.AnyTagClassName
{
color: #3AC78C;
}
</style>
background-color css
<style>
a { background-color: #3AC78C; }
a { background-color: rgb(58,199,140); }
div.DivClassName
{
background-color: #3AC78C;
}
.BgClassName
{
background-color: #3AC78C;
}
</style>
border-color css
<style>
span { border-color: #3AC78C; }
span { border-color: rgb(58,199,140); }
td.TdClassName
{
border-color: #3AC78C;
}
.TagClassName
{
border-color: #3AC78C;
}
</style>