Shades of Shamrock #3AFC88
Tints of Shamrock #3AFC88
RGB
CMYK
RGB Variations
Color information
#3AFC88 (or 0x3AFC88) is known color: Shamrock. HEX triplet: 3A, FC and 88. RGB value is (58,252,136). Sum of RGB (Red+Green+Blue) = 58+252+136=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC88 is #C50377. Grayscale: #B5B5B5. Windows color (decimal): -12911480 or 8977466. OLE color: 8977466.
HSL color Cylindrical-coordinate representation of color #3AFC88: hue angle of 144.12º 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 #3AFC88 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 136 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.01 |
| HSL | 144.12º | 0.97% | 0.61% | - |
| HSV(B) | 144.12º | 0.77% | 0.99% | - |
| XYZ | 41 | 72.3 | 35.09 | - |
| YUV | 180.77 | 102.73 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 136 | 0.77 | 0 | 0.46 | 0.01 | 144.12 | 0.97 | 0.61 |
| Hex | 3A | FC | 88 | 4D | 0 | 2E | 1 | 90 | 61 | 3D |
| Octal | 72 | 374 | 210 | 115 | 0 | 56 | 1 | 220 | 141 | 75 |
| Binary | 111010 | 11111100 | 10001000 | 1001101 | 0 | 101110 | 1 | 10010000 | 1100001 | 111101 |
Color Harmonies of #3AFC88
Complementary color
Monochromatic Colors of #3AFC88
Black with #3AFC88
Text Example
Text Example
White with #3AFC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC88; }
p { color: rgb(58,252,136); }
H1.HeaderClassName
{
color: #3AFC88;
}
.AnyTagClassName
{
color: #3AFC88;
}
</style>
background-color css
<style>
a { background-color: #3AFC88; }
a { background-color: rgb(58,252,136); }
div.DivClassName
{
background-color: #3AFC88;
}
.BgClassName
{
background-color: #3AFC88;
}
</style>
border-color css
<style>
span { border-color: #3AFC88; }
span { border-color: rgb(58,252,136); }
td.TdClassName
{
border-color: #3AFC88;
}
.TagClassName
{
border-color: #3AFC88;
}
</style>