Shades of Shamrock #2AD59C
Tints of Shamrock #2AD59C
RGB
CMYK
RGB Variations
Color information
#2AD59C (or 0x2AD59C) is known color: Shamrock. HEX triplet: 2A, D5 and 9C. RGB value is (42,213,156). Sum of RGB (Red+Green+Blue) = 42+213+156=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD59C is #D52A63. Grayscale: #9B9B9B. Windows color (decimal): -13970020 or 10278186. OLE color: 10278186.
HSL color Cylindrical-coordinate representation of color #2AD59C: hue angle of 160º degrees, saturation: 0.67, 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 #2AD59C is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 156 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.16 |
| HSL | 160º | 0.67% | 0.5% | - |
| HSV(B) | 160º | 0.8% | 0.84% | - |
| XYZ | 30.75 | 50.48 | 39.58 | - |
| YUV | 155.37 | 128.35 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 156 | 0.80 | 0 | 0.27 | 0.16 | 160 | 0.67 | 0.5 |
| Hex | 2A | D5 | 9C | 50 | 0 | 1B | 10 | A0 | 43 | 32 |
| Octal | 52 | 325 | 234 | 120 | 0 | 33 | 20 | 240 | 103 | 62 |
| Binary | 101010 | 11010101 | 10011100 | 1010000 | 0 | 11011 | 10000 | 10100000 | 1000011 | 110010 |
Color Harmonies of #2AD59C
Complementary color
Monochromatic Colors of #2AD59C
Black with #2AD59C
Text Example
Text Example
White with #2AD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD59C; }
p { color: rgb(42,213,156); }
H1.HeaderClassName
{
color: #2AD59C;
}
.AnyTagClassName
{
color: #2AD59C;
}
</style>
background-color css
<style>
a { background-color: #2AD59C; }
a { background-color: rgb(42,213,156); }
div.DivClassName
{
background-color: #2AD59C;
}
.BgClassName
{
background-color: #2AD59C;
}
</style>
border-color css
<style>
span { border-color: #2AD59C; }
span { border-color: rgb(42,213,156); }
td.TdClassName
{
border-color: #2AD59C;
}
.TagClassName
{
border-color: #2AD59C;
}
</style>