Shades of Shamrock #2ACFA0
Tints of Shamrock #2ACFA0
RGB
CMYK
RGB Variations
Color information
#2ACFA0 (or 0x2ACFA0) is known color: Shamrock. HEX triplet: 2A, CF and A0. RGB value is (42,207,160). Sum of RGB (Red+Green+Blue) = 42+207+160=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACFA0 is #D5305F. Grayscale: #989898. Windows color (decimal): -13971552 or 10538794. OLE color: 10538794.
HSL color Cylindrical-coordinate representation of color #2ACFA0: hue angle of 162.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACFA0 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 160 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.19 |
| HSL | 162.91º | 0.66% | 0.49% | - |
| HSV(B) | 162.91º | 0.8% | 0.81% | - |
| XYZ | 29.61 | 47.66 | 40.9 | - |
| YUV | 152.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 160 | 0.80 | 0 | 0.23 | 0.19 | 162.91 | 0.66 | 0.49 |
| Hex | 2A | CF | A0 | 50 | 0 | 17 | 13 | A3 | 42 | 31 |
| Octal | 52 | 317 | 240 | 120 | 0 | 27 | 23 | 243 | 102 | 61 |
| Binary | 101010 | 11001111 | 10100000 | 1010000 | 0 | 10111 | 10011 | 10100011 | 1000010 | 110001 |
Color Harmonies of #2ACFA0
Complementary color
Monochromatic Colors of #2ACFA0
Black with #2ACFA0
Text Example
Text Example
White with #2ACFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFA0; }
p { color: rgb(42,207,160); }
H1.HeaderClassName
{
color: #2ACFA0;
}
.AnyTagClassName
{
color: #2ACFA0;
}
</style>
background-color css
<style>
a { background-color: #2ACFA0; }
a { background-color: rgb(42,207,160); }
div.DivClassName
{
background-color: #2ACFA0;
}
.BgClassName
{
background-color: #2ACFA0;
}
</style>
border-color css
<style>
span { border-color: #2ACFA0; }
span { border-color: rgb(42,207,160); }
td.TdClassName
{
border-color: #2ACFA0;
}
.TagClassName
{
border-color: #2ACFA0;
}
</style>