Shades of Shamrock #2ADDAF
Tints of Shamrock #2ADDAF
RGB
CMYK
RGB Variations
Color information
#2ADDAF (or 0x2ADDAF) is known color: Shamrock. HEX triplet: 2A, DD and AF. RGB value is (42,221,175). Sum of RGB (Red+Green+Blue) = 42+221+175=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDAF is #D52250. Grayscale: #A2A2A2. Windows color (decimal): -13967953 or 11525418. OLE color: 11525418.
HSL color Cylindrical-coordinate representation of color #2ADDAF: hue angle of 164.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDAF is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 175 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.13 |
| HSL | 164.58º | 0.72% | 0.52% | - |
| HSV(B) | 164.58º | 0.81% | 0.87% | - |
| XYZ | 34.55 | 55.3 | 49.41 | - |
| YUV | 162.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 175 | 0.81 | 0 | 0.21 | 0.13 | 164.58 | 0.72 | 0.52 |
| Hex | 2A | DD | AF | 51 | 0 | 15 | D | A5 | 48 | 34 |
| Octal | 52 | 335 | 257 | 121 | 0 | 25 | 15 | 245 | 110 | 64 |
| Binary | 101010 | 11011101 | 10101111 | 1010001 | 0 | 10101 | 1101 | 10100101 | 1001000 | 110100 |
Color Harmonies of #2ADDAF
Complementary color
Monochromatic Colors of #2ADDAF
Black with #2ADDAF
Text Example
Text Example
White with #2ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDAF; }
p { color: rgb(42,221,175); }
H1.HeaderClassName
{
color: #2ADDAF;
}
.AnyTagClassName
{
color: #2ADDAF;
}
</style>
background-color css
<style>
a { background-color: #2ADDAF; }
a { background-color: rgb(42,221,175); }
div.DivClassName
{
background-color: #2ADDAF;
}
.BgClassName
{
background-color: #2ADDAF;
}
</style>
border-color css
<style>
span { border-color: #2ADDAF; }
span { border-color: rgb(42,221,175); }
td.TdClassName
{
border-color: #2ADDAF;
}
.TagClassName
{
border-color: #2ADDAF;
}
</style>