Shades of Shamrock #3AC098
Tints of Shamrock #3AC098
RGB
CMYK
RGB Variations
Color information
#3AC098 (or 0x3AC098) is known color: Shamrock. HEX triplet: 3A, C0 and 98. RGB value is (58,192,152). Sum of RGB (Red+Green+Blue) = 58+192+152=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC098 is #C53F67. Grayscale: #939393. Windows color (decimal): -12926824 or 10010682. OLE color: 10010682.
HSL color Cylindrical-coordinate representation of color #3AC098: hue angle of 162.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC098 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 152 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.25 |
| HSL | 162.09º | 0.54% | 0.49% | - |
| HSV(B) | 162.09º | 0.7% | 0.75% | - |
| XYZ | 26.26 | 40.87 | 36.21 | - |
| YUV | 147.37 | 130.61 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 152 | 0.70 | 0 | 0.21 | 0.25 | 162.09 | 0.54 | 0.49 |
| Hex | 3A | C0 | 98 | 46 | 0 | 15 | 19 | A2 | 36 | 31 |
| Octal | 72 | 300 | 230 | 106 | 0 | 25 | 31 | 242 | 66 | 61 |
| Binary | 111010 | 11000000 | 10011000 | 1000110 | 0 | 10101 | 11001 | 10100010 | 110110 | 110001 |
Color Harmonies of #3AC098
Complementary color
Monochromatic Colors of #3AC098
Black with #3AC098
Text Example
Text Example
White with #3AC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC098; }
p { color: rgb(58,192,152); }
H1.HeaderClassName
{
color: #3AC098;
}
.AnyTagClassName
{
color: #3AC098;
}
</style>
background-color css
<style>
a { background-color: #3AC098; }
a { background-color: rgb(58,192,152); }
div.DivClassName
{
background-color: #3AC098;
}
.BgClassName
{
background-color: #3AC098;
}
</style>
border-color css
<style>
span { border-color: #3AC098; }
span { border-color: rgb(58,192,152); }
td.TdClassName
{
border-color: #3AC098;
}
.TagClassName
{
border-color: #3AC098;
}
</style>