Shades of Shamrock #2AC09B
Tints of Shamrock #2AC09B
RGB
CMYK
RGB Variations
Color information
#2AC09B (or 0x2AC09B) is known color: Shamrock. HEX triplet: 2A, C0 and 9B. RGB value is (42,192,155). Sum of RGB (Red+Green+Blue) = 42+192+155=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC09B is #D53F64. Grayscale: #8E8E8E. Windows color (decimal): -13975397 or 10207274. OLE color: 10207274.
HSL color Cylindrical-coordinate representation of color #2AC09B: hue angle of 165.2º 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 #2AC09B is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 155 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.25 |
| HSL | 165.2º | 0.64% | 0.46% | - |
| HSV(B) | 165.2º | 0.78% | 0.75% | - |
| XYZ | 25.72 | 40.56 | 37.48 | - |
| YUV | 142.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 155 | 0.78 | 0 | 0.19 | 0.25 | 165.2 | 0.64 | 0.46 |
| Hex | 2A | C0 | 9B | 4E | 0 | 13 | 19 | A5 | 40 | 2E |
| Octal | 52 | 300 | 233 | 116 | 0 | 23 | 31 | 245 | 100 | 56 |
| Binary | 101010 | 11000000 | 10011011 | 1001110 | 0 | 10011 | 11001 | 10100101 | 1000000 | 101110 |
Color Harmonies of #2AC09B
Complementary color
Monochromatic Colors of #2AC09B
Black with #2AC09B
Text Example
Text Example
White with #2AC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC09B; }
p { color: rgb(42,192,155); }
H1.HeaderClassName
{
color: #2AC09B;
}
.AnyTagClassName
{
color: #2AC09B;
}
</style>
background-color css
<style>
a { background-color: #2AC09B; }
a { background-color: rgb(42,192,155); }
div.DivClassName
{
background-color: #2AC09B;
}
.BgClassName
{
background-color: #2AC09B;
}
</style>
border-color css
<style>
span { border-color: #2AC09B; }
span { border-color: rgb(42,192,155); }
td.TdClassName
{
border-color: #2AC09B;
}
.TagClassName
{
border-color: #2AC09B;
}
</style>