Shades of Shamrock #3ADE96
Tints of Shamrock #3ADE96
RGB
CMYK
RGB Variations
Color information
#3ADE96 (or 0x3ADE96) is known color: Shamrock. HEX triplet: 3A, DE and 96. RGB value is (58,222,150). Sum of RGB (Red+Green+Blue) = 58+222+150=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADE96 is #C52169. Grayscale: #A4A4A4. Windows color (decimal): -12919146 or 9887290. OLE color: 9887290.
HSL color Cylindrical-coordinate representation of color #3ADE96: hue angle of 153.66º 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 #3ADE96 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 150 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.13 |
| HSL | 153.66º | 0.71% | 0.55% | - |
| HSV(B) | 153.66º | 0.74% | 0.87% | - |
| XYZ | 33.37 | 55.34 | 37.78 | - |
| YUV | 164.76 | 119.67 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 150 | 0.74 | 0 | 0.32 | 0.13 | 153.66 | 0.71 | 0.55 |
| Hex | 3A | DE | 96 | 4A | 0 | 20 | D | 9A | 47 | 37 |
| Octal | 72 | 336 | 226 | 112 | 0 | 40 | 15 | 232 | 107 | 67 |
| Binary | 111010 | 11011110 | 10010110 | 1001010 | 0 | 100000 | 1101 | 10011010 | 1000111 | 110111 |
Color Harmonies of #3ADE96
Complementary color
Monochromatic Colors of #3ADE96
Black with #3ADE96
Text Example
Text Example
White with #3ADE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE96; }
p { color: rgb(58,222,150); }
H1.HeaderClassName
{
color: #3ADE96;
}
.AnyTagClassName
{
color: #3ADE96;
}
</style>
background-color css
<style>
a { background-color: #3ADE96; }
a { background-color: rgb(58,222,150); }
div.DivClassName
{
background-color: #3ADE96;
}
.BgClassName
{
background-color: #3ADE96;
}
</style>
border-color css
<style>
span { border-color: #3ADE96; }
span { border-color: rgb(58,222,150); }
td.TdClassName
{
border-color: #3ADE96;
}
.TagClassName
{
border-color: #3ADE96;
}
</style>