Shades of Shamrock #2AE478
Tints of Shamrock #2AE478
RGB
CMYK
RGB Variations
Color information
#2AE478 (or 0x2AE478) is known color: Shamrock. HEX triplet: 2A, E4 and 78. RGB value is (42,228,120). Sum of RGB (Red+Green+Blue) = 42+228+120=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE478 is #D51B87. Grayscale: #A0A0A0. Windows color (decimal): -13966216 or 7922730. OLE color: 7922730.
HSL color Cylindrical-coordinate representation of color #2AE478: hue angle of 145.16º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE478 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 228 | 120 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.11 |
| HSL | 145.16º | 0.78% | 0.53% | - |
| HSV(B) | 145.16º | 0.82% | 0.89% | - |
| XYZ | 32.09 | 57.34 | 27.14 | - |
| YUV | 160.07 | 105.38 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 228 | 120 | 0.82 | 0 | 0.47 | 0.11 | 145.16 | 0.78 | 0.53 |
| Hex | 2A | E4 | 78 | 52 | 0 | 2F | B | 91 | 4E | 35 |
| Octal | 52 | 344 | 170 | 122 | 0 | 57 | 13 | 221 | 116 | 65 |
| Binary | 101010 | 11100100 | 1111000 | 1010010 | 0 | 101111 | 1011 | 10010001 | 1001110 | 110101 |
Color Harmonies of #2AE478
Complementary color
Monochromatic Colors of #2AE478
Black with #2AE478
Text Example
Text Example
White with #2AE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE478; }
p { color: rgb(42,228,120); }
H1.HeaderClassName
{
color: #2AE478;
}
.AnyTagClassName
{
color: #2AE478;
}
</style>
background-color css
<style>
a { background-color: #2AE478; }
a { background-color: rgb(42,228,120); }
div.DivClassName
{
background-color: #2AE478;
}
.BgClassName
{
background-color: #2AE478;
}
</style>
border-color css
<style>
span { border-color: #2AE478; }
span { border-color: rgb(42,228,120); }
td.TdClassName
{
border-color: #2AE478;
}
.TagClassName
{
border-color: #2AE478;
}
</style>