Shades of Shamrock #3AF694
Tints of Shamrock #3AF694
RGB
CMYK
RGB Variations
Color information
#3AF694 (or 0x3AF694) is known color: Shamrock. HEX triplet: 3A, F6 and 94. RGB value is (58,246,148). Sum of RGB (Red+Green+Blue) = 58+246+148=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 246 (96.48% from 255 or 54.42% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF694 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF694 is #C5096B. Grayscale: #B2B2B2. Windows color (decimal): -12913004 or 9762362. OLE color: 9762362.
HSL color Cylindrical-coordinate representation of color #3AF694: hue angle of 148.72º 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 #3AF694 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 148 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.04 |
| HSL | 148.72º | 0.91% | 0.6% | - |
| HSV(B) | 148.72º | 0.76% | 0.96% | - |
| XYZ | 40.05 | 68.95 | 39.21 | - |
| YUV | 178.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 148 | 0.76 | 0 | 0.40 | 0.04 | 148.72 | 0.91 | 0.6 |
| Hex | 3A | F6 | 94 | 4C | 0 | 28 | 4 | 95 | 5B | 3C |
| Octal | 72 | 366 | 224 | 114 | 0 | 50 | 4 | 225 | 133 | 74 |
| Binary | 111010 | 11110110 | 10010100 | 1001100 | 0 | 101000 | 100 | 10010101 | 1011011 | 111100 |
Color Harmonies of #3AF694
Complementary color
Monochromatic Colors of #3AF694
Black with #3AF694
Text Example
Text Example
White with #3AF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF694; }
p { color: rgb(58,246,148); }
H1.HeaderClassName
{
color: #3AF694;
}
.AnyTagClassName
{
color: #3AF694;
}
</style>
background-color css
<style>
a { background-color: #3AF694; }
a { background-color: rgb(58,246,148); }
div.DivClassName
{
background-color: #3AF694;
}
.BgClassName
{
background-color: #3AF694;
}
</style>
border-color css
<style>
span { border-color: #3AF694; }
span { border-color: rgb(58,246,148); }
td.TdClassName
{
border-color: #3AF694;
}
.TagClassName
{
border-color: #3AF694;
}
</style>