Shades of Shamrock #2ABD99
Tints of Shamrock #2ABD99
RGB
CMYK
RGB Variations
Color information
#2ABD99 (or 0x2ABD99) is known color: Shamrock. HEX triplet: 2A, BD and 99. RGB value is (42,189,153). Sum of RGB (Red+Green+Blue) = 42+189+153=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABD99 is #D54266. Grayscale: #8C8C8C. Windows color (decimal): -13976167 or 10075434. OLE color: 10075434.
HSL color Cylindrical-coordinate representation of color #2ABD99: hue angle of 165.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABD99 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 153 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.26 |
| HSL | 165.31º | 0.64% | 0.45% | - |
| HSV(B) | 165.31º | 0.78% | 0.74% | - |
| XYZ | 24.9 | 39.19 | 36.39 | - |
| YUV | 140.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 153 | 0.78 | 0 | 0.19 | 0.26 | 165.31 | 0.64 | 0.45 |
| Hex | 2A | BD | 99 | 4E | 0 | 13 | 1A | A5 | 40 | 2D |
| Octal | 52 | 275 | 231 | 116 | 0 | 23 | 32 | 245 | 100 | 55 |
| Binary | 101010 | 10111101 | 10011001 | 1001110 | 0 | 10011 | 11010 | 10100101 | 1000000 | 101101 |
Color Harmonies of #2ABD99
Complementary color
Monochromatic Colors of #2ABD99
Black with #2ABD99
Text Example
Text Example
White with #2ABD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD99; }
p { color: rgb(42,189,153); }
H1.HeaderClassName
{
color: #2ABD99;
}
.AnyTagClassName
{
color: #2ABD99;
}
</style>
background-color css
<style>
a { background-color: #2ABD99; }
a { background-color: rgb(42,189,153); }
div.DivClassName
{
background-color: #2ABD99;
}
.BgClassName
{
background-color: #2ABD99;
}
</style>
border-color css
<style>
span { border-color: #2ABD99; }
span { border-color: rgb(42,189,153); }
td.TdClassName
{
border-color: #2ABD99;
}
.TagClassName
{
border-color: #2ABD99;
}
</style>