Shades of Shamrock #3AF585
Tints of Shamrock #3AF585
RGB
CMYK
RGB Variations
Color information
#3AF585 (or 0x3AF585) is known color: Shamrock. HEX triplet: 3A, F5 and 85. RGB value is (58,245,133). Sum of RGB (Red+Green+Blue) = 58+245+133=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF585 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF585 is #C50A7A. Grayscale: #B0B0B0. Windows color (decimal): -12913275 or 8779066. OLE color: 8779066.
HSL color Cylindrical-coordinate representation of color #3AF585: hue angle of 144.06º 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 #3AF585 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 133 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.04 |
| HSL | 144.06º | 0.9% | 0.59% | - |
| HSV(B) | 144.06º | 0.76% | 0.96% | - |
| XYZ | 38.63 | 67.9 | 33.26 | - |
| YUV | 176.32 | 103.55 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 133 | 0.76 | 0 | 0.46 | 0.04 | 144.06 | 0.9 | 0.59 |
| Hex | 3A | F5 | 85 | 4C | 0 | 2E | 4 | 90 | 5A | 3B |
| Octal | 72 | 365 | 205 | 114 | 0 | 56 | 4 | 220 | 132 | 73 |
| Binary | 111010 | 11110101 | 10000101 | 1001100 | 0 | 101110 | 100 | 10010000 | 1011010 | 111011 |
Color Harmonies of #3AF585
Complementary color
Monochromatic Colors of #3AF585
Black with #3AF585
Text Example
Text Example
White with #3AF585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF585; }
p { color: rgb(58,245,133); }
H1.HeaderClassName
{
color: #3AF585;
}
.AnyTagClassName
{
color: #3AF585;
}
</style>
background-color css
<style>
a { background-color: #3AF585; }
a { background-color: rgb(58,245,133); }
div.DivClassName
{
background-color: #3AF585;
}
.BgClassName
{
background-color: #3AF585;
}
</style>
border-color css
<style>
span { border-color: #3AF585; }
span { border-color: rgb(58,245,133); }
td.TdClassName
{
border-color: #3AF585;
}
.TagClassName
{
border-color: #3AF585;
}
</style>