Shades of Shamrock #2AD185
Tints of Shamrock #2AD185
RGB
CMYK
RGB Variations
Color information
#2AD185 (or 0x2AD185) is known color: Shamrock. HEX triplet: 2A, D1 and 85. RGB value is (42,209,133). Sum of RGB (Red+Green+Blue) = 42+209+133=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD185 is #D52E7A. Grayscale: #969696. Windows color (decimal): -13971067 or 8769834. OLE color: 8769834.
HSL color Cylindrical-coordinate representation of color #2AD185: hue angle of 152.69º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD185 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 133 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.18 |
| HSL | 152.69º | 0.67% | 0.49% | - |
| HSV(B) | 152.69º | 0.8% | 0.82% | - |
| XYZ | 27.99 | 47.79 | 29.94 | - |
| YUV | 150.4 | 118.17 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 133 | 0.80 | 0 | 0.36 | 0.18 | 152.69 | 0.67 | 0.49 |
| Hex | 2A | D1 | 85 | 50 | 0 | 24 | 12 | 99 | 43 | 31 |
| Octal | 52 | 321 | 205 | 120 | 0 | 44 | 22 | 231 | 103 | 61 |
| Binary | 101010 | 11010001 | 10000101 | 1010000 | 0 | 100100 | 10010 | 10011001 | 1000011 | 110001 |
Color Harmonies of #2AD185
Complementary color
Monochromatic Colors of #2AD185
Black with #2AD185
Text Example
Text Example
White with #2AD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD185; }
p { color: rgb(42,209,133); }
H1.HeaderClassName
{
color: #2AD185;
}
.AnyTagClassName
{
color: #2AD185;
}
</style>
background-color css
<style>
a { background-color: #2AD185; }
a { background-color: rgb(42,209,133); }
div.DivClassName
{
background-color: #2AD185;
}
.BgClassName
{
background-color: #2AD185;
}
</style>
border-color css
<style>
span { border-color: #2AD185; }
span { border-color: rgb(42,209,133); }
td.TdClassName
{
border-color: #2AD185;
}
.TagClassName
{
border-color: #2AD185;
}
</style>