Shades of Shamrock #4ACB8F
Tints of Shamrock #4ACB8F
RGB
CMYK
RGB Variations
Color information
#4ACB8F (or 0x4ACB8F) is known color: Shamrock. HEX triplet: 4A, CB and 8F. RGB value is (74,203,143). Sum of RGB (Red+Green+Blue) = 74+203+143=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB8F is #B53470. Grayscale: #9D9D9D. Windows color (decimal): -11875441 or 9423690. OLE color: 9423690.
HSL color Cylindrical-coordinate representation of color #4ACB8F: hue angle of 152.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB8F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 143 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.20 |
| HSL | 152.09º | 0.55% | 0.54% | - |
| HSV(B) | 152.09º | 0.64% | 0.8% | - |
| XYZ | 29.14 | 46.15 | 33.36 | - |
| YUV | 157.59 | 119.76 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 143 | 0.64 | 0 | 0.30 | 0.20 | 152.09 | 0.55 | 0.54 |
| Hex | 4A | CB | 8F | 40 | 0 | 1E | 14 | 98 | 37 | 36 |
| Octal | 112 | 313 | 217 | 100 | 0 | 36 | 24 | 230 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10001111 | 1000000 | 0 | 11110 | 10100 | 10011000 | 110111 | 110110 |
Color Harmonies of #4ACB8F
Complementary color
Monochromatic Colors of #4ACB8F
Black with #4ACB8F
Text Example
Text Example
White with #4ACB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB8F; }
p { color: rgb(74,203,143); }
H1.HeaderClassName
{
color: #4ACB8F;
}
.AnyTagClassName
{
color: #4ACB8F;
}
</style>
background-color css
<style>
a { background-color: #4ACB8F; }
a { background-color: rgb(74,203,143); }
div.DivClassName
{
background-color: #4ACB8F;
}
.BgClassName
{
background-color: #4ACB8F;
}
</style>
border-color css
<style>
span { border-color: #4ACB8F; }
span { border-color: rgb(74,203,143); }
td.TdClassName
{
border-color: #4ACB8F;
}
.TagClassName
{
border-color: #4ACB8F;
}
</style>