Shades of Shamrock #2AE68F
Tints of Shamrock #2AE68F
RGB
CMYK
RGB Variations
Color information
#2AE68F (or 0x2AE68F) is known color: Shamrock. HEX triplet: 2A, E6 and 8F. RGB value is (42,230,143). Sum of RGB (Red+Green+Blue) = 42+230+143=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE68F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE68F is #D51970. Grayscale: #A4A4A4. Windows color (decimal): -13965681 or 9430570. OLE color: 9430570.
HSL color Cylindrical-coordinate representation of color #2AE68F: hue angle of 152.23º 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 #2AE68F is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 143 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.10 |
| HSL | 152.23º | 0.79% | 0.53% | - |
| HSV(B) | 152.23º | 0.82% | 0.9% | - |
| XYZ | 34.21 | 59.07 | 35.59 | - |
| YUV | 163.87 | 116.22 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 143 | 0.82 | 0 | 0.38 | 0.10 | 152.23 | 0.79 | 0.53 |
| Hex | 2A | E6 | 8F | 52 | 0 | 26 | A | 98 | 4F | 35 |
| Octal | 52 | 346 | 217 | 122 | 0 | 46 | 12 | 230 | 117 | 65 |
| Binary | 101010 | 11100110 | 10001111 | 1010010 | 0 | 100110 | 1010 | 10011000 | 1001111 | 110101 |
Color Harmonies of #2AE68F
Complementary color
Monochromatic Colors of #2AE68F
Black with #2AE68F
Text Example
Text Example
White with #2AE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE68F; }
p { color: rgb(42,230,143); }
H1.HeaderClassName
{
color: #2AE68F;
}
.AnyTagClassName
{
color: #2AE68F;
}
</style>
background-color css
<style>
a { background-color: #2AE68F; }
a { background-color: rgb(42,230,143); }
div.DivClassName
{
background-color: #2AE68F;
}
.BgClassName
{
background-color: #2AE68F;
}
</style>
border-color css
<style>
span { border-color: #2AE68F; }
span { border-color: rgb(42,230,143); }
td.TdClassName
{
border-color: #2AE68F;
}
.TagClassName
{
border-color: #2AE68F;
}
</style>