Shades of Shamrock #3AD096
Tints of Shamrock #3AD096
RGB
CMYK
RGB Variations
Color information
#3AD096 (or 0x3AD096) is known color: Shamrock. HEX triplet: 3A, D0 and 96. RGB value is (58,208,150). Sum of RGB (Red+Green+Blue) = 58+208+150=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD096 is #C52F69. Grayscale: #9C9C9C. Windows color (decimal): -12922730 or 9883706. OLE color: 9883706.
HSL color Cylindrical-coordinate representation of color #3AD096: hue angle of 156.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD096 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 150 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.18 |
| HSL | 156.8º | 0.61% | 0.52% | - |
| HSV(B) | 156.8º | 0.72% | 0.82% | - |
| XYZ | 29.81 | 48.21 | 36.59 | - |
| YUV | 156.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 150 | 0.72 | 0 | 0.28 | 0.18 | 156.8 | 0.61 | 0.52 |
| Hex | 3A | D0 | 96 | 48 | 0 | 1C | 12 | 9D | 3D | 34 |
| Octal | 72 | 320 | 226 | 110 | 0 | 34 | 22 | 235 | 75 | 64 |
| Binary | 111010 | 11010000 | 10010110 | 1001000 | 0 | 11100 | 10010 | 10011101 | 111101 | 110100 |
Color Harmonies of #3AD096
Complementary color
Monochromatic Colors of #3AD096
Black with #3AD096
Text Example
Text Example
White with #3AD096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD096; }
p { color: rgb(58,208,150); }
H1.HeaderClassName
{
color: #3AD096;
}
.AnyTagClassName
{
color: #3AD096;
}
</style>
background-color css
<style>
a { background-color: #3AD096; }
a { background-color: rgb(58,208,150); }
div.DivClassName
{
background-color: #3AD096;
}
.BgClassName
{
background-color: #3AD096;
}
</style>
border-color css
<style>
span { border-color: #3AD096; }
span { border-color: rgb(58,208,150); }
td.TdClassName
{
border-color: #3AD096;
}
.TagClassName
{
border-color: #3AD096;
}
</style>