Shades of Shamrock #3AD685
Tints of Shamrock #3AD685
RGB
CMYK
RGB Variations
Color information
#3AD685 (or 0x3AD685) is known color: Shamrock. HEX triplet: 3A, D6 and 85. RGB value is (58,214,133). Sum of RGB (Red+Green+Blue) = 58+214+133=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD685 is #C5297A. Grayscale: #9E9E9E. Windows color (decimal): -12921211 or 8771130. OLE color: 8771130.
HSL color Cylindrical-coordinate representation of color #3AD685: hue angle of 148.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD685 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 133 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.16 |
| HSL | 148.85º | 0.66% | 0.53% | - |
| HSV(B) | 148.85º | 0.73% | 0.84% | - |
| XYZ | 30.03 | 50.69 | 30.39 | - |
| YUV | 158.12 | 113.82 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 133 | 0.73 | 0 | 0.38 | 0.16 | 148.85 | 0.66 | 0.53 |
| Hex | 3A | D6 | 85 | 49 | 0 | 26 | 10 | 95 | 42 | 35 |
| Octal | 72 | 326 | 205 | 111 | 0 | 46 | 20 | 225 | 102 | 65 |
| Binary | 111010 | 11010110 | 10000101 | 1001001 | 0 | 100110 | 10000 | 10010101 | 1000010 | 110101 |
Color Harmonies of #3AD685
Complementary color
Monochromatic Colors of #3AD685
Black with #3AD685
Text Example
Text Example
White with #3AD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD685; }
p { color: rgb(58,214,133); }
H1.HeaderClassName
{
color: #3AD685;
}
.AnyTagClassName
{
color: #3AD685;
}
</style>
background-color css
<style>
a { background-color: #3AD685; }
a { background-color: rgb(58,214,133); }
div.DivClassName
{
background-color: #3AD685;
}
.BgClassName
{
background-color: #3AD685;
}
</style>
border-color css
<style>
span { border-color: #3AD685; }
span { border-color: rgb(58,214,133); }
td.TdClassName
{
border-color: #3AD685;
}
.TagClassName
{
border-color: #3AD685;
}
</style>