Shades of Shamrock #2AC09C
Tints of Shamrock #2AC09C
RGB
CMYK
RGB Variations
Color information
#2AC09C (or 0x2AC09C) is known color: Shamrock. HEX triplet: 2A, C0 and 9C. RGB value is (42,192,156). Sum of RGB (Red+Green+Blue) = 42+192+156=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC09C is #D53F63. Grayscale: #8F8F8F. Windows color (decimal): -13975396 or 10272810. OLE color: 10272810.
HSL color Cylindrical-coordinate representation of color #2AC09C: hue angle of 165.6º 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 #2AC09C is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 156 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.25 |
| HSL | 165.6º | 0.64% | 0.46% | - |
| HSV(B) | 165.6º | 0.78% | 0.75% | - |
| XYZ | 25.81 | 40.59 | 37.93 | - |
| YUV | 143.05 | 135.31 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 156 | 0.78 | 0 | 0.19 | 0.25 | 165.6 | 0.64 | 0.46 |
| Hex | 2A | C0 | 9C | 4E | 0 | 13 | 19 | A6 | 40 | 2E |
| Octal | 52 | 300 | 234 | 116 | 0 | 23 | 31 | 246 | 100 | 56 |
| Binary | 101010 | 11000000 | 10011100 | 1001110 | 0 | 10011 | 11001 | 10100110 | 1000000 | 101110 |
Color Harmonies of #2AC09C
Complementary color
Monochromatic Colors of #2AC09C
Black with #2AC09C
Text Example
Text Example
White with #2AC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC09C; }
p { color: rgb(42,192,156); }
H1.HeaderClassName
{
color: #2AC09C;
}
.AnyTagClassName
{
color: #2AC09C;
}
</style>
background-color css
<style>
a { background-color: #2AC09C; }
a { background-color: rgb(42,192,156); }
div.DivClassName
{
background-color: #2AC09C;
}
.BgClassName
{
background-color: #2AC09C;
}
</style>
border-color css
<style>
span { border-color: #2AC09C; }
span { border-color: rgb(42,192,156); }
td.TdClassName
{
border-color: #2AC09C;
}
.TagClassName
{
border-color: #2AC09C;
}
</style>