Shades of Shamrock #3AD191
Tints of Shamrock #3AD191
RGB
CMYK
RGB Variations
Color information
#3AD191 (or 0x3AD191) is known color: Shamrock. HEX triplet: 3A, D1 and 91. RGB value is (58,209,145). Sum of RGB (Red+Green+Blue) = 58+209+145=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD191 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD191 is #C52E6E. Grayscale: #9C9C9C. Windows color (decimal): -12922479 or 9556282. OLE color: 9556282.
HSL color Cylindrical-coordinate representation of color #3AD191: hue angle of 154.57º 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 #3AD191 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 145 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.18 |
| HSL | 154.57º | 0.62% | 0.52% | - |
| HSV(B) | 154.57º | 0.72% | 0.82% | - |
| XYZ | 29.66 | 48.54 | 34.6 | - |
| YUV | 156.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 145 | 0.72 | 0 | 0.31 | 0.18 | 154.57 | 0.62 | 0.52 |
| Hex | 3A | D1 | 91 | 48 | 0 | 1F | 12 | 9B | 3E | 34 |
| Octal | 72 | 321 | 221 | 110 | 0 | 37 | 22 | 233 | 76 | 64 |
| Binary | 111010 | 11010001 | 10010001 | 1001000 | 0 | 11111 | 10010 | 10011011 | 111110 | 110100 |
Color Harmonies of #3AD191
Complementary color
Monochromatic Colors of #3AD191
Black with #3AD191
Text Example
Text Example
White with #3AD191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD191; }
p { color: rgb(58,209,145); }
H1.HeaderClassName
{
color: #3AD191;
}
.AnyTagClassName
{
color: #3AD191;
}
</style>
background-color css
<style>
a { background-color: #3AD191; }
a { background-color: rgb(58,209,145); }
div.DivClassName
{
background-color: #3AD191;
}
.BgClassName
{
background-color: #3AD191;
}
</style>
border-color css
<style>
span { border-color: #3AD191; }
span { border-color: rgb(58,209,145); }
td.TdClassName
{
border-color: #3AD191;
}
.TagClassName
{
border-color: #3AD191;
}
</style>