Shades of Shamrock #3AF589
Tints of Shamrock #3AF589
RGB
CMYK
RGB Variations
Color information
#3AF589 (or 0x3AF589) is known color: Shamrock. HEX triplet: 3A, F5 and 89. RGB value is (58,245,137). Sum of RGB (Red+Green+Blue) = 58+245+137=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF589 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF589 is #C50A76. Grayscale: #B1B1B1. Windows color (decimal): -12913271 or 9041210. OLE color: 9041210.
HSL color Cylindrical-coordinate representation of color #3AF589: hue angle of 145.35º 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 #3AF589 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 137 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.04 |
| HSL | 145.35º | 0.9% | 0.59% | - |
| HSV(B) | 145.35º | 0.76% | 0.96% | - |
| XYZ | 38.91 | 68.01 | 34.74 | - |
| YUV | 176.78 | 105.55 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 137 | 0.76 | 0 | 0.44 | 0.04 | 145.35 | 0.9 | 0.59 |
| Hex | 3A | F5 | 89 | 4C | 0 | 2C | 4 | 91 | 5A | 3B |
| Octal | 72 | 365 | 211 | 114 | 0 | 54 | 4 | 221 | 132 | 73 |
| Binary | 111010 | 11110101 | 10001001 | 1001100 | 0 | 101100 | 100 | 10010001 | 1011010 | 111011 |
Color Harmonies of #3AF589
Complementary color
Monochromatic Colors of #3AF589
Black with #3AF589
Text Example
Text Example
White with #3AF589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF589; }
p { color: rgb(58,245,137); }
H1.HeaderClassName
{
color: #3AF589;
}
.AnyTagClassName
{
color: #3AF589;
}
</style>
background-color css
<style>
a { background-color: #3AF589; }
a { background-color: rgb(58,245,137); }
div.DivClassName
{
background-color: #3AF589;
}
.BgClassName
{
background-color: #3AF589;
}
</style>
border-color css
<style>
span { border-color: #3AF589; }
span { border-color: rgb(58,245,137); }
td.TdClassName
{
border-color: #3AF589;
}
.TagClassName
{
border-color: #3AF589;
}
</style>