Shades of Shamrock #3AD98F
Tints of Shamrock #3AD98F
RGB
CMYK
RGB Variations
Color information
#3AD98F (or 0x3AD98F) is known color: Shamrock. HEX triplet: 3A, D9 and 8F. RGB value is (58,217,143). Sum of RGB (Red+Green+Blue) = 58+217+143=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD98F is #C52670. Grayscale: #A1A1A1. Windows color (decimal): -12920433 or 9427258. OLE color: 9427258.
HSL color Cylindrical-coordinate representation of color #3AD98F: hue angle of 152.08º 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 #3AD98F is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 143 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.15 |
| HSL | 152.08º | 0.68% | 0.54% | - |
| HSV(B) | 152.08º | 0.73% | 0.85% | - |
| XYZ | 31.52 | 52.51 | 34.46 | - |
| YUV | 161.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 143 | 0.73 | 0 | 0.34 | 0.15 | 152.08 | 0.68 | 0.54 |
| Hex | 3A | D9 | 8F | 49 | 0 | 22 | F | 98 | 44 | 36 |
| Octal | 72 | 331 | 217 | 111 | 0 | 42 | 17 | 230 | 104 | 66 |
| Binary | 111010 | 11011001 | 10001111 | 1001001 | 0 | 100010 | 1111 | 10011000 | 1000100 | 110110 |
Color Harmonies of #3AD98F
Complementary color
Monochromatic Colors of #3AD98F
Black with #3AD98F
Text Example
Text Example
White with #3AD98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD98F; }
p { color: rgb(58,217,143); }
H1.HeaderClassName
{
color: #3AD98F;
}
.AnyTagClassName
{
color: #3AD98F;
}
</style>
background-color css
<style>
a { background-color: #3AD98F; }
a { background-color: rgb(58,217,143); }
div.DivClassName
{
background-color: #3AD98F;
}
.BgClassName
{
background-color: #3AD98F;
}
</style>
border-color css
<style>
span { border-color: #3AD98F; }
span { border-color: rgb(58,217,143); }
td.TdClassName
{
border-color: #3AD98F;
}
.TagClassName
{
border-color: #3AD98F;
}
</style>