Shades of Shamrock #2AE397
Tints of Shamrock #2AE397
RGB
CMYK
RGB Variations
Color information
#2AE397 (or 0x2AE397) is known color: Shamrock. HEX triplet: 2A, E3 and 97. RGB value is (42,227,151). Sum of RGB (Red+Green+Blue) = 42+227+151=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE397 is #D51C68. Grayscale: #A3A3A3. Windows color (decimal): -13966441 or 9954090. OLE color: 9954090.
HSL color Cylindrical-coordinate representation of color #2AE397: hue angle of 155.35º degrees, saturation: 0.77, 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 #2AE397 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 151 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.11 |
| HSL | 155.35º | 0.77% | 0.53% | - |
| HSV(B) | 155.35º | 0.81% | 0.89% | - |
| XYZ | 34.01 | 57.66 | 38.62 | - |
| YUV | 163.02 | 121.21 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 151 | 0.81 | 0 | 0.33 | 0.11 | 155.35 | 0.77 | 0.53 |
| Hex | 2A | E3 | 97 | 51 | 0 | 21 | B | 9B | 4D | 35 |
| Octal | 52 | 343 | 227 | 121 | 0 | 41 | 13 | 233 | 115 | 65 |
| Binary | 101010 | 11100011 | 10010111 | 1010001 | 0 | 100001 | 1011 | 10011011 | 1001101 | 110101 |
Color Harmonies of #2AE397
Complementary color
Monochromatic Colors of #2AE397
Black with #2AE397
Text Example
Text Example
White with #2AE397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE397; }
p { color: rgb(42,227,151); }
H1.HeaderClassName
{
color: #2AE397;
}
.AnyTagClassName
{
color: #2AE397;
}
</style>
background-color css
<style>
a { background-color: #2AE397; }
a { background-color: rgb(42,227,151); }
div.DivClassName
{
background-color: #2AE397;
}
.BgClassName
{
background-color: #2AE397;
}
</style>
border-color css
<style>
span { border-color: #2AE397; }
span { border-color: rgb(42,227,151); }
td.TdClassName
{
border-color: #2AE397;
}
.TagClassName
{
border-color: #2AE397;
}
</style>