Shades of Shamrock #2AD992
Tints of Shamrock #2AD992
RGB
CMYK
RGB Variations
Color information
#2AD992 (or 0x2AD992) is known color: Shamrock. HEX triplet: 2A, D9 and 92. RGB value is (42,217,146). Sum of RGB (Red+Green+Blue) = 42+217+146=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD992 is #D5266D. Grayscale: #9C9C9C. Windows color (decimal): -13969006 or 9623850. OLE color: 9623850.
HSL color Cylindrical-coordinate representation of color #2AD992: hue angle of 155.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD992 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 146 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.15 |
| HSL | 155.66º | 0.7% | 0.51% | - |
| HSV(B) | 155.66º | 0.81% | 0.85% | - |
| XYZ | 30.96 | 52.19 | 35.64 | - |
| YUV | 156.58 | 122.02 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 146 | 0.81 | 0 | 0.33 | 0.15 | 155.66 | 0.7 | 0.51 |
| Hex | 2A | D9 | 92 | 51 | 0 | 21 | F | 9C | 46 | 33 |
| Octal | 52 | 331 | 222 | 121 | 0 | 41 | 17 | 234 | 106 | 63 |
| Binary | 101010 | 11011001 | 10010010 | 1010001 | 0 | 100001 | 1111 | 10011100 | 1000110 | 110011 |
Color Harmonies of #2AD992
Complementary color
Monochromatic Colors of #2AD992
Black with #2AD992
Text Example
Text Example
White with #2AD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD992; }
p { color: rgb(42,217,146); }
H1.HeaderClassName
{
color: #2AD992;
}
.AnyTagClassName
{
color: #2AD992;
}
</style>
background-color css
<style>
a { background-color: #2AD992; }
a { background-color: rgb(42,217,146); }
div.DivClassName
{
background-color: #2AD992;
}
.BgClassName
{
background-color: #2AD992;
}
</style>
border-color css
<style>
span { border-color: #2AD992; }
span { border-color: rgb(42,217,146); }
td.TdClassName
{
border-color: #2AD992;
}
.TagClassName
{
border-color: #2AD992;
}
</style>