Shades of Shamrock #3AC99F
Tints of Shamrock #3AC99F
RGB
CMYK
RGB Variations
Color information
#3AC99F (or 0x3AC99F) is known color: Shamrock. HEX triplet: 3A, C9 and 9F. RGB value is (58,201,159). Sum of RGB (Red+Green+Blue) = 58+201+159=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC99F is #C53660. Grayscale: #999999. Windows color (decimal): -12924513 or 10471738. OLE color: 10471738.
HSL color Cylindrical-coordinate representation of color #3AC99F: hue angle of 162.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC99F is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 159 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.21 |
| HSL | 162.38º | 0.57% | 0.51% | - |
| HSV(B) | 162.38º | 0.71% | 0.79% | - |
| XYZ | 28.89 | 45.18 | 40 | - |
| YUV | 153.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 159 | 0.71 | 0 | 0.21 | 0.21 | 162.38 | 0.57 | 0.51 |
| Hex | 3A | C9 | 9F | 47 | 0 | 15 | 15 | A2 | 39 | 33 |
| Octal | 72 | 311 | 237 | 107 | 0 | 25 | 25 | 242 | 71 | 63 |
| Binary | 111010 | 11001001 | 10011111 | 1000111 | 0 | 10101 | 10101 | 10100010 | 111001 | 110011 |
Color Harmonies of #3AC99F
Complementary color
Monochromatic Colors of #3AC99F
Black with #3AC99F
Text Example
Text Example
White with #3AC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC99F; }
p { color: rgb(58,201,159); }
H1.HeaderClassName
{
color: #3AC99F;
}
.AnyTagClassName
{
color: #3AC99F;
}
</style>
background-color css
<style>
a { background-color: #3AC99F; }
a { background-color: rgb(58,201,159); }
div.DivClassName
{
background-color: #3AC99F;
}
.BgClassName
{
background-color: #3AC99F;
}
</style>
border-color css
<style>
span { border-color: #3AC99F; }
span { border-color: rgb(58,201,159); }
td.TdClassName
{
border-color: #3AC99F;
}
.TagClassName
{
border-color: #3AC99F;
}
</style>