Shades of Shamrock #3AD788
Tints of Shamrock #3AD788
RGB
CMYK
RGB Variations
Color information
#3AD788 (or 0x3AD788) is known color: Shamrock. HEX triplet: 3A, D7 and 88. RGB value is (58,215,136). Sum of RGB (Red+Green+Blue) = 58+215+136=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD788 is #C52877. Grayscale: #9F9F9F. Windows color (decimal): -12920952 or 8967994. OLE color: 8967994.
HSL color Cylindrical-coordinate representation of color #3AD788: hue angle of 149.81º 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 #3AD788 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 136 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.16 |
| HSL | 149.81º | 0.66% | 0.54% | - |
| HSV(B) | 149.81º | 0.73% | 0.84% | - |
| XYZ | 30.49 | 51.28 | 31.58 | - |
| YUV | 159.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 136 | 0.73 | 0 | 0.37 | 0.16 | 149.81 | 0.66 | 0.54 |
| Hex | 3A | D7 | 88 | 49 | 0 | 25 | 10 | 96 | 42 | 36 |
| Octal | 72 | 327 | 210 | 111 | 0 | 45 | 20 | 226 | 102 | 66 |
| Binary | 111010 | 11010111 | 10001000 | 1001001 | 0 | 100101 | 10000 | 10010110 | 1000010 | 110110 |
Color Harmonies of #3AD788
Complementary color
Monochromatic Colors of #3AD788
Black with #3AD788
Text Example
Text Example
White with #3AD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD788; }
p { color: rgb(58,215,136); }
H1.HeaderClassName
{
color: #3AD788;
}
.AnyTagClassName
{
color: #3AD788;
}
</style>
background-color css
<style>
a { background-color: #3AD788; }
a { background-color: rgb(58,215,136); }
div.DivClassName
{
background-color: #3AD788;
}
.BgClassName
{
background-color: #3AD788;
}
</style>
border-color css
<style>
span { border-color: #3AD788; }
span { border-color: rgb(58,215,136); }
td.TdClassName
{
border-color: #3AD788;
}
.TagClassName
{
border-color: #3AD788;
}
</style>