Shades of Shamrock #2ACB92
Tints of Shamrock #2ACB92
RGB
CMYK
RGB Variations
Color information
#2ACB92 (or 0x2ACB92) is known color: Shamrock. HEX triplet: 2A, CB and 92. RGB value is (42,203,146). Sum of RGB (Red+Green+Blue) = 42+203+146=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACB92 is #D5346D. Grayscale: #949494. Windows color (decimal): -13972590 or 9620266. OLE color: 9620266.
HSL color Cylindrical-coordinate representation of color #2ACB92: hue angle of 158.76º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB92 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 146 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.20 |
| HSL | 158.76º | 0.66% | 0.48% | - |
| HSV(B) | 158.76º | 0.79% | 0.8% | - |
| XYZ | 27.5 | 45.28 | 34.48 | - |
| YUV | 148.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 146 | 0.79 | 0 | 0.28 | 0.20 | 158.76 | 0.66 | 0.48 |
| Hex | 2A | CB | 92 | 4F | 0 | 1C | 14 | 9F | 42 | 30 |
| Octal | 52 | 313 | 222 | 117 | 0 | 34 | 24 | 237 | 102 | 60 |
| Binary | 101010 | 11001011 | 10010010 | 1001111 | 0 | 11100 | 10100 | 10011111 | 1000010 | 110000 |
Color Harmonies of #2ACB92
Complementary color
Monochromatic Colors of #2ACB92
Black with #2ACB92
Text Example
Text Example
White with #2ACB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB92; }
p { color: rgb(42,203,146); }
H1.HeaderClassName
{
color: #2ACB92;
}
.AnyTagClassName
{
color: #2ACB92;
}
</style>
background-color css
<style>
a { background-color: #2ACB92; }
a { background-color: rgb(42,203,146); }
div.DivClassName
{
background-color: #2ACB92;
}
.BgClassName
{
background-color: #2ACB92;
}
</style>
border-color css
<style>
span { border-color: #2ACB92; }
span { border-color: rgb(42,203,146); }
td.TdClassName
{
border-color: #2ACB92;
}
.TagClassName
{
border-color: #2ACB92;
}
</style>