Shades of Shamrock #2AE68C
Tints of Shamrock #2AE68C
RGB
CMYK
RGB Variations
Color information
#2AE68C (or 0x2AE68C) is known color: Shamrock. HEX triplet: 2A, E6 and 8C. RGB value is (42,230,140). Sum of RGB (Red+Green+Blue) = 42+230+140=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE68C is #D51973. Grayscale: #A3A3A3. Windows color (decimal): -13965684 or 9233962. OLE color: 9233962.
HSL color Cylindrical-coordinate representation of color #2AE68C: hue angle of 151.28º 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 #2AE68C is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 140 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.10 |
| HSL | 151.28º | 0.79% | 0.53% | - |
| HSV(B) | 151.28º | 0.82% | 0.9% | - |
| XYZ | 33.99 | 58.98 | 34.4 | - |
| YUV | 163.53 | 114.72 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 140 | 0.82 | 0 | 0.39 | 0.10 | 151.28 | 0.79 | 0.53 |
| Hex | 2A | E6 | 8C | 52 | 0 | 27 | A | 97 | 4F | 35 |
| Octal | 52 | 346 | 214 | 122 | 0 | 47 | 12 | 227 | 117 | 65 |
| Binary | 101010 | 11100110 | 10001100 | 1010010 | 0 | 100111 | 1010 | 10010111 | 1001111 | 110101 |
Color Harmonies of #2AE68C
Complementary color
Monochromatic Colors of #2AE68C
Black with #2AE68C
Text Example
Text Example
White with #2AE68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE68C; }
p { color: rgb(42,230,140); }
H1.HeaderClassName
{
color: #2AE68C;
}
.AnyTagClassName
{
color: #2AE68C;
}
</style>
background-color css
<style>
a { background-color: #2AE68C; }
a { background-color: rgb(42,230,140); }
div.DivClassName
{
background-color: #2AE68C;
}
.BgClassName
{
background-color: #2AE68C;
}
</style>
border-color css
<style>
span { border-color: #2AE68C; }
span { border-color: rgb(42,230,140); }
td.TdClassName
{
border-color: #2AE68C;
}
.TagClassName
{
border-color: #2AE68C;
}
</style>