Shades of Shamrock #34F08A
Tints of Shamrock #34F08A
RGB
CMYK
RGB Variations
Color information
#34F08A (or 0x34F08A) is known color: Shamrock. HEX triplet: 34, F0 and 8A. RGB value is (52,240,138). Sum of RGB (Red+Green+Blue) = 52+240+138=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #34F08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F08A is #CB0F75. Grayscale: #ACACAC. Windows color (decimal): -13307766 or 9105460. OLE color: 9105460.
HSL color Cylindrical-coordinate representation of color #34F08A: hue angle of 147.45º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F08A is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 138 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.06 |
| HSL | 147.45º | 0.86% | 0.57% | - |
| HSV(B) | 147.45º | 0.78% | 0.94% | - |
| XYZ | 37.16 | 64.89 | 34.61 | - |
| YUV | 172.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 138 | 0.78 | 0 | 0.42 | 0.06 | 147.45 | 0.86 | 0.57 |
| Hex | 34 | F0 | 8A | 4E | 0 | 2A | 6 | 93 | 56 | 39 |
| Octal | 64 | 360 | 212 | 116 | 0 | 52 | 6 | 223 | 126 | 71 |
| Binary | 110100 | 11110000 | 10001010 | 1001110 | 0 | 101010 | 110 | 10010011 | 1010110 | 111001 |
Color Harmonies of #34F08A
Complementary color
Monochromatic Colors of #34F08A
Black with #34F08A
Text Example
Text Example
White with #34F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F08A; }
p { color: rgb(52,240,138); }
H1.HeaderClassName
{
color: #34F08A;
}
.AnyTagClassName
{
color: #34F08A;
}
</style>
background-color css
<style>
a { background-color: #34F08A; }
a { background-color: rgb(52,240,138); }
div.DivClassName
{
background-color: #34F08A;
}
.BgClassName
{
background-color: #34F08A;
}
</style>
border-color css
<style>
span { border-color: #34F08A; }
span { border-color: rgb(52,240,138); }
td.TdClassName
{
border-color: #34F08A;
}
.TagClassName
{
border-color: #34F08A;
}
</style>