Shades of Shamrock #2AE17B
Tints of Shamrock #2AE17B
RGB
CMYK
RGB Variations
Color information
#2AE17B (or 0x2AE17B) is known color: Shamrock. HEX triplet: 2A, E1 and 7B. RGB value is (42,225,123). Sum of RGB (Red+Green+Blue) = 42+225+123=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE17B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE17B is #D51E84. Grayscale: #9E9E9E. Windows color (decimal): -13966981 or 8118570. OLE color: 8118570.
HSL color Cylindrical-coordinate representation of color #2AE17B: hue angle of 146.56º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE17B is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 123 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.12 |
| HSL | 146.56º | 0.75% | 0.52% | - |
| HSV(B) | 146.56º | 0.81% | 0.88% | - |
| XYZ | 31.46 | 55.77 | 27.85 | - |
| YUV | 158.66 | 107.87 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 123 | 0.81 | 0 | 0.45 | 0.12 | 146.56 | 0.75 | 0.52 |
| Hex | 2A | E1 | 7B | 51 | 0 | 2D | C | 93 | 4B | 34 |
| Octal | 52 | 341 | 173 | 121 | 0 | 55 | 14 | 223 | 113 | 64 |
| Binary | 101010 | 11100001 | 1111011 | 1010001 | 0 | 101101 | 1100 | 10010011 | 1001011 | 110100 |
Color Harmonies of #2AE17B
Complementary color
Monochromatic Colors of #2AE17B
Black with #2AE17B
Text Example
Text Example
White with #2AE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE17B; }
p { color: rgb(42,225,123); }
H1.HeaderClassName
{
color: #2AE17B;
}
.AnyTagClassName
{
color: #2AE17B;
}
</style>
background-color css
<style>
a { background-color: #2AE17B; }
a { background-color: rgb(42,225,123); }
div.DivClassName
{
background-color: #2AE17B;
}
.BgClassName
{
background-color: #2AE17B;
}
</style>
border-color css
<style>
span { border-color: #2AE17B; }
span { border-color: rgb(42,225,123); }
td.TdClassName
{
border-color: #2AE17B;
}
.TagClassName
{
border-color: #2AE17B;
}
</style>