Shades of Shamrock #3AF197
Tints of Shamrock #3AF197
RGB
CMYK
RGB Variations
Color information
#3AF197 (or 0x3AF197) is known color: Shamrock. HEX triplet: 3A, F1 and 97. RGB value is (58,241,151). Sum of RGB (Red+Green+Blue) = 58+241+151=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF197 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF197 is #C50E68. Grayscale: #B0B0B0. Windows color (decimal): -12914281 or 9957690. OLE color: 9957690.
HSL color Cylindrical-coordinate representation of color #3AF197: hue angle of 150.49º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF197 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 151 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.05 |
| HSL | 150.49º | 0.87% | 0.59% | - |
| HSV(B) | 150.49º | 0.76% | 0.95% | - |
| XYZ | 38.79 | 66.04 | 39.98 | - |
| YUV | 176.02 | 113.87 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 151 | 0.76 | 0 | 0.37 | 0.05 | 150.49 | 0.87 | 0.59 |
| Hex | 3A | F1 | 97 | 4C | 0 | 25 | 5 | 96 | 57 | 3B |
| Octal | 72 | 361 | 227 | 114 | 0 | 45 | 5 | 226 | 127 | 73 |
| Binary | 111010 | 11110001 | 10010111 | 1001100 | 0 | 100101 | 101 | 10010110 | 1010111 | 111011 |
Color Harmonies of #3AF197
Complementary color
Monochromatic Colors of #3AF197
Black with #3AF197
Text Example
Text Example
White with #3AF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF197; }
p { color: rgb(58,241,151); }
H1.HeaderClassName
{
color: #3AF197;
}
.AnyTagClassName
{
color: #3AF197;
}
</style>
background-color css
<style>
a { background-color: #3AF197; }
a { background-color: rgb(58,241,151); }
div.DivClassName
{
background-color: #3AF197;
}
.BgClassName
{
background-color: #3AF197;
}
</style>
border-color css
<style>
span { border-color: #3AF197; }
span { border-color: rgb(58,241,151); }
td.TdClassName
{
border-color: #3AF197;
}
.TagClassName
{
border-color: #3AF197;
}
</style>