Shades of Shamrock #2ACD96
Tints of Shamrock #2ACD96
RGB
CMYK
RGB Variations
Color information
#2ACD96 (or 0x2ACD96) is known color: Shamrock. HEX triplet: 2A, CD and 96. RGB value is (42,205,150). Sum of RGB (Red+Green+Blue) = 42+205+150=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACD96 is #D53269. Grayscale: #969696. Windows color (decimal): -13972074 or 9882922. OLE color: 9882922.
HSL color Cylindrical-coordinate representation of color #2ACD96: hue angle of 159.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD96 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 150 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.20 |
| HSL | 159.75º | 0.66% | 0.48% | - |
| HSV(B) | 159.75º | 0.8% | 0.8% | - |
| XYZ | 28.29 | 46.36 | 36.31 | - |
| YUV | 149.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 150 | 0.80 | 0 | 0.27 | 0.20 | 159.75 | 0.66 | 0.48 |
| Hex | 2A | CD | 96 | 50 | 0 | 1B | 14 | A0 | 42 | 30 |
| Octal | 52 | 315 | 226 | 120 | 0 | 33 | 24 | 240 | 102 | 60 |
| Binary | 101010 | 11001101 | 10010110 | 1010000 | 0 | 11011 | 10100 | 10100000 | 1000010 | 110000 |
Color Harmonies of #2ACD96
Complementary color
Monochromatic Colors of #2ACD96
Black with #2ACD96
Text Example
Text Example
White with #2ACD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD96; }
p { color: rgb(42,205,150); }
H1.HeaderClassName
{
color: #2ACD96;
}
.AnyTagClassName
{
color: #2ACD96;
}
</style>
background-color css
<style>
a { background-color: #2ACD96; }
a { background-color: rgb(42,205,150); }
div.DivClassName
{
background-color: #2ACD96;
}
.BgClassName
{
background-color: #2ACD96;
}
</style>
border-color css
<style>
span { border-color: #2ACD96; }
span { border-color: rgb(42,205,150); }
td.TdClassName
{
border-color: #2ACD96;
}
.TagClassName
{
border-color: #2ACD96;
}
</style>