Shades of Shamrock #3AF78D
Tints of Shamrock #3AF78D
RGB
CMYK
RGB Variations
Color information
#3AF78D (or 0x3AF78D) is known color: Shamrock. HEX triplet: 3A, F7 and 8D. RGB value is (58,247,141). Sum of RGB (Red+Green+Blue) = 58+247+141=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF78D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF78D is #C50872. Grayscale: #B2B2B2. Windows color (decimal): -12912755 or 9303866. OLE color: 9303866.
HSL color Cylindrical-coordinate representation of color #3AF78D: hue angle of 146.35º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF78D is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 141 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.03 |
| HSL | 146.35º | 0.92% | 0.6% | - |
| HSV(B) | 146.35º | 0.77% | 0.97% | - |
| XYZ | 39.81 | 69.34 | 36.49 | - |
| YUV | 178.41 | 106.88 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 141 | 0.77 | 0 | 0.43 | 0.03 | 146.35 | 0.92 | 0.6 |
| Hex | 3A | F7 | 8D | 4D | 0 | 2B | 3 | 92 | 5C | 3C |
| Octal | 72 | 367 | 215 | 115 | 0 | 53 | 3 | 222 | 134 | 74 |
| Binary | 111010 | 11110111 | 10001101 | 1001101 | 0 | 101011 | 11 | 10010010 | 1011100 | 111100 |
Color Harmonies of #3AF78D
Complementary color
Monochromatic Colors of #3AF78D
Black with #3AF78D
Text Example
Text Example
White with #3AF78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF78D; }
p { color: rgb(58,247,141); }
H1.HeaderClassName
{
color: #3AF78D;
}
.AnyTagClassName
{
color: #3AF78D;
}
</style>
background-color css
<style>
a { background-color: #3AF78D; }
a { background-color: rgb(58,247,141); }
div.DivClassName
{
background-color: #3AF78D;
}
.BgClassName
{
background-color: #3AF78D;
}
</style>
border-color css
<style>
span { border-color: #3AF78D; }
span { border-color: rgb(58,247,141); }
td.TdClassName
{
border-color: #3AF78D;
}
.TagClassName
{
border-color: #3AF78D;
}
</style>