Shades of Shamrock #2AD67F
Tints of Shamrock #2AD67F
RGB
CMYK
RGB Variations
Color information
#2AD67F (or 0x2AD67F) is known color: Shamrock. HEX triplet: 2A, D6 and 7F. RGB value is (42,214,127). Sum of RGB (Red+Green+Blue) = 42+214+127=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD67F is #D52980. Grayscale: #989898. Windows color (decimal): -13969793 or 8377898. OLE color: 8377898.
HSL color Cylindrical-coordinate representation of color #2AD67F: hue angle of 149.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD67F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 127 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.16 |
| HSL | 149.65º | 0.68% | 0.5% | - |
| HSV(B) | 149.65º | 0.8% | 0.84% | - |
| XYZ | 28.83 | 50.12 | 28.23 | - |
| YUV | 152.65 | 113.52 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 127 | 0.80 | 0 | 0.41 | 0.16 | 149.65 | 0.68 | 0.5 |
| Hex | 2A | D6 | 7F | 50 | 0 | 29 | 10 | 96 | 44 | 32 |
| Octal | 52 | 326 | 177 | 120 | 0 | 51 | 20 | 226 | 104 | 62 |
| Binary | 101010 | 11010110 | 1111111 | 1010000 | 0 | 101001 | 10000 | 10010110 | 1000100 | 110010 |
Color Harmonies of #2AD67F
Complementary color
Monochromatic Colors of #2AD67F
Black with #2AD67F
Text Example
Text Example
White with #2AD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD67F; }
p { color: rgb(42,214,127); }
H1.HeaderClassName
{
color: #2AD67F;
}
.AnyTagClassName
{
color: #2AD67F;
}
</style>
background-color css
<style>
a { background-color: #2AD67F; }
a { background-color: rgb(42,214,127); }
div.DivClassName
{
background-color: #2AD67F;
}
.BgClassName
{
background-color: #2AD67F;
}
</style>
border-color css
<style>
span { border-color: #2AD67F; }
span { border-color: rgb(42,214,127); }
td.TdClassName
{
border-color: #2AD67F;
}
.TagClassName
{
border-color: #2AD67F;
}
</style>