Shades of Shamrock #3AD09A
Tints of Shamrock #3AD09A
RGB
CMYK
RGB Variations
Color information
#3AD09A (or 0x3AD09A) is known color: Shamrock. HEX triplet: 3A, D0 and 9A. RGB value is (58,208,154). Sum of RGB (Red+Green+Blue) = 58+208+154=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD09A is #C52F65. Grayscale: #9D9D9D. Windows color (decimal): -12922726 or 10145850. OLE color: 10145850.
HSL color Cylindrical-coordinate representation of color #3AD09A: hue angle of 158.4º 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 #3AD09A is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 154 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.18 |
| HSL | 158.4º | 0.61% | 0.52% | - |
| HSV(B) | 158.4º | 0.72% | 0.82% | - |
| XYZ | 30.13 | 48.34 | 38.32 | - |
| YUV | 156.99 | 126.31 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 154 | 0.72 | 0 | 0.26 | 0.18 | 158.4 | 0.61 | 0.52 |
| Hex | 3A | D0 | 9A | 48 | 0 | 1A | 12 | 9E | 3D | 34 |
| Octal | 72 | 320 | 232 | 110 | 0 | 32 | 22 | 236 | 75 | 64 |
| Binary | 111010 | 11010000 | 10011010 | 1001000 | 0 | 11010 | 10010 | 10011110 | 111101 | 110100 |
Color Harmonies of #3AD09A
Complementary color
Monochromatic Colors of #3AD09A
Black with #3AD09A
Text Example
Text Example
White with #3AD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD09A; }
p { color: rgb(58,208,154); }
H1.HeaderClassName
{
color: #3AD09A;
}
.AnyTagClassName
{
color: #3AD09A;
}
</style>
background-color css
<style>
a { background-color: #3AD09A; }
a { background-color: rgb(58,208,154); }
div.DivClassName
{
background-color: #3AD09A;
}
.BgClassName
{
background-color: #3AD09A;
}
</style>
border-color css
<style>
span { border-color: #3AD09A; }
span { border-color: rgb(58,208,154); }
td.TdClassName
{
border-color: #3AD09A;
}
.TagClassName
{
border-color: #3AD09A;
}
</style>