Shades of Shamrock #3AFC90
Tints of Shamrock #3AFC90
RGB
CMYK
RGB Variations
Color information
#3AFC90 (or 0x3AFC90) is known color: Shamrock. HEX triplet: 3A, FC and 90. RGB value is (58,252,144). Sum of RGB (Red+Green+Blue) = 58+252+144=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC90 is #C5036F. Grayscale: #B5B5B5. Windows color (decimal): -12911472 or 9501754. OLE color: 9501754.
HSL color Cylindrical-coordinate representation of color #3AFC90: hue angle of 146.6º 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 #3AFC90 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 144 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.01 |
| HSL | 146.6º | 0.97% | 0.61% | - |
| HSV(B) | 146.6º | 0.77% | 0.99% | - |
| XYZ | 41.59 | 72.53 | 38.19 | - |
| YUV | 181.68 | 106.73 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 144 | 0.77 | 0 | 0.43 | 0.01 | 146.6 | 0.97 | 0.61 |
| Hex | 3A | FC | 90 | 4D | 0 | 2B | 1 | 93 | 61 | 3D |
| Octal | 72 | 374 | 220 | 115 | 0 | 53 | 1 | 223 | 141 | 75 |
| Binary | 111010 | 11111100 | 10010000 | 1001101 | 0 | 101011 | 1 | 10010011 | 1100001 | 111101 |
Color Harmonies of #3AFC90
Complementary color
Monochromatic Colors of #3AFC90
Black with #3AFC90
Text Example
Text Example
White with #3AFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC90; }
p { color: rgb(58,252,144); }
H1.HeaderClassName
{
color: #3AFC90;
}
.AnyTagClassName
{
color: #3AFC90;
}
</style>
background-color css
<style>
a { background-color: #3AFC90; }
a { background-color: rgb(58,252,144); }
div.DivClassName
{
background-color: #3AFC90;
}
.BgClassName
{
background-color: #3AFC90;
}
</style>
border-color css
<style>
span { border-color: #3AFC90; }
span { border-color: rgb(58,252,144); }
td.TdClassName
{
border-color: #3AFC90;
}
.TagClassName
{
border-color: #3AFC90;
}
</style>