Shades of Shamrock #34FFA5
Tints of Shamrock #34FFA5
RGB
CMYK
RGB Variations
Color information
#34FFA5 (or 0x34FFA5) is known color: Shamrock. HEX triplet: 34, FF and A5. RGB value is (52,255,165). Sum of RGB (Red+Green+Blue) = 52+255+165=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FFA5 is #CB005A. Grayscale: #B8B8B8. Windows color (decimal): -13303899 or 10878772. OLE color: 10878772.
HSL color Cylindrical-coordinate representation of color #34FFA5: hue angle of 153.4º 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 #34FFA5 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 165 | - |
| CMYK | 0.80 | 0 | 0.35 | 0 |
| HSL | 153.4º | 1% | 0.6% | - |
| HSV(B) | 153.4º | 0.8% | 1% | - |
| XYZ | 43.97 | 74.97 | 47.75 | - |
| YUV | 184.04 | 117.25 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 165 | 0.80 | 0 | 0.35 | 0 | 153.4 | 1 | 0.6 |
| Hex | 34 | FF | A5 | 50 | 0 | 23 | 0 | 99 | 64 | 3C |
| Octal | 64 | 377 | 245 | 120 | 0 | 43 | 0 | 231 | 144 | 74 |
| Binary | 110100 | 11111111 | 10100101 | 1010000 | 0 | 100011 | 0 | 10011001 | 1100100 | 111100 |
Color Harmonies of #34FFA5
Complementary color
Monochromatic Colors of #34FFA5
Black with #34FFA5
Text Example
Text Example
White with #34FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFA5; }
p { color: rgb(52,255,165); }
H1.HeaderClassName
{
color: #34FFA5;
}
.AnyTagClassName
{
color: #34FFA5;
}
</style>
background-color css
<style>
a { background-color: #34FFA5; }
a { background-color: rgb(52,255,165); }
div.DivClassName
{
background-color: #34FFA5;
}
.BgClassName
{
background-color: #34FFA5;
}
</style>
border-color css
<style>
span { border-color: #34FFA5; }
span { border-color: rgb(52,255,165); }
td.TdClassName
{
border-color: #34FFA5;
}
.TagClassName
{
border-color: #34FFA5;
}
</style>