Shades of Shamrock #2FFAAC
Tints of Shamrock #2FFAAC
RGB
CMYK
RGB Variations
Color information
#2FFAAC (or 0x2FFAAC) is known color: Shamrock. HEX triplet: 2F, FA and AC. RGB value is (47,250,172). Sum of RGB (Red+Green+Blue) = 47+250+172=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFAAC is #D00553. Grayscale: #B4B4B4. Windows color (decimal): -13632852 or 11336239. OLE color: 11336239.
HSL color Cylindrical-coordinate representation of color #2FFAAC: hue angle of 156.95º 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 #2FFAAC is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 172 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.02 |
| HSL | 156.95º | 0.95% | 0.58% | - |
| HSV(B) | 156.95º | 0.81% | 0.98% | - |
| XYZ | 42.8 | 71.95 | 50.66 | - |
| YUV | 180.41 | 123.25 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 172 | 0.81 | 0 | 0.31 | 0.02 | 156.95 | 0.95 | 0.58 |
| Hex | 2F | FA | AC | 51 | 0 | 1F | 2 | 9D | 5F | 3A |
| Octal | 57 | 372 | 254 | 121 | 0 | 37 | 2 | 235 | 137 | 72 |
| Binary | 101111 | 11111010 | 10101100 | 1010001 | 0 | 11111 | 10 | 10011101 | 1011111 | 111010 |
Color Harmonies of #2FFAAC
Complementary color
Monochromatic Colors of #2FFAAC
Black with #2FFAAC
Text Example
Text Example
White with #2FFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAAC; }
p { color: rgb(47,250,172); }
H1.HeaderClassName
{
color: #2FFAAC;
}
.AnyTagClassName
{
color: #2FFAAC;
}
</style>
background-color css
<style>
a { background-color: #2FFAAC; }
a { background-color: rgb(47,250,172); }
div.DivClassName
{
background-color: #2FFAAC;
}
.BgClassName
{
background-color: #2FFAAC;
}
</style>
border-color css
<style>
span { border-color: #2FFAAC; }
span { border-color: rgb(47,250,172); }
td.TdClassName
{
border-color: #2FFAAC;
}
.TagClassName
{
border-color: #2FFAAC;
}
</style>