Shades of Shamrock #34FEAC
Tints of Shamrock #34FEAC
RGB
CMYK
RGB Variations
Color information
#34FEAC (or 0x34FEAC) is known color: Shamrock. HEX triplet: 34, FE and AC. RGB value is (52,254,172). Sum of RGB (Red+Green+Blue) = 52+254+172=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FEAC is #CB0153. Grayscale: #B8B8B8. Windows color (decimal): -13304148 or 11337268. OLE color: 11337268.
HSL color Cylindrical-coordinate representation of color #34FEAC: hue angle of 155.64º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEAC is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 172 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.00 |
| HSL | 155.64º | 0.99% | 0.6% | - |
| HSV(B) | 155.64º | 0.8% | 1% | - |
| XYZ | 44.3 | 74.59 | 51.09 | - |
| YUV | 184.25 | 121.08 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 172 | 0.80 | 0 | 0.32 | 0.00 | 155.64 | 0.99 | 0.6 |
| Hex | 34 | FE | AC | 50 | 0 | 20 | 0 | 9C | 63 | 3C |
| Octal | 64 | 376 | 254 | 120 | 0 | 40 | 0 | 234 | 143 | 74 |
| Binary | 110100 | 11111110 | 10101100 | 1010000 | 0 | 100000 | 0 | 10011100 | 1100011 | 111100 |
Color Harmonies of #34FEAC
Complementary color
Monochromatic Colors of #34FEAC
Black with #34FEAC
Text Example
Text Example
White with #34FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEAC; }
p { color: rgb(52,254,172); }
H1.HeaderClassName
{
color: #34FEAC;
}
.AnyTagClassName
{
color: #34FEAC;
}
</style>
background-color css
<style>
a { background-color: #34FEAC; }
a { background-color: rgb(52,254,172); }
div.DivClassName
{
background-color: #34FEAC;
}
.BgClassName
{
background-color: #34FEAC;
}
</style>
border-color css
<style>
span { border-color: #34FEAC; }
span { border-color: rgb(52,254,172); }
td.TdClassName
{
border-color: #34FEAC;
}
.TagClassName
{
border-color: #34FEAC;
}
</style>