Shades of Shamrock #2ACD92
Tints of Shamrock #2ACD92
RGB
CMYK
RGB Variations
Color information
#2ACD92 (or 0x2ACD92) is known color: Shamrock. HEX triplet: 2A, CD and 92. RGB value is (42,205,146). Sum of RGB (Red+Green+Blue) = 42+205+146=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACD92 is #D5326D. Grayscale: #959595. Windows color (decimal): -13972078 or 9620778. OLE color: 9620778.
HSL color Cylindrical-coordinate representation of color #2ACD92: hue angle of 158.28º 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 #2ACD92 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 146 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.20 |
| HSL | 158.28º | 0.66% | 0.48% | - |
| HSV(B) | 158.28º | 0.8% | 0.8% | - |
| XYZ | 27.97 | 46.23 | 34.64 | - |
| YUV | 149.54 | 126 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 146 | 0.80 | 0 | 0.29 | 0.20 | 158.28 | 0.66 | 0.48 |
| Hex | 2A | CD | 92 | 50 | 0 | 1D | 14 | 9E | 42 | 30 |
| Octal | 52 | 315 | 222 | 120 | 0 | 35 | 24 | 236 | 102 | 60 |
| Binary | 101010 | 11001101 | 10010010 | 1010000 | 0 | 11101 | 10100 | 10011110 | 1000010 | 110000 |
Color Harmonies of #2ACD92
Complementary color
Monochromatic Colors of #2ACD92
Black with #2ACD92
Text Example
Text Example
White with #2ACD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD92; }
p { color: rgb(42,205,146); }
H1.HeaderClassName
{
color: #2ACD92;
}
.AnyTagClassName
{
color: #2ACD92;
}
</style>
background-color css
<style>
a { background-color: #2ACD92; }
a { background-color: rgb(42,205,146); }
div.DivClassName
{
background-color: #2ACD92;
}
.BgClassName
{
background-color: #2ACD92;
}
</style>
border-color css
<style>
span { border-color: #2ACD92; }
span { border-color: rgb(42,205,146); }
td.TdClassName
{
border-color: #2ACD92;
}
.TagClassName
{
border-color: #2ACD92;
}
</style>