Shades of Shamrock #3AF88C
Tints of Shamrock #3AF88C
RGB
CMYK
RGB Variations
Color information
#3AF88C (or 0x3AF88C) is known color: Shamrock. HEX triplet: 3A, F8 and 8C. RGB value is (58,248,140). Sum of RGB (Red+Green+Blue) = 58+248+140=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF88C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF88C is #C50773. Grayscale: #B3B3B3. Windows color (decimal): -12912500 or 9238586. OLE color: 9238586.
HSL color Cylindrical-coordinate representation of color #3AF88C: hue angle of 145.89º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF88C is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 140 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.03 |
| HSL | 145.89º | 0.93% | 0.6% | - |
| HSV(B) | 145.89º | 0.77% | 0.97% | - |
| XYZ | 40.05 | 69.93 | 36.2 | - |
| YUV | 178.88 | 106.05 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 140 | 0.77 | 0 | 0.44 | 0.03 | 145.89 | 0.93 | 0.6 |
| Hex | 3A | F8 | 8C | 4D | 0 | 2C | 3 | 92 | 5D | 3C |
| Octal | 72 | 370 | 214 | 115 | 0 | 54 | 3 | 222 | 135 | 74 |
| Binary | 111010 | 11111000 | 10001100 | 1001101 | 0 | 101100 | 11 | 10010010 | 1011101 | 111100 |
Color Harmonies of #3AF88C
Complementary color
Monochromatic Colors of #3AF88C
Black with #3AF88C
Text Example
Text Example
White with #3AF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF88C; }
p { color: rgb(58,248,140); }
H1.HeaderClassName
{
color: #3AF88C;
}
.AnyTagClassName
{
color: #3AF88C;
}
</style>
background-color css
<style>
a { background-color: #3AF88C; }
a { background-color: rgb(58,248,140); }
div.DivClassName
{
background-color: #3AF88C;
}
.BgClassName
{
background-color: #3AF88C;
}
</style>
border-color css
<style>
span { border-color: #3AF88C; }
span { border-color: rgb(58,248,140); }
td.TdClassName
{
border-color: #3AF88C;
}
.TagClassName
{
border-color: #3AF88C;
}
</style>