Shades of Shamrock #3AF68E
Tints of Shamrock #3AF68E
RGB
CMYK
RGB Variations
Color information
#3AF68E (or 0x3AF68E) is known color: Shamrock. HEX triplet: 3A, F6 and 8E. RGB value is (58,246,142). Sum of RGB (Red+Green+Blue) = 58+246+142=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF68E is #C50971. Grayscale: #B2B2B2. Windows color (decimal): -12913010 or 9369146. OLE color: 9369146.
HSL color Cylindrical-coordinate representation of color #3AF68E: hue angle of 146.81º 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 #3AF68E is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 142 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.04 |
| HSL | 146.81º | 0.91% | 0.6% | - |
| HSV(B) | 146.81º | 0.76% | 0.96% | - |
| XYZ | 39.58 | 68.76 | 36.78 | - |
| YUV | 177.93 | 107.72 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 142 | 0.76 | 0 | 0.42 | 0.04 | 146.81 | 0.91 | 0.6 |
| Hex | 3A | F6 | 8E | 4C | 0 | 2A | 4 | 93 | 5B | 3C |
| Octal | 72 | 366 | 216 | 114 | 0 | 52 | 4 | 223 | 133 | 74 |
| Binary | 111010 | 11110110 | 10001110 | 1001100 | 0 | 101010 | 100 | 10010011 | 1011011 | 111100 |
Color Harmonies of #3AF68E
Complementary color
Monochromatic Colors of #3AF68E
Black with #3AF68E
Text Example
Text Example
White with #3AF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF68E; }
p { color: rgb(58,246,142); }
H1.HeaderClassName
{
color: #3AF68E;
}
.AnyTagClassName
{
color: #3AF68E;
}
</style>
background-color css
<style>
a { background-color: #3AF68E; }
a { background-color: rgb(58,246,142); }
div.DivClassName
{
background-color: #3AF68E;
}
.BgClassName
{
background-color: #3AF68E;
}
</style>
border-color css
<style>
span { border-color: #3AF68E; }
span { border-color: rgb(58,246,142); }
td.TdClassName
{
border-color: #3AF68E;
}
.TagClassName
{
border-color: #3AF68E;
}
</style>