Shades of Shamrock #3AD98B
Tints of Shamrock #3AD98B
RGB
CMYK
RGB Variations
Color information
#3AD98B (or 0x3AD98B) is known color: Shamrock. HEX triplet: 3A, D9 and 8B. RGB value is (58,217,139). Sum of RGB (Red+Green+Blue) = 58+217+139=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD98B is #C52674. Grayscale: #A0A0A0. Windows color (decimal): -12920437 or 9165114. OLE color: 9165114.
HSL color Cylindrical-coordinate representation of color #3AD98B: hue angle of 150.57º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD98B is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 139 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.15 |
| HSL | 150.57º | 0.68% | 0.54% | - |
| HSV(B) | 150.57º | 0.73% | 0.85% | - |
| XYZ | 31.22 | 52.39 | 32.89 | - |
| YUV | 160.57 | 115.82 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 139 | 0.73 | 0 | 0.36 | 0.15 | 150.57 | 0.68 | 0.54 |
| Hex | 3A | D9 | 8B | 49 | 0 | 24 | F | 97 | 44 | 36 |
| Octal | 72 | 331 | 213 | 111 | 0 | 44 | 17 | 227 | 104 | 66 |
| Binary | 111010 | 11011001 | 10001011 | 1001001 | 0 | 100100 | 1111 | 10010111 | 1000100 | 110110 |
Color Harmonies of #3AD98B
Complementary color
Monochromatic Colors of #3AD98B
Black with #3AD98B
Text Example
Text Example
White with #3AD98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD98B; }
p { color: rgb(58,217,139); }
H1.HeaderClassName
{
color: #3AD98B;
}
.AnyTagClassName
{
color: #3AD98B;
}
</style>
background-color css
<style>
a { background-color: #3AD98B; }
a { background-color: rgb(58,217,139); }
div.DivClassName
{
background-color: #3AD98B;
}
.BgClassName
{
background-color: #3AD98B;
}
</style>
border-color css
<style>
span { border-color: #3AD98B; }
span { border-color: rgb(58,217,139); }
td.TdClassName
{
border-color: #3AD98B;
}
.TagClassName
{
border-color: #3AD98B;
}
</style>