Shades of Shamrock #3AF087
Tints of Shamrock #3AF087
RGB
CMYK
RGB Variations
Color information
#3AF087 (or 0x3AF087) is known color: Shamrock. HEX triplet: 3A, F0 and 87. RGB value is (58,240,135). Sum of RGB (Red+Green+Blue) = 58+240+135=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF087 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF087 is #C50F78. Grayscale: #ADADAD. Windows color (decimal): -12914553 or 8908858. OLE color: 8908858.
HSL color Cylindrical-coordinate representation of color #3AF087: hue angle of 145.38º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF087 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 135 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.06 |
| HSL | 145.38º | 0.86% | 0.58% | - |
| HSV(B) | 145.38º | 0.76% | 0.94% | - |
| XYZ | 37.28 | 64.97 | 33.5 | - |
| YUV | 173.61 | 106.2 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 135 | 0.76 | 0 | 0.44 | 0.06 | 145.38 | 0.86 | 0.58 |
| Hex | 3A | F0 | 87 | 4C | 0 | 2C | 6 | 91 | 56 | 3A |
| Octal | 72 | 360 | 207 | 114 | 0 | 54 | 6 | 221 | 126 | 72 |
| Binary | 111010 | 11110000 | 10000111 | 1001100 | 0 | 101100 | 110 | 10010001 | 1010110 | 111010 |
Color Harmonies of #3AF087
Complementary color
Monochromatic Colors of #3AF087
Black with #3AF087
Text Example
Text Example
White with #3AF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF087; }
p { color: rgb(58,240,135); }
H1.HeaderClassName
{
color: #3AF087;
}
.AnyTagClassName
{
color: #3AF087;
}
</style>
background-color css
<style>
a { background-color: #3AF087; }
a { background-color: rgb(58,240,135); }
div.DivClassName
{
background-color: #3AF087;
}
.BgClassName
{
background-color: #3AF087;
}
</style>
border-color css
<style>
span { border-color: #3AF087; }
span { border-color: rgb(58,240,135); }
td.TdClassName
{
border-color: #3AF087;
}
.TagClassName
{
border-color: #3AF087;
}
</style>