Shades of Shamrock #3AF89E
Tints of Shamrock #3AF89E
RGB
CMYK
RGB Variations
Color information
#3AF89E (or 0x3AF89E) is known color: Shamrock. HEX triplet: 3A, F8 and 9E. RGB value is (58,248,158). Sum of RGB (Red+Green+Blue) = 58+248+158=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF89E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF89E is #C50761. Grayscale: #B5B5B5. Windows color (decimal): -12912482 or 10418234. OLE color: 10418234.
HSL color Cylindrical-coordinate representation of color #3AF89E: hue angle of 151.58º 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 #3AF89E is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 158 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.03 |
| HSL | 151.58º | 0.93% | 0.6% | - |
| HSV(B) | 151.58º | 0.77% | 0.97% | - |
| XYZ | 41.48 | 70.5 | 43.77 | - |
| YUV | 180.93 | 115.05 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 158 | 0.77 | 0 | 0.36 | 0.03 | 151.58 | 0.93 | 0.6 |
| Hex | 3A | F8 | 9E | 4D | 0 | 24 | 3 | 98 | 5D | 3C |
| Octal | 72 | 370 | 236 | 115 | 0 | 44 | 3 | 230 | 135 | 74 |
| Binary | 111010 | 11111000 | 10011110 | 1001101 | 0 | 100100 | 11 | 10011000 | 1011101 | 111100 |
Color Harmonies of #3AF89E
Complementary color
Monochromatic Colors of #3AF89E
Black with #3AF89E
Text Example
Text Example
White with #3AF89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF89E; }
p { color: rgb(58,248,158); }
H1.HeaderClassName
{
color: #3AF89E;
}
.AnyTagClassName
{
color: #3AF89E;
}
</style>
background-color css
<style>
a { background-color: #3AF89E; }
a { background-color: rgb(58,248,158); }
div.DivClassName
{
background-color: #3AF89E;
}
.BgClassName
{
background-color: #3AF89E;
}
</style>
border-color css
<style>
span { border-color: #3AF89E; }
span { border-color: rgb(58,248,158); }
td.TdClassName
{
border-color: #3AF89E;
}
.TagClassName
{
border-color: #3AF89E;
}
</style>