Shades of Shamrock #3AFEA0
Tints of Shamrock #3AFEA0
RGB
CMYK
RGB Variations
Color information
#3AFEA0 (or 0x3AFEA0) is known color: Shamrock. HEX triplet: 3A, FE and A0. RGB value is (58,254,160). Sum of RGB (Red+Green+Blue) = 58+254+160=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFEA0 is #C5015F. Grayscale: #B8B8B8. Windows color (decimal): -12910944 or 10550842. OLE color: 10550842.
HSL color Cylindrical-coordinate representation of color #3AFEA0: hue angle of 151.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEA0 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 160 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.00 |
| HSL | 151.22º | 0.99% | 0.61% | - |
| HSV(B) | 151.22º | 0.77% | 1% | - |
| XYZ | 43.53 | 74.32 | 45.31 | - |
| YUV | 184.68 | 114.07 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 160 | 0.77 | 0 | 0.37 | 0.00 | 151.22 | 0.99 | 0.61 |
| Hex | 3A | FE | A0 | 4D | 0 | 25 | 0 | 97 | 63 | 3D |
| Octal | 72 | 376 | 240 | 115 | 0 | 45 | 0 | 227 | 143 | 75 |
| Binary | 111010 | 11111110 | 10100000 | 1001101 | 0 | 100101 | 0 | 10010111 | 1100011 | 111101 |
Color Harmonies of #3AFEA0
Complementary color
Monochromatic Colors of #3AFEA0
Black with #3AFEA0
Text Example
Text Example
White with #3AFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEA0; }
p { color: rgb(58,254,160); }
H1.HeaderClassName
{
color: #3AFEA0;
}
.AnyTagClassName
{
color: #3AFEA0;
}
</style>
background-color css
<style>
a { background-color: #3AFEA0; }
a { background-color: rgb(58,254,160); }
div.DivClassName
{
background-color: #3AFEA0;
}
.BgClassName
{
background-color: #3AFEA0;
}
</style>
border-color css
<style>
span { border-color: #3AFEA0; }
span { border-color: rgb(58,254,160); }
td.TdClassName
{
border-color: #3AFEA0;
}
.TagClassName
{
border-color: #3AFEA0;
}
</style>