Shades of Shamrock #3AD497
Tints of Shamrock #3AD497
RGB
CMYK
RGB Variations
Color information
#3AD497 (or 0x3AD497) is known color: Shamrock. HEX triplet: 3A, D4 and 97. RGB value is (58,212,151). Sum of RGB (Red+Green+Blue) = 58+212+151=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD497 is #C52B68. Grayscale: #9F9F9F. Windows color (decimal): -12921705 or 9950266. OLE color: 9950266.
HSL color Cylindrical-coordinate representation of color #3AD497: hue angle of 156.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD497 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 151 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.17 |
| HSL | 156.23º | 0.64% | 0.53% | - |
| HSV(B) | 156.23º | 0.73% | 0.83% | - |
| XYZ | 30.87 | 50.22 | 37.34 | - |
| YUV | 159 | 123.48 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 151 | 0.73 | 0 | 0.29 | 0.17 | 156.23 | 0.64 | 0.53 |
| Hex | 3A | D4 | 97 | 49 | 0 | 1D | 11 | 9C | 40 | 35 |
| Octal | 72 | 324 | 227 | 111 | 0 | 35 | 21 | 234 | 100 | 65 |
| Binary | 111010 | 11010100 | 10010111 | 1001001 | 0 | 11101 | 10001 | 10011100 | 1000000 | 110101 |
Color Harmonies of #3AD497
Complementary color
Monochromatic Colors of #3AD497
Black with #3AD497
Text Example
Text Example
White with #3AD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD497; }
p { color: rgb(58,212,151); }
H1.HeaderClassName
{
color: #3AD497;
}
.AnyTagClassName
{
color: #3AD497;
}
</style>
background-color css
<style>
a { background-color: #3AD497; }
a { background-color: rgb(58,212,151); }
div.DivClassName
{
background-color: #3AD497;
}
.BgClassName
{
background-color: #3AD497;
}
</style>
border-color css
<style>
span { border-color: #3AD497; }
span { border-color: rgb(58,212,151); }
td.TdClassName
{
border-color: #3AD497;
}
.TagClassName
{
border-color: #3AD497;
}
</style>