Shades of Shamrock #4ACB98
Tints of Shamrock #4ACB98
RGB
CMYK
RGB Variations
Color information
#4ACB98 (or 0x4ACB98) is known color: Shamrock. HEX triplet: 4A, CB and 98. RGB value is (74,203,152). Sum of RGB (Red+Green+Blue) = 74+203+152=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB98 is #B53467. Grayscale: #9E9E9E. Windows color (decimal): -11875432 or 10013514. OLE color: 10013514.
HSL color Cylindrical-coordinate representation of color #4ACB98: hue angle of 156.28º 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 #4ACB98 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 152 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.20 |
| HSL | 156.28º | 0.55% | 0.54% | - |
| HSV(B) | 156.28º | 0.64% | 0.8% | - |
| XYZ | 29.85 | 46.43 | 37.1 | - |
| YUV | 158.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 152 | 0.64 | 0 | 0.25 | 0.20 | 156.28 | 0.55 | 0.54 |
| Hex | 4A | CB | 98 | 40 | 0 | 19 | 14 | 9C | 37 | 36 |
| Octal | 112 | 313 | 230 | 100 | 0 | 31 | 24 | 234 | 67 | 66 |
| Binary | 1001010 | 11001011 | 10011000 | 1000000 | 0 | 11001 | 10100 | 10011100 | 110111 | 110110 |
Color Harmonies of #4ACB98
Complementary color
Monochromatic Colors of #4ACB98
Black with #4ACB98
Text Example
Text Example
White with #4ACB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB98; }
p { color: rgb(74,203,152); }
H1.HeaderClassName
{
color: #4ACB98;
}
.AnyTagClassName
{
color: #4ACB98;
}
</style>
background-color css
<style>
a { background-color: #4ACB98; }
a { background-color: rgb(74,203,152); }
div.DivClassName
{
background-color: #4ACB98;
}
.BgClassName
{
background-color: #4ACB98;
}
</style>
border-color css
<style>
span { border-color: #4ACB98; }
span { border-color: rgb(74,203,152); }
td.TdClassName
{
border-color: #4ACB98;
}
.TagClassName
{
border-color: #4ACB98;
}
</style>