Shades of Shamrock #3AEE86
Tints of Shamrock #3AEE86
RGB
CMYK
RGB Variations
Color information
#3AEE86 (or 0x3AEE86) is known color: Shamrock. HEX triplet: 3A, EE and 86. RGB value is (58,238,134). Sum of RGB (Red+Green+Blue) = 58+238+134=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEE86 is #C51179. Grayscale: #ACACAC. Windows color (decimal): -12915066 or 8842810. OLE color: 8842810.
HSL color Cylindrical-coordinate representation of color #3AEE86: hue angle of 145.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEE86 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 134 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.07 |
| HSL | 145.33º | 0.84% | 0.58% | - |
| HSV(B) | 145.33º | 0.76% | 0.93% | - |
| XYZ | 36.62 | 63.77 | 32.93 | - |
| YUV | 172.32 | 106.37 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 134 | 0.76 | 0 | 0.44 | 0.07 | 145.33 | 0.84 | 0.58 |
| Hex | 3A | EE | 86 | 4C | 0 | 2C | 7 | 91 | 54 | 3A |
| Octal | 72 | 356 | 206 | 114 | 0 | 54 | 7 | 221 | 124 | 72 |
| Binary | 111010 | 11101110 | 10000110 | 1001100 | 0 | 101100 | 111 | 10010001 | 1010100 | 111010 |
Color Harmonies of #3AEE86
Complementary color
Monochromatic Colors of #3AEE86
Black with #3AEE86
Text Example
Text Example
White with #3AEE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE86; }
p { color: rgb(58,238,134); }
H1.HeaderClassName
{
color: #3AEE86;
}
.AnyTagClassName
{
color: #3AEE86;
}
</style>
background-color css
<style>
a { background-color: #3AEE86; }
a { background-color: rgb(58,238,134); }
div.DivClassName
{
background-color: #3AEE86;
}
.BgClassName
{
background-color: #3AEE86;
}
</style>
border-color css
<style>
span { border-color: #3AEE86; }
span { border-color: rgb(58,238,134); }
td.TdClassName
{
border-color: #3AEE86;
}
.TagClassName
{
border-color: #3AEE86;
}
</style>