Shades of Shamrock #3AD09C
Tints of Shamrock #3AD09C
RGB
CMYK
RGB Variations
Color information
#3AD09C (or 0x3AD09C) is known color: Shamrock. HEX triplet: 3A, D0 and 9C. RGB value is (58,208,156). Sum of RGB (Red+Green+Blue) = 58+208+156=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD09C is #C52F63. Grayscale: #9D9D9D. Windows color (decimal): -12922724 or 10276922. OLE color: 10276922.
HSL color Cylindrical-coordinate representation of color #3AD09C: hue angle of 159.2º 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 #3AD09C is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 156 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.18 |
| HSL | 159.2º | 0.61% | 0.52% | - |
| HSV(B) | 159.2º | 0.72% | 0.82% | - |
| XYZ | 30.3 | 48.41 | 39.2 | - |
| YUV | 157.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 156 | 0.72 | 0 | 0.25 | 0.18 | 159.2 | 0.61 | 0.52 |
| Hex | 3A | D0 | 9C | 48 | 0 | 19 | 12 | 9F | 3D | 34 |
| Octal | 72 | 320 | 234 | 110 | 0 | 31 | 22 | 237 | 75 | 64 |
| Binary | 111010 | 11010000 | 10011100 | 1001000 | 0 | 11001 | 10010 | 10011111 | 111101 | 110100 |
Color Harmonies of #3AD09C
Complementary color
Monochromatic Colors of #3AD09C
Black with #3AD09C
Text Example
Text Example
White with #3AD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD09C; }
p { color: rgb(58,208,156); }
H1.HeaderClassName
{
color: #3AD09C;
}
.AnyTagClassName
{
color: #3AD09C;
}
</style>
background-color css
<style>
a { background-color: #3AD09C; }
a { background-color: rgb(58,208,156); }
div.DivClassName
{
background-color: #3AD09C;
}
.BgClassName
{
background-color: #3AD09C;
}
</style>
border-color css
<style>
span { border-color: #3AD09C; }
span { border-color: rgb(58,208,156); }
td.TdClassName
{
border-color: #3AD09C;
}
.TagClassName
{
border-color: #3AD09C;
}
</style>