Shades of Shamrock #2AE095
Tints of Shamrock #2AE095
RGB
CMYK
RGB Variations
Color information
#2AE095 (or 0x2AE095) is known color: Shamrock. HEX triplet: 2A, E0 and 95. RGB value is (42,224,149). Sum of RGB (Red+Green+Blue) = 42+224+149=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE095 is #D51F6A. Grayscale: #A1A1A1. Windows color (decimal): -13967211 or 9822250. OLE color: 9822250.
HSL color Cylindrical-coordinate representation of color #2AE095: hue angle of 155.27º 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 #2AE095 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 224 | 149 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.12 |
| HSL | 155.27º | 0.75% | 0.52% | - |
| HSV(B) | 155.27º | 0.81% | 0.88% | - |
| XYZ | 33.04 | 55.97 | 37.5 | - |
| YUV | 161.03 | 121.2 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 224 | 149 | 0.81 | 0 | 0.33 | 0.12 | 155.27 | 0.75 | 0.52 |
| Hex | 2A | E0 | 95 | 51 | 0 | 21 | C | 9B | 4B | 34 |
| Octal | 52 | 340 | 225 | 121 | 0 | 41 | 14 | 233 | 113 | 64 |
| Binary | 101010 | 11100000 | 10010101 | 1010001 | 0 | 100001 | 1100 | 10011011 | 1001011 | 110100 |
Color Harmonies of #2AE095
Complementary color
Monochromatic Colors of #2AE095
Black with #2AE095
Text Example
Text Example
White with #2AE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE095; }
p { color: rgb(42,224,149); }
H1.HeaderClassName
{
color: #2AE095;
}
.AnyTagClassName
{
color: #2AE095;
}
</style>
background-color css
<style>
a { background-color: #2AE095; }
a { background-color: rgb(42,224,149); }
div.DivClassName
{
background-color: #2AE095;
}
.BgClassName
{
background-color: #2AE095;
}
</style>
border-color css
<style>
span { border-color: #2AE095; }
span { border-color: rgb(42,224,149); }
td.TdClassName
{
border-color: #2AE095;
}
.TagClassName
{
border-color: #2AE095;
}
</style>