Shades of Shamrock #3ADE9D
Tints of Shamrock #3ADE9D
RGB
CMYK
RGB Variations
Color information
#3ADE9D (or 0x3ADE9D) is known color: Shamrock. HEX triplet: 3A, DE and 9D. RGB value is (58,222,157). Sum of RGB (Red+Green+Blue) = 58+222+157=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADE9D is #C52162. Grayscale: #A5A5A5. Windows color (decimal): -12919139 or 10346042. OLE color: 10346042.
HSL color Cylindrical-coordinate representation of color #3ADE9D: hue angle of 156.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADE9D is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 157 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.13 |
| HSL | 156.22º | 0.71% | 0.55% | - |
| HSV(B) | 156.22º | 0.74% | 0.87% | - |
| XYZ | 33.95 | 55.58 | 40.84 | - |
| YUV | 165.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 157 | 0.74 | 0 | 0.29 | 0.13 | 156.22 | 0.71 | 0.55 |
| Hex | 3A | DE | 9D | 4A | 0 | 1D | D | 9C | 47 | 37 |
| Octal | 72 | 336 | 235 | 112 | 0 | 35 | 15 | 234 | 107 | 67 |
| Binary | 111010 | 11011110 | 10011101 | 1001010 | 0 | 11101 | 1101 | 10011100 | 1000111 | 110111 |
Color Harmonies of #3ADE9D
Complementary color
Monochromatic Colors of #3ADE9D
Black with #3ADE9D
Text Example
Text Example
White with #3ADE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE9D; }
p { color: rgb(58,222,157); }
H1.HeaderClassName
{
color: #3ADE9D;
}
.AnyTagClassName
{
color: #3ADE9D;
}
</style>
background-color css
<style>
a { background-color: #3ADE9D; }
a { background-color: rgb(58,222,157); }
div.DivClassName
{
background-color: #3ADE9D;
}
.BgClassName
{
background-color: #3ADE9D;
}
</style>
border-color css
<style>
span { border-color: #3ADE9D; }
span { border-color: rgb(58,222,157); }
td.TdClassName
{
border-color: #3ADE9D;
}
.TagClassName
{
border-color: #3ADE9D;
}
</style>