Shades of Shamrock #3AD69D
Tints of Shamrock #3AD69D
RGB
CMYK
RGB Variations
Color information
#3AD69D (or 0x3AD69D) is known color: Shamrock. HEX triplet: 3A, D6 and 9D. RGB value is (58,214,157). Sum of RGB (Red+Green+Blue) = 58+214+157=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD69D is #C52962. Grayscale: #A0A0A0. Windows color (decimal): -12921187 or 10343994. OLE color: 10343994.
HSL color Cylindrical-coordinate representation of color #3AD69D: hue angle of 158.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD69D is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 157 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.16 |
| HSL | 158.08º | 0.66% | 0.53% | - |
| HSV(B) | 158.08º | 0.73% | 0.84% | - |
| XYZ | 31.88 | 51.43 | 40.14 | - |
| YUV | 160.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 157 | 0.73 | 0 | 0.27 | 0.16 | 158.08 | 0.66 | 0.53 |
| Hex | 3A | D6 | 9D | 49 | 0 | 1B | 10 | 9E | 42 | 35 |
| Octal | 72 | 326 | 235 | 111 | 0 | 33 | 20 | 236 | 102 | 65 |
| Binary | 111010 | 11010110 | 10011101 | 1001001 | 0 | 11011 | 10000 | 10011110 | 1000010 | 110101 |
Color Harmonies of #3AD69D
Complementary color
Monochromatic Colors of #3AD69D
Black with #3AD69D
Text Example
Text Example
White with #3AD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD69D; }
p { color: rgb(58,214,157); }
H1.HeaderClassName
{
color: #3AD69D;
}
.AnyTagClassName
{
color: #3AD69D;
}
</style>
background-color css
<style>
a { background-color: #3AD69D; }
a { background-color: rgb(58,214,157); }
div.DivClassName
{
background-color: #3AD69D;
}
.BgClassName
{
background-color: #3AD69D;
}
</style>
border-color css
<style>
span { border-color: #3AD69D; }
span { border-color: rgb(58,214,157); }
td.TdClassName
{
border-color: #3AD69D;
}
.TagClassName
{
border-color: #3AD69D;
}
</style>