Shades of Shamrock #2ABE90
Tints of Shamrock #2ABE90
RGB
CMYK
RGB Variations
Color information
#2ABE90 (or 0x2ABE90) is known color: Shamrock. HEX triplet: 2A, BE and 90. RGB value is (42,190,144). Sum of RGB (Red+Green+Blue) = 42+190+144=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE90 is #D5416F. Grayscale: #8C8C8C. Windows color (decimal): -13975920 or 9485866. OLE color: 9485866.
HSL color Cylindrical-coordinate representation of color #2ABE90: hue angle of 161.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE90 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 144 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.25 |
| HSL | 161.35º | 0.64% | 0.45% | - |
| HSV(B) | 161.35º | 0.78% | 0.75% | - |
| XYZ | 24.4 | 39.33 | 32.69 | - |
| YUV | 140.5 | 129.97 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 144 | 0.78 | 0 | 0.24 | 0.25 | 161.35 | 0.64 | 0.45 |
| Hex | 2A | BE | 90 | 4E | 0 | 18 | 19 | A1 | 40 | 2D |
| Octal | 52 | 276 | 220 | 116 | 0 | 30 | 31 | 241 | 100 | 55 |
| Binary | 101010 | 10111110 | 10010000 | 1001110 | 0 | 11000 | 11001 | 10100001 | 1000000 | 101101 |
Color Harmonies of #2ABE90
Complementary color
Monochromatic Colors of #2ABE90
Black with #2ABE90
Text Example
Text Example
White with #2ABE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE90; }
p { color: rgb(42,190,144); }
H1.HeaderClassName
{
color: #2ABE90;
}
.AnyTagClassName
{
color: #2ABE90;
}
</style>
background-color css
<style>
a { background-color: #2ABE90; }
a { background-color: rgb(42,190,144); }
div.DivClassName
{
background-color: #2ABE90;
}
.BgClassName
{
background-color: #2ABE90;
}
</style>
border-color css
<style>
span { border-color: #2ABE90; }
span { border-color: rgb(42,190,144); }
td.TdClassName
{
border-color: #2ABE90;
}
.TagClassName
{
border-color: #2ABE90;
}
</style>