Shades of Shamrock #3AD097
Tints of Shamrock #3AD097
RGB
CMYK
RGB Variations
Color information
#3AD097 (or 0x3AD097) is known color: Shamrock. HEX triplet: 3A, D0 and 97. RGB value is (58,208,151). Sum of RGB (Red+Green+Blue) = 58+208+151=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD097 is #C52F68. Grayscale: #9C9C9C. Windows color (decimal): -12922729 or 9949242. OLE color: 9949242.
HSL color Cylindrical-coordinate representation of color #3AD097: hue angle of 157.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 #3AD097 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 151 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.18 |
| HSL | 157.2º | 0.61% | 0.52% | - |
| HSV(B) | 157.2º | 0.72% | 0.82% | - |
| XYZ | 29.89 | 48.25 | 37.02 | - |
| YUV | 156.65 | 124.81 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 151 | 0.72 | 0 | 0.27 | 0.18 | 157.2 | 0.61 | 0.52 |
| Hex | 3A | D0 | 97 | 48 | 0 | 1B | 12 | 9D | 3D | 34 |
| Octal | 72 | 320 | 227 | 110 | 0 | 33 | 22 | 235 | 75 | 64 |
| Binary | 111010 | 11010000 | 10010111 | 1001000 | 0 | 11011 | 10010 | 10011101 | 111101 | 110100 |
Color Harmonies of #3AD097
Complementary color
Monochromatic Colors of #3AD097
Black with #3AD097
Text Example
Text Example
White with #3AD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD097; }
p { color: rgb(58,208,151); }
H1.HeaderClassName
{
color: #3AD097;
}
.AnyTagClassName
{
color: #3AD097;
}
</style>
background-color css
<style>
a { background-color: #3AD097; }
a { background-color: rgb(58,208,151); }
div.DivClassName
{
background-color: #3AD097;
}
.BgClassName
{
background-color: #3AD097;
}
</style>
border-color css
<style>
span { border-color: #3AD097; }
span { border-color: rgb(58,208,151); }
td.TdClassName
{
border-color: #3AD097;
}
.TagClassName
{
border-color: #3AD097;
}
</style>