Shades of Shamrock #3AF99E
Tints of Shamrock #3AF99E
RGB
CMYK
RGB Variations
Color information
#3AF99E (or 0x3AF99E) is known color: Shamrock. HEX triplet: 3A, F9 and 9E. RGB value is (58,249,158). Sum of RGB (Red+Green+Blue) = 58+249+158=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF99E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF99E is #C50661. Grayscale: #B5B5B5. Windows color (decimal): -12912226 or 10418490. OLE color: 10418490.
HSL color Cylindrical-coordinate representation of color #3AF99E: hue angle of 151.41º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF99E is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 158 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.02 |
| HSL | 151.41º | 0.94% | 0.6% | - |
| HSV(B) | 151.41º | 0.77% | 0.98% | - |
| XYZ | 41.79 | 71.12 | 43.87 | - |
| YUV | 181.52 | 114.72 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 158 | 0.77 | 0 | 0.37 | 0.02 | 151.41 | 0.94 | 0.6 |
| Hex | 3A | F9 | 9E | 4D | 0 | 25 | 2 | 97 | 5E | 3C |
| Octal | 72 | 371 | 236 | 115 | 0 | 45 | 2 | 227 | 136 | 74 |
| Binary | 111010 | 11111001 | 10011110 | 1001101 | 0 | 100101 | 10 | 10010111 | 1011110 | 111100 |
Color Harmonies of #3AF99E
Complementary color
Monochromatic Colors of #3AF99E
Black with #3AF99E
Text Example
Text Example
White with #3AF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF99E; }
p { color: rgb(58,249,158); }
H1.HeaderClassName
{
color: #3AF99E;
}
.AnyTagClassName
{
color: #3AF99E;
}
</style>
background-color css
<style>
a { background-color: #3AF99E; }
a { background-color: rgb(58,249,158); }
div.DivClassName
{
background-color: #3AF99E;
}
.BgClassName
{
background-color: #3AF99E;
}
</style>
border-color css
<style>
span { border-color: #3AF99E; }
span { border-color: rgb(58,249,158); }
td.TdClassName
{
border-color: #3AF99E;
}
.TagClassName
{
border-color: #3AF99E;
}
</style>