Shades of Shamrock #2ADA8F
Tints of Shamrock #2ADA8F
RGB
CMYK
RGB Variations
Color information
#2ADA8F (or 0x2ADA8F) is known color: Shamrock. HEX triplet: 2A, DA and 8F. RGB value is (42,218,143). Sum of RGB (Red+Green+Blue) = 42+218+143=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADA8F is #D52570. Grayscale: #9C9C9C. Windows color (decimal): -13968753 or 9427498. OLE color: 9427498.
HSL color Cylindrical-coordinate representation of color #2ADA8F: hue angle of 154.43º 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 #2ADA8F is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 143 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.15 |
| HSL | 154.43º | 0.7% | 0.51% | - |
| HSV(B) | 154.43º | 0.81% | 0.85% | - |
| XYZ | 30.98 | 52.62 | 34.51 | - |
| YUV | 156.83 | 120.19 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 143 | 0.81 | 0 | 0.34 | 0.15 | 154.43 | 0.7 | 0.51 |
| Hex | 2A | DA | 8F | 51 | 0 | 22 | F | 9A | 46 | 33 |
| Octal | 52 | 332 | 217 | 121 | 0 | 42 | 17 | 232 | 106 | 63 |
| Binary | 101010 | 11011010 | 10001111 | 1010001 | 0 | 100010 | 1111 | 10011010 | 1000110 | 110011 |
Color Harmonies of #2ADA8F
Complementary color
Monochromatic Colors of #2ADA8F
Black with #2ADA8F
Text Example
Text Example
White with #2ADA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA8F; }
p { color: rgb(42,218,143); }
H1.HeaderClassName
{
color: #2ADA8F;
}
.AnyTagClassName
{
color: #2ADA8F;
}
</style>
background-color css
<style>
a { background-color: #2ADA8F; }
a { background-color: rgb(42,218,143); }
div.DivClassName
{
background-color: #2ADA8F;
}
.BgClassName
{
background-color: #2ADA8F;
}
</style>
border-color css
<style>
span { border-color: #2ADA8F; }
span { border-color: rgb(42,218,143); }
td.TdClassName
{
border-color: #2ADA8F;
}
.TagClassName
{
border-color: #2ADA8F;
}
</style>