Shades of Shamrock #2AD69F
Tints of Shamrock #2AD69F
RGB
CMYK
RGB Variations
Color information
#2AD69F (or 0x2AD69F) is known color: Shamrock. HEX triplet: 2A, D6 and 9F. RGB value is (42,214,159). Sum of RGB (Red+Green+Blue) = 42+214+159=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD69F is #D52960. Grayscale: #9C9C9C. Windows color (decimal): -13969761 or 10475050. OLE color: 10475050.
HSL color Cylindrical-coordinate representation of color #2AD69F: hue angle of 160.81º 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 #2AD69F is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 159 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.16 |
| HSL | 160.81º | 0.68% | 0.5% | - |
| HSV(B) | 160.81º | 0.8% | 0.84% | - |
| XYZ | 31.26 | 51.09 | 41.01 | - |
| YUV | 156.3 | 129.52 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 159 | 0.80 | 0 | 0.26 | 0.16 | 160.81 | 0.68 | 0.5 |
| Hex | 2A | D6 | 9F | 50 | 0 | 1A | 10 | A1 | 44 | 32 |
| Octal | 52 | 326 | 237 | 120 | 0 | 32 | 20 | 241 | 104 | 62 |
| Binary | 101010 | 11010110 | 10011111 | 1010000 | 0 | 11010 | 10000 | 10100001 | 1000100 | 110010 |
Color Harmonies of #2AD69F
Complementary color
Monochromatic Colors of #2AD69F
Black with #2AD69F
Text Example
Text Example
White with #2AD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD69F; }
p { color: rgb(42,214,159); }
H1.HeaderClassName
{
color: #2AD69F;
}
.AnyTagClassName
{
color: #2AD69F;
}
</style>
background-color css
<style>
a { background-color: #2AD69F; }
a { background-color: rgb(42,214,159); }
div.DivClassName
{
background-color: #2AD69F;
}
.BgClassName
{
background-color: #2AD69F;
}
</style>
border-color css
<style>
span { border-color: #2AD69F; }
span { border-color: rgb(42,214,159); }
td.TdClassName
{
border-color: #2AD69F;
}
.TagClassName
{
border-color: #2AD69F;
}
</style>