Shades of Shamrock #3AD285
Tints of Shamrock #3AD285
RGB
CMYK
RGB Variations
Color information
#3AD285 (or 0x3AD285) is known color: Shamrock. HEX triplet: 3A, D2 and 85. RGB value is (58,210,133). Sum of RGB (Red+Green+Blue) = 58+210+133=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD285 is #C52D7A. Grayscale: #9B9B9B. Windows color (decimal): -12922235 or 8770106. OLE color: 8770106.
HSL color Cylindrical-coordinate representation of color #3AD285: hue angle of 149.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD285 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 133 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.18 |
| HSL | 149.61º | 0.63% | 0.53% | - |
| HSV(B) | 149.61º | 0.72% | 0.82% | - |
| XYZ | 29.03 | 48.69 | 30.06 | - |
| YUV | 155.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 133 | 0.72 | 0 | 0.37 | 0.18 | 149.61 | 0.63 | 0.53 |
| Hex | 3A | D2 | 85 | 48 | 0 | 25 | 12 | 96 | 3F | 35 |
| Octal | 72 | 322 | 205 | 110 | 0 | 45 | 22 | 226 | 77 | 65 |
| Binary | 111010 | 11010010 | 10000101 | 1001000 | 0 | 100101 | 10010 | 10010110 | 111111 | 110101 |
Color Harmonies of #3AD285
Complementary color
Monochromatic Colors of #3AD285
Black with #3AD285
Text Example
Text Example
White with #3AD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD285; }
p { color: rgb(58,210,133); }
H1.HeaderClassName
{
color: #3AD285;
}
.AnyTagClassName
{
color: #3AD285;
}
</style>
background-color css
<style>
a { background-color: #3AD285; }
a { background-color: rgb(58,210,133); }
div.DivClassName
{
background-color: #3AD285;
}
.BgClassName
{
background-color: #3AD285;
}
</style>
border-color css
<style>
span { border-color: #3AD285; }
span { border-color: rgb(58,210,133); }
td.TdClassName
{
border-color: #3AD285;
}
.TagClassName
{
border-color: #3AD285;
}
</style>