Shades of Shamrock #3AC68B
Tints of Shamrock #3AC68B
RGB
CMYK
RGB Variations
Color information
#3AC68B (or 0x3AC68B) is known color: Shamrock. HEX triplet: 3A, C6 and 8B. RGB value is (58,198,139). Sum of RGB (Red+Green+Blue) = 58+198+139=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC68B is #C53974. Grayscale: #959595. Windows color (decimal): -12925301 or 9160250. OLE color: 9160250.
HSL color Cylindrical-coordinate representation of color #3AC68B: hue angle of 154.71º degrees, saturation: 0.55, 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 #3AC68B is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 139 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.22 |
| HSL | 154.71º | 0.55% | 0.5% | - |
| HSV(B) | 154.71º | 0.71% | 0.78% | - |
| XYZ | 26.6 | 43.15 | 31.35 | - |
| YUV | 149.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 139 | 0.71 | 0 | 0.30 | 0.22 | 154.71 | 0.55 | 0.5 |
| Hex | 3A | C6 | 8B | 47 | 0 | 1E | 16 | 9B | 37 | 32 |
| Octal | 72 | 306 | 213 | 107 | 0 | 36 | 26 | 233 | 67 | 62 |
| Binary | 111010 | 11000110 | 10001011 | 1000111 | 0 | 11110 | 10110 | 10011011 | 110111 | 110010 |
Color Harmonies of #3AC68B
Complementary color
Monochromatic Colors of #3AC68B
Black with #3AC68B
Text Example
Text Example
White with #3AC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC68B; }
p { color: rgb(58,198,139); }
H1.HeaderClassName
{
color: #3AC68B;
}
.AnyTagClassName
{
color: #3AC68B;
}
</style>
background-color css
<style>
a { background-color: #3AC68B; }
a { background-color: rgb(58,198,139); }
div.DivClassName
{
background-color: #3AC68B;
}
.BgClassName
{
background-color: #3AC68B;
}
</style>
border-color css
<style>
span { border-color: #3AC68B; }
span { border-color: rgb(58,198,139); }
td.TdClassName
{
border-color: #3AC68B;
}
.TagClassName
{
border-color: #3AC68B;
}
</style>