Shades of Shamrock #2ADFAA
Tints of Shamrock #2ADFAA
RGB
CMYK
RGB Variations
Color information
#2ADFAA (or 0x2ADFAA) is known color: Shamrock. HEX triplet: 2A, DF and AA. RGB value is (42,223,170). Sum of RGB (Red+Green+Blue) = 42+223+170=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADFAA is #D52055. Grayscale: #A2A2A2. Windows color (decimal): -13967446 or 11198250. OLE color: 11198250.
HSL color Cylindrical-coordinate representation of color #2ADFAA: hue angle of 162.43º 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 #2ADFAA is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 170 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.13 |
| HSL | 162.43º | 0.74% | 0.52% | - |
| HSV(B) | 162.43º | 0.81% | 0.87% | - |
| XYZ | 34.6 | 56.17 | 47.05 | - |
| YUV | 162.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 170 | 0.81 | 0 | 0.24 | 0.13 | 162.43 | 0.74 | 0.52 |
| Hex | 2A | DF | AA | 51 | 0 | 18 | D | A2 | 4A | 34 |
| Octal | 52 | 337 | 252 | 121 | 0 | 30 | 15 | 242 | 112 | 64 |
| Binary | 101010 | 11011111 | 10101010 | 1010001 | 0 | 11000 | 1101 | 10100010 | 1001010 | 110100 |
Color Harmonies of #2ADFAA
Complementary color
Monochromatic Colors of #2ADFAA
Black with #2ADFAA
Text Example
Text Example
White with #2ADFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFAA; }
p { color: rgb(42,223,170); }
H1.HeaderClassName
{
color: #2ADFAA;
}
.AnyTagClassName
{
color: #2ADFAA;
}
</style>
background-color css
<style>
a { background-color: #2ADFAA; }
a { background-color: rgb(42,223,170); }
div.DivClassName
{
background-color: #2ADFAA;
}
.BgClassName
{
background-color: #2ADFAA;
}
</style>
border-color css
<style>
span { border-color: #2ADFAA; }
span { border-color: rgb(42,223,170); }
td.TdClassName
{
border-color: #2ADFAA;
}
.TagClassName
{
border-color: #2ADFAA;
}
</style>