Shades of Shamrock #2ABE96
Tints of Shamrock #2ABE96
RGB
CMYK
RGB Variations
Color information
#2ABE96 (or 0x2ABE96) is known color: Shamrock. HEX triplet: 2A, BE and 96. RGB value is (42,190,150). Sum of RGB (Red+Green+Blue) = 42+190+150=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE96 is #D54169. Grayscale: #8D8D8D. Windows color (decimal): -13975914 or 9879082. OLE color: 9879082.
HSL color Cylindrical-coordinate representation of color #2ABE96: hue angle of 163.78º 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 #2ABE96 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 150 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.25 |
| HSL | 163.78º | 0.64% | 0.45% | - |
| HSV(B) | 163.78º | 0.78% | 0.75% | - |
| XYZ | 24.87 | 39.52 | 35.17 | - |
| YUV | 141.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 150 | 0.78 | 0 | 0.21 | 0.25 | 163.78 | 0.64 | 0.45 |
| Hex | 2A | BE | 96 | 4E | 0 | 15 | 19 | A4 | 40 | 2D |
| Octal | 52 | 276 | 226 | 116 | 0 | 25 | 31 | 244 | 100 | 55 |
| Binary | 101010 | 10111110 | 10010110 | 1001110 | 0 | 10101 | 11001 | 10100100 | 1000000 | 101101 |
Color Harmonies of #2ABE96
Complementary color
Monochromatic Colors of #2ABE96
Black with #2ABE96
Text Example
Text Example
White with #2ABE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE96; }
p { color: rgb(42,190,150); }
H1.HeaderClassName
{
color: #2ABE96;
}
.AnyTagClassName
{
color: #2ABE96;
}
</style>
background-color css
<style>
a { background-color: #2ABE96; }
a { background-color: rgb(42,190,150); }
div.DivClassName
{
background-color: #2ABE96;
}
.BgClassName
{
background-color: #2ABE96;
}
</style>
border-color css
<style>
span { border-color: #2ABE96; }
span { border-color: rgb(42,190,150); }
td.TdClassName
{
border-color: #2ABE96;
}
.TagClassName
{
border-color: #2ABE96;
}
</style>