Shades of Shamrock #3AD78B
Tints of Shamrock #3AD78B
RGB
CMYK
RGB Variations
Color information
#3AD78B (or 0x3AD78B) is known color: Shamrock. HEX triplet: 3A, D7 and 8B. RGB value is (58,215,139). Sum of RGB (Red+Green+Blue) = 58+215+139=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD78B is #C52874. Grayscale: #9F9F9F. Windows color (decimal): -12920949 or 9164602. OLE color: 9164602.
HSL color Cylindrical-coordinate representation of color #3AD78B: hue angle of 150.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD78B is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 139 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.16 |
| HSL | 150.96º | 0.66% | 0.54% | - |
| HSV(B) | 150.96º | 0.73% | 0.84% | - |
| XYZ | 30.71 | 51.36 | 32.72 | - |
| YUV | 159.39 | 116.49 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 139 | 0.73 | 0 | 0.35 | 0.16 | 150.96 | 0.66 | 0.54 |
| Hex | 3A | D7 | 8B | 49 | 0 | 23 | 10 | 97 | 42 | 36 |
| Octal | 72 | 327 | 213 | 111 | 0 | 43 | 20 | 227 | 102 | 66 |
| Binary | 111010 | 11010111 | 10001011 | 1001001 | 0 | 100011 | 10000 | 10010111 | 1000010 | 110110 |
Color Harmonies of #3AD78B
Complementary color
Monochromatic Colors of #3AD78B
Black with #3AD78B
Text Example
Text Example
White with #3AD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD78B; }
p { color: rgb(58,215,139); }
H1.HeaderClassName
{
color: #3AD78B;
}
.AnyTagClassName
{
color: #3AD78B;
}
</style>
background-color css
<style>
a { background-color: #3AD78B; }
a { background-color: rgb(58,215,139); }
div.DivClassName
{
background-color: #3AD78B;
}
.BgClassName
{
background-color: #3AD78B;
}
</style>
border-color css
<style>
span { border-color: #3AD78B; }
span { border-color: rgb(58,215,139); }
td.TdClassName
{
border-color: #3AD78B;
}
.TagClassName
{
border-color: #3AD78B;
}
</style>