Shades of Shamrock #3AD185
Tints of Shamrock #3AD185
RGB
CMYK
RGB Variations
Color information
#3AD185 (or 0x3AD185) is known color: Shamrock. HEX triplet: 3A, D1 and 85. RGB value is (58,209,133). Sum of RGB (Red+Green+Blue) = 58+209+133=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD185 is #C52E7A. Grayscale: #9B9B9B. Windows color (decimal): -12922491 or 8769850. OLE color: 8769850.
HSL color Cylindrical-coordinate representation of color #3AD185: hue angle of 149.8º 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 #3AD185 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 133 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.18 |
| HSL | 149.8º | 0.62% | 0.52% | - |
| HSV(B) | 149.8º | 0.72% | 0.82% | - |
| XYZ | 28.78 | 48.19 | 29.98 | - |
| YUV | 155.19 | 115.47 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 133 | 0.72 | 0 | 0.36 | 0.18 | 149.8 | 0.62 | 0.52 |
| Hex | 3A | D1 | 85 | 48 | 0 | 24 | 12 | 96 | 3E | 34 |
| Octal | 72 | 321 | 205 | 110 | 0 | 44 | 22 | 226 | 76 | 64 |
| Binary | 111010 | 11010001 | 10000101 | 1001000 | 0 | 100100 | 10010 | 10010110 | 111110 | 110100 |
Color Harmonies of #3AD185
Complementary color
Monochromatic Colors of #3AD185
Black with #3AD185
Text Example
Text Example
White with #3AD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD185; }
p { color: rgb(58,209,133); }
H1.HeaderClassName
{
color: #3AD185;
}
.AnyTagClassName
{
color: #3AD185;
}
</style>
background-color css
<style>
a { background-color: #3AD185; }
a { background-color: rgb(58,209,133); }
div.DivClassName
{
background-color: #3AD185;
}
.BgClassName
{
background-color: #3AD185;
}
</style>
border-color css
<style>
span { border-color: #3AD185; }
span { border-color: rgb(58,209,133); }
td.TdClassName
{
border-color: #3AD185;
}
.TagClassName
{
border-color: #3AD185;
}
</style>