Shades of Shamrock #3AFC9E
Tints of Shamrock #3AFC9E
RGB
CMYK
RGB Variations
Color information
#3AFC9E (or 0x3AFC9E) is known color: Shamrock. HEX triplet: 3A, FC and 9E. RGB value is (58,252,158). Sum of RGB (Red+Green+Blue) = 58+252+158=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC9E is #C50361. Grayscale: #B7B7B7. Windows color (decimal): -12911458 or 10419258. OLE color: 10419258.
HSL color Cylindrical-coordinate representation of color #3AFC9E: hue angle of 150.93º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC9E is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 158 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.01 |
| HSL | 150.93º | 0.97% | 0.61% | - |
| HSV(B) | 150.93º | 0.77% | 0.99% | - |
| XYZ | 42.73 | 72.99 | 44.18 | - |
| YUV | 183.28 | 113.73 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 158 | 0.77 | 0 | 0.37 | 0.01 | 150.93 | 0.97 | 0.61 |
| Hex | 3A | FC | 9E | 4D | 0 | 25 | 1 | 97 | 61 | 3D |
| Octal | 72 | 374 | 236 | 115 | 0 | 45 | 1 | 227 | 141 | 75 |
| Binary | 111010 | 11111100 | 10011110 | 1001101 | 0 | 100101 | 1 | 10010111 | 1100001 | 111101 |
Color Harmonies of #3AFC9E
Complementary color
Monochromatic Colors of #3AFC9E
Black with #3AFC9E
Text Example
Text Example
White with #3AFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC9E; }
p { color: rgb(58,252,158); }
H1.HeaderClassName
{
color: #3AFC9E;
}
.AnyTagClassName
{
color: #3AFC9E;
}
</style>
background-color css
<style>
a { background-color: #3AFC9E; }
a { background-color: rgb(58,252,158); }
div.DivClassName
{
background-color: #3AFC9E;
}
.BgClassName
{
background-color: #3AFC9E;
}
</style>
border-color css
<style>
span { border-color: #3AFC9E; }
span { border-color: rgb(58,252,158); }
td.TdClassName
{
border-color: #3AFC9E;
}
.TagClassName
{
border-color: #3AFC9E;
}
</style>