Shades of Shamrock #2ABE9A
Tints of Shamrock #2ABE9A
RGB
CMYK
RGB Variations
Color information
#2ABE9A (or 0x2ABE9A) is known color: Shamrock. HEX triplet: 2A, BE and 9A. RGB value is (42,190,154). Sum of RGB (Red+Green+Blue) = 42+190+154=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE9A is #D54165. Grayscale: #8D8D8D. Windows color (decimal): -13975910 or 10141226. OLE color: 10141226.
HSL color Cylindrical-coordinate representation of color #2ABE9A: hue angle of 165.41º 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 #2ABE9A is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 154 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.25 |
| HSL | 165.41º | 0.64% | 0.45% | - |
| HSV(B) | 165.41º | 0.78% | 0.75% | - |
| XYZ | 25.2 | 39.65 | 36.9 | - |
| YUV | 141.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 154 | 0.78 | 0 | 0.19 | 0.25 | 165.41 | 0.64 | 0.45 |
| Hex | 2A | BE | 9A | 4E | 0 | 13 | 19 | A5 | 40 | 2D |
| Octal | 52 | 276 | 232 | 116 | 0 | 23 | 31 | 245 | 100 | 55 |
| Binary | 101010 | 10111110 | 10011010 | 1001110 | 0 | 10011 | 11001 | 10100101 | 1000000 | 101101 |
Color Harmonies of #2ABE9A
Complementary color
Monochromatic Colors of #2ABE9A
Black with #2ABE9A
Text Example
Text Example
White with #2ABE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE9A; }
p { color: rgb(42,190,154); }
H1.HeaderClassName
{
color: #2ABE9A;
}
.AnyTagClassName
{
color: #2ABE9A;
}
</style>
background-color css
<style>
a { background-color: #2ABE9A; }
a { background-color: rgb(42,190,154); }
div.DivClassName
{
background-color: #2ABE9A;
}
.BgClassName
{
background-color: #2ABE9A;
}
</style>
border-color css
<style>
span { border-color: #2ABE9A; }
span { border-color: rgb(42,190,154); }
td.TdClassName
{
border-color: #2ABE9A;
}
.TagClassName
{
border-color: #2ABE9A;
}
</style>