Shades of Shamrock #3AD093
Tints of Shamrock #3AD093
RGB
CMYK
RGB Variations
Color information
#3AD093 (or 0x3AD093) is known color: Shamrock. HEX triplet: 3A, D0 and 93. RGB value is (58,208,147). Sum of RGB (Red+Green+Blue) = 58+208+147=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD093 is #C52F6C. Grayscale: #9C9C9C. Windows color (decimal): -12922733 or 9687098. OLE color: 9687098.
HSL color Cylindrical-coordinate representation of color #3AD093: hue angle of 155.6º 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 #3AD093 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 147 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.18 |
| HSL | 155.6º | 0.61% | 0.52% | - |
| HSV(B) | 155.6º | 0.72% | 0.82% | - |
| XYZ | 29.57 | 48.12 | 35.33 | - |
| YUV | 156.2 | 122.81 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 147 | 0.72 | 0 | 0.29 | 0.18 | 155.6 | 0.61 | 0.52 |
| Hex | 3A | D0 | 93 | 48 | 0 | 1D | 12 | 9C | 3D | 34 |
| Octal | 72 | 320 | 223 | 110 | 0 | 35 | 22 | 234 | 75 | 64 |
| Binary | 111010 | 11010000 | 10010011 | 1001000 | 0 | 11101 | 10010 | 10011100 | 111101 | 110100 |
Color Harmonies of #3AD093
Complementary color
Monochromatic Colors of #3AD093
Black with #3AD093
Text Example
Text Example
White with #3AD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD093; }
p { color: rgb(58,208,147); }
H1.HeaderClassName
{
color: #3AD093;
}
.AnyTagClassName
{
color: #3AD093;
}
</style>
background-color css
<style>
a { background-color: #3AD093; }
a { background-color: rgb(58,208,147); }
div.DivClassName
{
background-color: #3AD093;
}
.BgClassName
{
background-color: #3AD093;
}
</style>
border-color css
<style>
span { border-color: #3AD093; }
span { border-color: rgb(58,208,147); }
td.TdClassName
{
border-color: #3AD093;
}
.TagClassName
{
border-color: #3AD093;
}
</style>