Shades of Shamrock #34FFA3
Tints of Shamrock #34FFA3
RGB
CMYK
RGB Variations
Color information
#34FFA3 (or 0x34FFA3) is known color: Shamrock. HEX triplet: 34, FF and A3. RGB value is (52,255,163). Sum of RGB (Red+Green+Blue) = 52+255+163=470 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.06% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FFA3 is #CB005C. Grayscale: #B7B7B7. Windows color (decimal): -13303901 or 10747700. OLE color: 10747700.
HSL color Cylindrical-coordinate representation of color #34FFA3: hue angle of 152.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFA3 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 163 | - |
| CMYK | 0.80 | 0 | 0.36 | 0 |
| HSL | 152.81º | 1% | 0.6% | - |
| HSV(B) | 152.81º | 0.8% | 1% | - |
| XYZ | 43.79 | 74.89 | 46.8 | - |
| YUV | 183.82 | 116.25 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 163 | 0.80 | 0 | 0.36 | 0 | 152.81 | 1 | 0.6 |
| Hex | 34 | FF | A3 | 50 | 0 | 24 | 0 | 99 | 64 | 3C |
| Octal | 64 | 377 | 243 | 120 | 0 | 44 | 0 | 231 | 144 | 74 |
| Binary | 110100 | 11111111 | 10100011 | 1010000 | 0 | 100100 | 0 | 10011001 | 1100100 | 111100 |
Color Harmonies of #34FFA3
Complementary color
Monochromatic Colors of #34FFA3
Black with #34FFA3
Text Example
Text Example
White with #34FFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFA3; }
p { color: rgb(52,255,163); }
H1.HeaderClassName
{
color: #34FFA3;
}
.AnyTagClassName
{
color: #34FFA3;
}
</style>
background-color css
<style>
a { background-color: #34FFA3; }
a { background-color: rgb(52,255,163); }
div.DivClassName
{
background-color: #34FFA3;
}
.BgClassName
{
background-color: #34FFA3;
}
</style>
border-color css
<style>
span { border-color: #34FFA3; }
span { border-color: rgb(52,255,163); }
td.TdClassName
{
border-color: #34FFA3;
}
.TagClassName
{
border-color: #34FFA3;
}
</style>