Shades of Shamrock #2AD69D
Tints of Shamrock #2AD69D
RGB
CMYK
RGB Variations
Color information
#2AD69D (or 0x2AD69D) is known color: Shamrock. HEX triplet: 2A, D6 and 9D. RGB value is (42,214,157). Sum of RGB (Red+Green+Blue) = 42+214+157=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD69D is #D52962. Grayscale: #9C9C9C. Windows color (decimal): -13969763 or 10343978. OLE color: 10343978.
HSL color Cylindrical-coordinate representation of color #2AD69D: hue angle of 160.12º 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 #2AD69D is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 157 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.16 |
| HSL | 160.12º | 0.68% | 0.5% | - |
| HSV(B) | 160.12º | 0.8% | 0.84% | - |
| XYZ | 31.09 | 51.02 | 40.11 | - |
| YUV | 156.07 | 128.52 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 157 | 0.80 | 0 | 0.27 | 0.16 | 160.12 | 0.68 | 0.5 |
| Hex | 2A | D6 | 9D | 50 | 0 | 1B | 10 | A0 | 44 | 32 |
| Octal | 52 | 326 | 235 | 120 | 0 | 33 | 20 | 240 | 104 | 62 |
| Binary | 101010 | 11010110 | 10011101 | 1010000 | 0 | 11011 | 10000 | 10100000 | 1000100 | 110010 |
Color Harmonies of #2AD69D
Complementary color
Monochromatic Colors of #2AD69D
Black with #2AD69D
Text Example
Text Example
White with #2AD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD69D; }
p { color: rgb(42,214,157); }
H1.HeaderClassName
{
color: #2AD69D;
}
.AnyTagClassName
{
color: #2AD69D;
}
</style>
background-color css
<style>
a { background-color: #2AD69D; }
a { background-color: rgb(42,214,157); }
div.DivClassName
{
background-color: #2AD69D;
}
.BgClassName
{
background-color: #2AD69D;
}
</style>
border-color css
<style>
span { border-color: #2AD69D; }
span { border-color: rgb(42,214,157); }
td.TdClassName
{
border-color: #2AD69D;
}
.TagClassName
{
border-color: #2AD69D;
}
</style>