Shades of Shamrock #2AEDA0
Tints of Shamrock #2AEDA0
RGB
CMYK
RGB Variations
Color information
#2AEDA0 (or 0x2AEDA0) is known color: Shamrock. HEX triplet: 2A, ED and A0. RGB value is (42,237,160). Sum of RGB (Red+Green+Blue) = 42+237+160=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEDA0 is #D5125F. Grayscale: #AAAAAA. Windows color (decimal): -13963872 or 10546474. OLE color: 10546474.
HSL color Cylindrical-coordinate representation of color #2AEDA0: hue angle of 156.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEDA0 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 160 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.07 |
| HSL | 156.31º | 0.84% | 0.55% | - |
| HSV(B) | 156.31º | 0.82% | 0.93% | - |
| XYZ | 37.58 | 63.6 | 43.55 | - |
| YUV | 169.92 | 122.4 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 160 | 0.82 | 0 | 0.32 | 0.07 | 156.31 | 0.84 | 0.55 |
| Hex | 2A | ED | A0 | 52 | 0 | 20 | 7 | 9C | 54 | 37 |
| Octal | 52 | 355 | 240 | 122 | 0 | 40 | 7 | 234 | 124 | 67 |
| Binary | 101010 | 11101101 | 10100000 | 1010010 | 0 | 100000 | 111 | 10011100 | 1010100 | 110111 |
Color Harmonies of #2AEDA0
Complementary color
Monochromatic Colors of #2AEDA0
Black with #2AEDA0
Text Example
Text Example
White with #2AEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDA0; }
p { color: rgb(42,237,160); }
H1.HeaderClassName
{
color: #2AEDA0;
}
.AnyTagClassName
{
color: #2AEDA0;
}
</style>
background-color css
<style>
a { background-color: #2AEDA0; }
a { background-color: rgb(42,237,160); }
div.DivClassName
{
background-color: #2AEDA0;
}
.BgClassName
{
background-color: #2AEDA0;
}
</style>
border-color css
<style>
span { border-color: #2AEDA0; }
span { border-color: rgb(42,237,160); }
td.TdClassName
{
border-color: #2AEDA0;
}
.TagClassName
{
border-color: #2AEDA0;
}
</style>