Shades of Shamrock #3AF78F
Tints of Shamrock #3AF78F
RGB
CMYK
RGB Variations
Color information
#3AF78F (or 0x3AF78F) is known color: Shamrock. HEX triplet: 3A, F7 and 8F. RGB value is (58,247,143). Sum of RGB (Red+Green+Blue) = 58+247+143=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 247 (96.88% from 255 or 55.13% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF78F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF78F is #C50870. Grayscale: #B2B2B2. Windows color (decimal): -12912753 or 9434938. OLE color: 9434938.
HSL color Cylindrical-coordinate representation of color #3AF78F: hue angle of 146.98º 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 #3AF78F is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 143 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.03 |
| HSL | 146.98º | 0.92% | 0.6% | - |
| HSV(B) | 146.98º | 0.77% | 0.97% | - |
| XYZ | 39.96 | 69.4 | 37.28 | - |
| YUV | 178.63 | 107.88 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 143 | 0.77 | 0 | 0.42 | 0.03 | 146.98 | 0.92 | 0.6 |
| Hex | 3A | F7 | 8F | 4D | 0 | 2A | 3 | 93 | 5C | 3C |
| Octal | 72 | 367 | 217 | 115 | 0 | 52 | 3 | 223 | 134 | 74 |
| Binary | 111010 | 11110111 | 10001111 | 1001101 | 0 | 101010 | 11 | 10010011 | 1011100 | 111100 |
Color Harmonies of #3AF78F
Complementary color
Monochromatic Colors of #3AF78F
Black with #3AF78F
Text Example
Text Example
White with #3AF78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF78F; }
p { color: rgb(58,247,143); }
H1.HeaderClassName
{
color: #3AF78F;
}
.AnyTagClassName
{
color: #3AF78F;
}
</style>
background-color css
<style>
a { background-color: #3AF78F; }
a { background-color: rgb(58,247,143); }
div.DivClassName
{
background-color: #3AF78F;
}
.BgClassName
{
background-color: #3AF78F;
}
</style>
border-color css
<style>
span { border-color: #3AF78F; }
span { border-color: rgb(58,247,143); }
td.TdClassName
{
border-color: #3AF78F;
}
.TagClassName
{
border-color: #3AF78F;
}
</style>