Shades of Shamrock #2AE68A
Tints of Shamrock #2AE68A
RGB
CMYK
RGB Variations
Color information
#2AE68A (or 0x2AE68A) is known color: Shamrock. HEX triplet: 2A, E6 and 8A. RGB value is (42,230,138). Sum of RGB (Red+Green+Blue) = 42+230+138=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE68A is #D51975. Grayscale: #A3A3A3. Windows color (decimal): -13965686 or 9102890. OLE color: 9102890.
HSL color Cylindrical-coordinate representation of color #2AE68A: hue angle of 150.64º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE68A is Cyan = 0.82, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 138 | - |
| CMYK | 0.82 | 0 | 0.4 | 0.10 |
| HSL | 150.64º | 0.79% | 0.53% | - |
| HSV(B) | 150.64º | 0.82% | 0.9% | - |
| XYZ | 33.84 | 58.92 | 33.63 | - |
| YUV | 163.3 | 113.72 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 138 | 0.82 | 0 | 0.4 | 0.10 | 150.64 | 0.79 | 0.53 |
| Hex | 2A | E6 | 8A | 52 | 0 | 28 | A | 97 | 4F | 35 |
| Octal | 52 | 346 | 212 | 122 | 0 | 50 | 12 | 227 | 117 | 65 |
| Binary | 101010 | 11100110 | 10001010 | 1010010 | 0 | 101000 | 1010 | 10010111 | 1001111 | 110101 |
Color Harmonies of #2AE68A
Complementary color
Monochromatic Colors of #2AE68A
Black with #2AE68A
Text Example
Text Example
White with #2AE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE68A; }
p { color: rgb(42,230,138); }
H1.HeaderClassName
{
color: #2AE68A;
}
.AnyTagClassName
{
color: #2AE68A;
}
</style>
background-color css
<style>
a { background-color: #2AE68A; }
a { background-color: rgb(42,230,138); }
div.DivClassName
{
background-color: #2AE68A;
}
.BgClassName
{
background-color: #2AE68A;
}
</style>
border-color css
<style>
span { border-color: #2AE68A; }
span { border-color: rgb(42,230,138); }
td.TdClassName
{
border-color: #2AE68A;
}
.TagClassName
{
border-color: #2AE68A;
}
</style>