Shades of Shamrock #2AE290
Tints of Shamrock #2AE290
RGB
CMYK
RGB Variations
Color information
#2AE290 (or 0x2AE290) is known color: Shamrock. HEX triplet: 2A, E2 and 90. RGB value is (42,226,144). Sum of RGB (Red+Green+Blue) = 42+226+144=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE290 is #D51D6F. Grayscale: #A1A1A1. Windows color (decimal): -13966704 or 9495082. OLE color: 9495082.
HSL color Cylindrical-coordinate representation of color #2AE290: hue angle of 153.26º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE290 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 144 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.11 |
| HSL | 153.26º | 0.76% | 0.53% | - |
| HSV(B) | 153.26º | 0.81% | 0.89% | - |
| XYZ | 33.19 | 56.9 | 35.62 | - |
| YUV | 161.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 144 | 0.81 | 0 | 0.36 | 0.11 | 153.26 | 0.76 | 0.53 |
| Hex | 2A | E2 | 90 | 51 | 0 | 24 | B | 99 | 4C | 35 |
| Octal | 52 | 342 | 220 | 121 | 0 | 44 | 13 | 231 | 114 | 65 |
| Binary | 101010 | 11100010 | 10010000 | 1010001 | 0 | 100100 | 1011 | 10011001 | 1001100 | 110101 |
Color Harmonies of #2AE290
Complementary color
Monochromatic Colors of #2AE290
Black with #2AE290
Text Example
Text Example
White with #2AE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE290; }
p { color: rgb(42,226,144); }
H1.HeaderClassName
{
color: #2AE290;
}
.AnyTagClassName
{
color: #2AE290;
}
</style>
background-color css
<style>
a { background-color: #2AE290; }
a { background-color: rgb(42,226,144); }
div.DivClassName
{
background-color: #2AE290;
}
.BgClassName
{
background-color: #2AE290;
}
</style>
border-color css
<style>
span { border-color: #2AE290; }
span { border-color: rgb(42,226,144); }
td.TdClassName
{
border-color: #2AE290;
}
.TagClassName
{
border-color: #2AE290;
}
</style>