Shades of Shamrock #3AD08A
Tints of Shamrock #3AD08A
RGB
CMYK
RGB Variations
Color information
#3AD08A (or 0x3AD08A) is known color: Shamrock. HEX triplet: 3A, D0 and 8A. RGB value is (58,208,138). Sum of RGB (Red+Green+Blue) = 58+208+138=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD08A is #C52F75. Grayscale: #9B9B9B. Windows color (decimal): -12922742 or 9097274. OLE color: 9097274.
HSL color Cylindrical-coordinate representation of color #3AD08A: hue angle of 152º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD08A is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 138 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.18 |
| HSL | 152º | 0.61% | 0.52% | - |
| HSV(B) | 152º | 0.72% | 0.82% | - |
| XYZ | 28.89 | 47.85 | 31.76 | - |
| YUV | 155.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 138 | 0.72 | 0 | 0.34 | 0.18 | 152 | 0.61 | 0.52 |
| Hex | 3A | D0 | 8A | 48 | 0 | 22 | 12 | 98 | 3D | 34 |
| Octal | 72 | 320 | 212 | 110 | 0 | 42 | 22 | 230 | 75 | 64 |
| Binary | 111010 | 11010000 | 10001010 | 1001000 | 0 | 100010 | 10010 | 10011000 | 111101 | 110100 |
Color Harmonies of #3AD08A
Complementary color
Monochromatic Colors of #3AD08A
Black with #3AD08A
Text Example
Text Example
White with #3AD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD08A; }
p { color: rgb(58,208,138); }
H1.HeaderClassName
{
color: #3AD08A;
}
.AnyTagClassName
{
color: #3AD08A;
}
</style>
background-color css
<style>
a { background-color: #3AD08A; }
a { background-color: rgb(58,208,138); }
div.DivClassName
{
background-color: #3AD08A;
}
.BgClassName
{
background-color: #3AD08A;
}
</style>
border-color css
<style>
span { border-color: #3AD08A; }
span { border-color: rgb(58,208,138); }
td.TdClassName
{
border-color: #3AD08A;
}
.TagClassName
{
border-color: #3AD08A;
}
</style>