Shades of Shamrock #3AF68B
Tints of Shamrock #3AF68B
RGB
CMYK
RGB Variations
Color information
#3AF68B (or 0x3AF68B) is known color: Shamrock. HEX triplet: 3A, F6 and 8B. RGB value is (58,246,139). Sum of RGB (Red+Green+Blue) = 58+246+139=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF68B is #C50974. Grayscale: #B1B1B1. Windows color (decimal): -12913013 or 9172538. OLE color: 9172538.
HSL color Cylindrical-coordinate representation of color #3AF68B: hue angle of 145.85º 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 #3AF68B is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 139 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.04 |
| HSL | 145.85º | 0.91% | 0.6% | - |
| HSV(B) | 145.85º | 0.76% | 0.96% | - |
| XYZ | 39.36 | 68.68 | 35.61 | - |
| YUV | 177.59 | 106.22 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 139 | 0.76 | 0 | 0.43 | 0.04 | 145.85 | 0.91 | 0.6 |
| Hex | 3A | F6 | 8B | 4C | 0 | 2B | 4 | 92 | 5B | 3C |
| Octal | 72 | 366 | 213 | 114 | 0 | 53 | 4 | 222 | 133 | 74 |
| Binary | 111010 | 11110110 | 10001011 | 1001100 | 0 | 101011 | 100 | 10010010 | 1011011 | 111100 |
Color Harmonies of #3AF68B
Complementary color
Monochromatic Colors of #3AF68B
Black with #3AF68B
Text Example
Text Example
White with #3AF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF68B; }
p { color: rgb(58,246,139); }
H1.HeaderClassName
{
color: #3AF68B;
}
.AnyTagClassName
{
color: #3AF68B;
}
</style>
background-color css
<style>
a { background-color: #3AF68B; }
a { background-color: rgb(58,246,139); }
div.DivClassName
{
background-color: #3AF68B;
}
.BgClassName
{
background-color: #3AF68B;
}
</style>
border-color css
<style>
span { border-color: #3AF68B; }
span { border-color: rgb(58,246,139); }
td.TdClassName
{
border-color: #3AF68B;
}
.TagClassName
{
border-color: #3AF68B;
}
</style>