Shades of Shamrock #2FFAA7
Tints of Shamrock #2FFAA7
RGB
CMYK
RGB Variations
Color information
#2FFAA7 (or 0x2FFAA7) is known color: Shamrock. HEX triplet: 2F, FA and A7. RGB value is (47,250,167). Sum of RGB (Red+Green+Blue) = 47+250+167=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFAA7 is #D00558. Grayscale: #B3B3B3. Windows color (decimal): -13632857 or 11008559. OLE color: 11008559.
HSL color Cylindrical-coordinate representation of color #2FFAA7: hue angle of 155.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFAA7 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 167 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.02 |
| HSL | 155.47º | 0.95% | 0.58% | - |
| HSV(B) | 155.47º | 0.81% | 0.98% | - |
| XYZ | 42.33 | 71.77 | 48.18 | - |
| YUV | 179.84 | 120.75 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 167 | 0.81 | 0 | 0.33 | 0.02 | 155.47 | 0.95 | 0.58 |
| Hex | 2F | FA | A7 | 51 | 0 | 21 | 2 | 9B | 5F | 3A |
| Octal | 57 | 372 | 247 | 121 | 0 | 41 | 2 | 233 | 137 | 72 |
| Binary | 101111 | 11111010 | 10100111 | 1010001 | 0 | 100001 | 10 | 10011011 | 1011111 | 111010 |
Color Harmonies of #2FFAA7
Complementary color
Monochromatic Colors of #2FFAA7
Black with #2FFAA7
Text Example
Text Example
White with #2FFAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAA7; }
p { color: rgb(47,250,167); }
H1.HeaderClassName
{
color: #2FFAA7;
}
.AnyTagClassName
{
color: #2FFAA7;
}
</style>
background-color css
<style>
a { background-color: #2FFAA7; }
a { background-color: rgb(47,250,167); }
div.DivClassName
{
background-color: #2FFAA7;
}
.BgClassName
{
background-color: #2FFAA7;
}
</style>
border-color css
<style>
span { border-color: #2FFAA7; }
span { border-color: rgb(47,250,167); }
td.TdClassName
{
border-color: #2FFAA7;
}
.TagClassName
{
border-color: #2FFAA7;
}
</style>