Shades of Shamrock #3AF59F
Tints of Shamrock #3AF59F
RGB
CMYK
RGB Variations
Color information
#3AF59F (or 0x3AF59F) is known color: Shamrock. HEX triplet: 3A, F5 and 9F. RGB value is (58,245,159). Sum of RGB (Red+Green+Blue) = 58+245+159=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF59F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF59F is #C50A60. Grayscale: #B3B3B3. Windows color (decimal): -12913249 or 10483002. OLE color: 10483002.
HSL color Cylindrical-coordinate representation of color #3AF59F: hue angle of 152.41º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF59F is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 159 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.04 |
| HSL | 152.41º | 0.9% | 0.59% | - |
| HSV(B) | 152.41º | 0.76% | 0.96% | - |
| XYZ | 40.66 | 68.71 | 43.92 | - |
| YUV | 179.28 | 116.55 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 159 | 0.76 | 0 | 0.35 | 0.04 | 152.41 | 0.9 | 0.59 |
| Hex | 3A | F5 | 9F | 4C | 0 | 23 | 4 | 98 | 5A | 3B |
| Octal | 72 | 365 | 237 | 114 | 0 | 43 | 4 | 230 | 132 | 73 |
| Binary | 111010 | 11110101 | 10011111 | 1001100 | 0 | 100011 | 100 | 10011000 | 1011010 | 111011 |
Color Harmonies of #3AF59F
Complementary color
Monochromatic Colors of #3AF59F
Black with #3AF59F
Text Example
Text Example
White with #3AF59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF59F; }
p { color: rgb(58,245,159); }
H1.HeaderClassName
{
color: #3AF59F;
}
.AnyTagClassName
{
color: #3AF59F;
}
</style>
background-color css
<style>
a { background-color: #3AF59F; }
a { background-color: rgb(58,245,159); }
div.DivClassName
{
background-color: #3AF59F;
}
.BgClassName
{
background-color: #3AF59F;
}
</style>
border-color css
<style>
span { border-color: #3AF59F; }
span { border-color: rgb(58,245,159); }
td.TdClassName
{
border-color: #3AF59F;
}
.TagClassName
{
border-color: #3AF59F;
}
</style>