Shades of Shamrock #3AD28B
Tints of Shamrock #3AD28B
RGB
CMYK
RGB Variations
Color information
#3AD28B (or 0x3AD28B) is known color: Shamrock. HEX triplet: 3A, D2 and 8B. RGB value is (58,210,139). Sum of RGB (Red+Green+Blue) = 58+210+139=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD28B is #C52D74. Grayscale: #9C9C9C. Windows color (decimal): -12922229 or 9163322. OLE color: 9163322.
HSL color Cylindrical-coordinate representation of color #3AD28B: hue angle of 151.97º 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 #3AD28B is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 139 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.18 |
| HSL | 151.97º | 0.63% | 0.53% | - |
| HSV(B) | 151.97º | 0.72% | 0.82% | - |
| XYZ | 29.45 | 48.86 | 32.3 | - |
| YUV | 156.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 139 | 0.72 | 0 | 0.34 | 0.18 | 151.97 | 0.63 | 0.53 |
| Hex | 3A | D2 | 8B | 48 | 0 | 22 | 12 | 98 | 3F | 35 |
| Octal | 72 | 322 | 213 | 110 | 0 | 42 | 22 | 230 | 77 | 65 |
| Binary | 111010 | 11010010 | 10001011 | 1001000 | 0 | 100010 | 10010 | 10011000 | 111111 | 110101 |
Color Harmonies of #3AD28B
Complementary color
Monochromatic Colors of #3AD28B
Black with #3AD28B
Text Example
Text Example
White with #3AD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD28B; }
p { color: rgb(58,210,139); }
H1.HeaderClassName
{
color: #3AD28B;
}
.AnyTagClassName
{
color: #3AD28B;
}
</style>
background-color css
<style>
a { background-color: #3AD28B; }
a { background-color: rgb(58,210,139); }
div.DivClassName
{
background-color: #3AD28B;
}
.BgClassName
{
background-color: #3AD28B;
}
</style>
border-color css
<style>
span { border-color: #3AD28B; }
span { border-color: rgb(58,210,139); }
td.TdClassName
{
border-color: #3AD28B;
}
.TagClassName
{
border-color: #3AD28B;
}
</style>