Shades of Shamrock #2AEC90
Tints of Shamrock #2AEC90
RGB
CMYK
RGB Variations
Color information
#2AEC90 (or 0x2AEC90) is known color: Shamrock. HEX triplet: 2A, EC and 90. RGB value is (42,236,144). Sum of RGB (Red+Green+Blue) = 42+236+144=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEC90 is #D5136F. Grayscale: #A7A7A7. Windows color (decimal): -13964144 or 9497642. OLE color: 9497642.
HSL color Cylindrical-coordinate representation of color #2AEC90: hue angle of 151.55º 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 #2AEC90 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 144 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.07 |
| HSL | 151.55º | 0.84% | 0.55% | - |
| HSV(B) | 151.55º | 0.82% | 0.93% | - |
| XYZ | 35.98 | 62.5 | 36.55 | - |
| YUV | 167.51 | 114.73 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 144 | 0.82 | 0 | 0.39 | 0.07 | 151.55 | 0.84 | 0.55 |
| Hex | 2A | EC | 90 | 52 | 0 | 27 | 7 | 98 | 54 | 37 |
| Octal | 52 | 354 | 220 | 122 | 0 | 47 | 7 | 230 | 124 | 67 |
| Binary | 101010 | 11101100 | 10010000 | 1010010 | 0 | 100111 | 111 | 10011000 | 1010100 | 110111 |
Color Harmonies of #2AEC90
Complementary color
Monochromatic Colors of #2AEC90
Black with #2AEC90
Text Example
Text Example
White with #2AEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEC90; }
p { color: rgb(42,236,144); }
H1.HeaderClassName
{
color: #2AEC90;
}
.AnyTagClassName
{
color: #2AEC90;
}
</style>
background-color css
<style>
a { background-color: #2AEC90; }
a { background-color: rgb(42,236,144); }
div.DivClassName
{
background-color: #2AEC90;
}
.BgClassName
{
background-color: #2AEC90;
}
</style>
border-color css
<style>
span { border-color: #2AEC90; }
span { border-color: rgb(42,236,144); }
td.TdClassName
{
border-color: #2AEC90;
}
.TagClassName
{
border-color: #2AEC90;
}
</style>