Shades of Shamrock #2FF0A6
Tints of Shamrock #2FF0A6
RGB
CMYK
RGB Variations
Color information
#2FF0A6 (or 0x2FF0A6) is known color: Shamrock. HEX triplet: 2F, F0 and A6. RGB value is (47,240,166). Sum of RGB (Red+Green+Blue) = 47+240+166=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF0A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF0A6 is #D00F59. Grayscale: #ADADAD. Windows color (decimal): -13635418 or 10940463. OLE color: 10940463.
HSL color Cylindrical-coordinate representation of color #2FF0A6: hue angle of 156.99º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF0A6 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 166 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.06 |
| HSL | 156.99º | 0.87% | 0.56% | - |
| HSV(B) | 156.99º | 0.8% | 0.94% | - |
| XYZ | 39.22 | 65.68 | 46.69 | - |
| YUV | 173.86 | 123.56 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 166 | 0.80 | 0 | 0.31 | 0.06 | 156.99 | 0.87 | 0.56 |
| Hex | 2F | F0 | A6 | 50 | 0 | 1F | 6 | 9D | 57 | 38 |
| Octal | 57 | 360 | 246 | 120 | 0 | 37 | 6 | 235 | 127 | 70 |
| Binary | 101111 | 11110000 | 10100110 | 1010000 | 0 | 11111 | 110 | 10011101 | 1010111 | 111000 |
Color Harmonies of #2FF0A6
Complementary color
Monochromatic Colors of #2FF0A6
Black with #2FF0A6
Text Example
Text Example
White with #2FF0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF0A6; }
p { color: rgb(47,240,166); }
H1.HeaderClassName
{
color: #2FF0A6;
}
.AnyTagClassName
{
color: #2FF0A6;
}
</style>
background-color css
<style>
a { background-color: #2FF0A6; }
a { background-color: rgb(47,240,166); }
div.DivClassName
{
background-color: #2FF0A6;
}
.BgClassName
{
background-color: #2FF0A6;
}
</style>
border-color css
<style>
span { border-color: #2FF0A6; }
span { border-color: rgb(47,240,166); }
td.TdClassName
{
border-color: #2FF0A6;
}
.TagClassName
{
border-color: #2FF0A6;
}
</style>