Shades of Shamrock #3AF886
Tints of Shamrock #3AF886
RGB
CMYK
RGB Variations
Color information
#3AF886 (or 0x3AF886) is known color: Shamrock. HEX triplet: 3A, F8 and 86. RGB value is (58,248,134). Sum of RGB (Red+Green+Blue) = 58+248+134=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF886 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF886 is #C50779. Grayscale: #B2B2B2. Windows color (decimal): -12912506 or 8845370. OLE color: 8845370.
HSL color Cylindrical-coordinate representation of color #3AF886: hue angle of 144º degrees, saturation: 0.93, 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 #3AF886 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 134 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.03 |
| HSL | 144º | 0.93% | 0.6% | - |
| HSV(B) | 144º | 0.77% | 0.97% | - |
| XYZ | 39.62 | 69.76 | 33.93 | - |
| YUV | 178.19 | 103.05 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 134 | 0.77 | 0 | 0.46 | 0.03 | 144 | 0.93 | 0.6 |
| Hex | 3A | F8 | 86 | 4D | 0 | 2E | 3 | 90 | 5D | 3C |
| Octal | 72 | 370 | 206 | 115 | 0 | 56 | 3 | 220 | 135 | 74 |
| Binary | 111010 | 11111000 | 10000110 | 1001101 | 0 | 101110 | 11 | 10010000 | 1011101 | 111100 |
Color Harmonies of #3AF886
Complementary color
Monochromatic Colors of #3AF886
Black with #3AF886
Text Example
Text Example
White with #3AF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF886; }
p { color: rgb(58,248,134); }
H1.HeaderClassName
{
color: #3AF886;
}
.AnyTagClassName
{
color: #3AF886;
}
</style>
background-color css
<style>
a { background-color: #3AF886; }
a { background-color: rgb(58,248,134); }
div.DivClassName
{
background-color: #3AF886;
}
.BgClassName
{
background-color: #3AF886;
}
</style>
border-color css
<style>
span { border-color: #3AF886; }
span { border-color: rgb(58,248,134); }
td.TdClassName
{
border-color: #3AF886;
}
.TagClassName
{
border-color: #3AF886;
}
</style>