Shades of Shamrock #2AEC99
Tints of Shamrock #2AEC99
RGB
CMYK
RGB Variations
Color information
#2AEC99 (or 0x2AEC99) is known color: Shamrock. HEX triplet: 2A, EC and 99. RGB value is (42,236,153). Sum of RGB (Red+Green+Blue) = 42+236+153=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEC99 is #D51366. Grayscale: #A8A8A8. Windows color (decimal): -13964135 or 10087466. OLE color: 10087466.
HSL color Cylindrical-coordinate representation of color #2AEC99: hue angle of 154.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC99 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 153 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.07 |
| HSL | 154.33º | 0.84% | 0.55% | - |
| HSV(B) | 154.33º | 0.82% | 0.93% | - |
| XYZ | 36.7 | 62.78 | 40.32 | - |
| YUV | 168.53 | 119.23 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 153 | 0.82 | 0 | 0.35 | 0.07 | 154.33 | 0.84 | 0.55 |
| Hex | 2A | EC | 99 | 52 | 0 | 23 | 7 | 9A | 54 | 37 |
| Octal | 52 | 354 | 231 | 122 | 0 | 43 | 7 | 232 | 124 | 67 |
| Binary | 101010 | 11101100 | 10011001 | 1010010 | 0 | 100011 | 111 | 10011010 | 1010100 | 110111 |
Color Harmonies of #2AEC99
Complementary color
Monochromatic Colors of #2AEC99
Black with #2AEC99
Text Example
Text Example
White with #2AEC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC99; }
p { color: rgb(42,236,153); }
H1.HeaderClassName
{
color: #2AEC99;
}
.AnyTagClassName
{
color: #2AEC99;
}
</style>
background-color css
<style>
a { background-color: #2AEC99; }
a { background-color: rgb(42,236,153); }
div.DivClassName
{
background-color: #2AEC99;
}
.BgClassName
{
background-color: #2AEC99;
}
</style>
border-color css
<style>
span { border-color: #2AEC99; }
span { border-color: rgb(42,236,153); }
td.TdClassName
{
border-color: #2AEC99;
}
.TagClassName
{
border-color: #2AEC99;
}
</style>