Shades of Shamrock #3AD19C
Tints of Shamrock #3AD19C
RGB
CMYK
RGB Variations
Color information
#3AD19C (or 0x3AD19C) is known color: Shamrock. HEX triplet: 3A, D1 and 9C. RGB value is (58,209,156). Sum of RGB (Red+Green+Blue) = 58+209+156=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD19C is #C52E63. Grayscale: #9D9D9D. Windows color (decimal): -12922468 or 10277178. OLE color: 10277178.
HSL color Cylindrical-coordinate representation of color #3AD19C: hue angle of 158.94º degrees, saturation: 0.62, 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 #3AD19C is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 156 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.18 |
| HSL | 158.94º | 0.62% | 0.52% | - |
| HSV(B) | 158.94º | 0.72% | 0.82% | - |
| XYZ | 30.55 | 48.9 | 39.28 | - |
| YUV | 157.81 | 126.97 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 156 | 0.72 | 0 | 0.25 | 0.18 | 158.94 | 0.62 | 0.52 |
| Hex | 3A | D1 | 9C | 48 | 0 | 19 | 12 | 9F | 3E | 34 |
| Octal | 72 | 321 | 234 | 110 | 0 | 31 | 22 | 237 | 76 | 64 |
| Binary | 111010 | 11010001 | 10011100 | 1001000 | 0 | 11001 | 10010 | 10011111 | 111110 | 110100 |
Color Harmonies of #3AD19C
Complementary color
Monochromatic Colors of #3AD19C
Black with #3AD19C
Text Example
Text Example
White with #3AD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD19C; }
p { color: rgb(58,209,156); }
H1.HeaderClassName
{
color: #3AD19C;
}
.AnyTagClassName
{
color: #3AD19C;
}
</style>
background-color css
<style>
a { background-color: #3AD19C; }
a { background-color: rgb(58,209,156); }
div.DivClassName
{
background-color: #3AD19C;
}
.BgClassName
{
background-color: #3AD19C;
}
</style>
border-color css
<style>
span { border-color: #3AD19C; }
span { border-color: rgb(58,209,156); }
td.TdClassName
{
border-color: #3AD19C;
}
.TagClassName
{
border-color: #3AD19C;
}
</style>