Shades of Shamrock #2AD2A3
Tints of Shamrock #2AD2A3
RGB
CMYK
RGB Variations
Color information
#2AD2A3 (or 0x2AD2A3) is known color: Shamrock. HEX triplet: 2A, D2 and A3. RGB value is (42,210,163). Sum of RGB (Red+Green+Blue) = 42+210+163=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD2A3 is #D52D5C. Grayscale: #9A9A9A. Windows color (decimal): -13970781 or 10736170. OLE color: 10736170.
HSL color Cylindrical-coordinate representation of color #2AD2A3: hue angle of 163.21º 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 #2AD2A3 is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 163 | - |
| CMYK | 0.8 | 0 | 0.22 | 0.18 |
| HSL | 163.21º | 0.67% | 0.49% | - |
| HSV(B) | 163.21º | 0.8% | 0.82% | - |
| XYZ | 30.61 | 49.23 | 42.54 | - |
| YUV | 154.41 | 132.84 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 163 | 0.8 | 0 | 0.22 | 0.18 | 163.21 | 0.67 | 0.49 |
| Hex | 2A | D2 | A3 | 50 | 0 | 16 | 12 | A3 | 43 | 31 |
| Octal | 52 | 322 | 243 | 120 | 0 | 26 | 22 | 243 | 103 | 61 |
| Binary | 101010 | 11010010 | 10100011 | 1010000 | 0 | 10110 | 10010 | 10100011 | 1000011 | 110001 |
Color Harmonies of #2AD2A3
Complementary color
Monochromatic Colors of #2AD2A3
Black with #2AD2A3
Text Example
Text Example
White with #2AD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2A3; }
p { color: rgb(42,210,163); }
H1.HeaderClassName
{
color: #2AD2A3;
}
.AnyTagClassName
{
color: #2AD2A3;
}
</style>
background-color css
<style>
a { background-color: #2AD2A3; }
a { background-color: rgb(42,210,163); }
div.DivClassName
{
background-color: #2AD2A3;
}
.BgClassName
{
background-color: #2AD2A3;
}
</style>
border-color css
<style>
span { border-color: #2AD2A3; }
span { border-color: rgb(42,210,163); }
td.TdClassName
{
border-color: #2AD2A3;
}
.TagClassName
{
border-color: #2AD2A3;
}
</style>