Shades of Shamrock #2ADFAC
Tints of Shamrock #2ADFAC
RGB
CMYK
RGB Variations
Color information
#2ADFAC (or 0x2ADFAC) is known color: Shamrock. HEX triplet: 2A, DF and AC. RGB value is (42,223,172). Sum of RGB (Red+Green+Blue) = 42+223+172=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADFAC is #D52053. Grayscale: #A3A3A3. Windows color (decimal): -13967444 or 11329322. OLE color: 11329322.
HSL color Cylindrical-coordinate representation of color #2ADFAC: hue angle of 163.09º degrees, saturation: 0.74, 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 #2ADFAC is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 172 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.13 |
| HSL | 163.09º | 0.74% | 0.52% | - |
| HSV(B) | 163.09º | 0.81% | 0.87% | - |
| XYZ | 34.79 | 56.25 | 48.05 | - |
| YUV | 163.07 | 133.03 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 172 | 0.81 | 0 | 0.23 | 0.13 | 163.09 | 0.74 | 0.52 |
| Hex | 2A | DF | AC | 51 | 0 | 17 | D | A3 | 4A | 34 |
| Octal | 52 | 337 | 254 | 121 | 0 | 27 | 15 | 243 | 112 | 64 |
| Binary | 101010 | 11011111 | 10101100 | 1010001 | 0 | 10111 | 1101 | 10100011 | 1001010 | 110100 |
Color Harmonies of #2ADFAC
Complementary color
Monochromatic Colors of #2ADFAC
Black with #2ADFAC
Text Example
Text Example
White with #2ADFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFAC; }
p { color: rgb(42,223,172); }
H1.HeaderClassName
{
color: #2ADFAC;
}
.AnyTagClassName
{
color: #2ADFAC;
}
</style>
background-color css
<style>
a { background-color: #2ADFAC; }
a { background-color: rgb(42,223,172); }
div.DivClassName
{
background-color: #2ADFAC;
}
.BgClassName
{
background-color: #2ADFAC;
}
</style>
border-color css
<style>
span { border-color: #2ADFAC; }
span { border-color: rgb(42,223,172); }
td.TdClassName
{
border-color: #2ADFAC;
}
.TagClassName
{
border-color: #2ADFAC;
}
</style>