Shades of Shamrock #2AE08D
Tints of Shamrock #2AE08D
RGB
CMYK
RGB Variations
Color information
#2AE08D (or 0x2AE08D) is known color: Shamrock. HEX triplet: 2A, E0 and 8D. RGB value is (42,224,141). Sum of RGB (Red+Green+Blue) = 42+224+141=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE08D is #D51F72. Grayscale: #A0A0A0. Windows color (decimal): -13967219 or 9297962. OLE color: 9297962.
HSL color Cylindrical-coordinate representation of color #2AE08D: hue angle of 152.64º 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 #2AE08D is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 141 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.12 |
| HSL | 152.64º | 0.75% | 0.52% | - |
| HSV(B) | 152.64º | 0.81% | 0.88% | - |
| XYZ | 32.42 | 55.73 | 34.25 | - |
| YUV | 160.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 141 | 0.81 | 0 | 0.37 | 0.12 | 152.64 | 0.75 | 0.52 |
| Hex | 2A | E0 | 8D | 51 | 0 | 25 | C | 99 | 4B | 34 |
| Octal | 52 | 340 | 215 | 121 | 0 | 45 | 14 | 231 | 113 | 64 |
| Binary | 101010 | 11100000 | 10001101 | 1010001 | 0 | 100101 | 1100 | 10011001 | 1001011 | 110100 |
Color Harmonies of #2AE08D
Complementary color
Monochromatic Colors of #2AE08D
Black with #2AE08D
Text Example
Text Example
White with #2AE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE08D; }
p { color: rgb(42,224,141); }
H1.HeaderClassName
{
color: #2AE08D;
}
.AnyTagClassName
{
color: #2AE08D;
}
</style>
background-color css
<style>
a { background-color: #2AE08D; }
a { background-color: rgb(42,224,141); }
div.DivClassName
{
background-color: #2AE08D;
}
.BgClassName
{
background-color: #2AE08D;
}
</style>
border-color css
<style>
span { border-color: #2AE08D; }
span { border-color: rgb(42,224,141); }
td.TdClassName
{
border-color: #2AE08D;
}
.TagClassName
{
border-color: #2AE08D;
}
</style>