Shades of Shamrock #3AF691
Tints of Shamrock #3AF691
RGB
CMYK
RGB Variations
Color information
#3AF691 (or 0x3AF691) is known color: Shamrock. HEX triplet: 3A, F6 and 91. RGB value is (58,246,145). Sum of RGB (Red+Green+Blue) = 58+246+145=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF691 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF691 is #C5096E. Grayscale: #B2B2B2. Windows color (decimal): -12913007 or 9565754. OLE color: 9565754.
HSL color Cylindrical-coordinate representation of color #3AF691: hue angle of 147.77º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF691 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 145 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.04 |
| HSL | 147.77º | 0.91% | 0.6% | - |
| HSV(B) | 147.77º | 0.76% | 0.96% | - |
| XYZ | 39.81 | 68.86 | 37.98 | - |
| YUV | 178.27 | 109.22 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 145 | 0.76 | 0 | 0.41 | 0.04 | 147.77 | 0.91 | 0.6 |
| Hex | 3A | F6 | 91 | 4C | 0 | 29 | 4 | 94 | 5B | 3C |
| Octal | 72 | 366 | 221 | 114 | 0 | 51 | 4 | 224 | 133 | 74 |
| Binary | 111010 | 11110110 | 10010001 | 1001100 | 0 | 101001 | 100 | 10010100 | 1011011 | 111100 |
Color Harmonies of #3AF691
Complementary color
Monochromatic Colors of #3AF691
Black with #3AF691
Text Example
Text Example
White with #3AF691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF691; }
p { color: rgb(58,246,145); }
H1.HeaderClassName
{
color: #3AF691;
}
.AnyTagClassName
{
color: #3AF691;
}
</style>
background-color css
<style>
a { background-color: #3AF691; }
a { background-color: rgb(58,246,145); }
div.DivClassName
{
background-color: #3AF691;
}
.BgClassName
{
background-color: #3AF691;
}
</style>
border-color css
<style>
span { border-color: #3AF691; }
span { border-color: rgb(58,246,145); }
td.TdClassName
{
border-color: #3AF691;
}
.TagClassName
{
border-color: #3AF691;
}
</style>