Shades of Shamrock #2ABF9A
Tints of Shamrock #2ABF9A
RGB
CMYK
RGB Variations
Color information
#2ABF9A (or 0x2ABF9A) is known color: Shamrock. HEX triplet: 2A, BF and 9A. RGB value is (42,191,154). Sum of RGB (Red+Green+Blue) = 42+191+154=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABF9A is #D54065. Grayscale: #8E8E8E. Windows color (decimal): -13975654 or 10141482. OLE color: 10141482.
HSL color Cylindrical-coordinate representation of color #2ABF9A: hue angle of 165.1º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF9A is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 154 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.25 |
| HSL | 165.1º | 0.64% | 0.46% | - |
| HSV(B) | 165.1º | 0.78% | 0.75% | - |
| XYZ | 25.42 | 40.09 | 36.97 | - |
| YUV | 142.23 | 134.64 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 154 | 0.78 | 0 | 0.19 | 0.25 | 165.1 | 0.64 | 0.46 |
| Hex | 2A | BF | 9A | 4E | 0 | 13 | 19 | A5 | 40 | 2E |
| Octal | 52 | 277 | 232 | 116 | 0 | 23 | 31 | 245 | 100 | 56 |
| Binary | 101010 | 10111111 | 10011010 | 1001110 | 0 | 10011 | 11001 | 10100101 | 1000000 | 101110 |
Color Harmonies of #2ABF9A
Complementary color
Monochromatic Colors of #2ABF9A
Black with #2ABF9A
Text Example
Text Example
White with #2ABF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF9A; }
p { color: rgb(42,191,154); }
H1.HeaderClassName
{
color: #2ABF9A;
}
.AnyTagClassName
{
color: #2ABF9A;
}
</style>
background-color css
<style>
a { background-color: #2ABF9A; }
a { background-color: rgb(42,191,154); }
div.DivClassName
{
background-color: #2ABF9A;
}
.BgClassName
{
background-color: #2ABF9A;
}
</style>
border-color css
<style>
span { border-color: #2ABF9A; }
span { border-color: rgb(42,191,154); }
td.TdClassName
{
border-color: #2ABF9A;
}
.TagClassName
{
border-color: #2ABF9A;
}
</style>