Shades of Shamrock #4AC899
Tints of Shamrock #4AC899
RGB
CMYK
RGB Variations
Color information
#4AC899 (or 0x4AC899) is known color: Shamrock. HEX triplet: 4A, C8 and 99. RGB value is (74,200,153). Sum of RGB (Red+Green+Blue) = 74+200+153=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC899 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC899 is #B53766. Grayscale: #9D9D9D. Windows color (decimal): -11876199 or 10078282. OLE color: 10078282.
HSL color Cylindrical-coordinate representation of color #4AC899: hue angle of 157.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC899 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 200 | 153 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.22 |
| HSL | 157.62º | 0.53% | 0.54% | - |
| HSV(B) | 157.62º | 0.63% | 0.78% | - |
| XYZ | 29.23 | 45.06 | 37.29 | - |
| YUV | 156.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 200 | 153 | 0.63 | 0 | 0.24 | 0.22 | 157.62 | 0.53 | 0.54 |
| Hex | 4A | C8 | 99 | 3F | 0 | 18 | 16 | 9E | 35 | 36 |
| Octal | 112 | 310 | 231 | 77 | 0 | 30 | 26 | 236 | 65 | 66 |
| Binary | 1001010 | 11001000 | 10011001 | 111111 | 0 | 11000 | 10110 | 10011110 | 110101 | 110110 |
Color Harmonies of #4AC899
Complementary color
Monochromatic Colors of #4AC899
Black with #4AC899
Text Example
Text Example
White with #4AC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC899; }
p { color: rgb(74,200,153); }
H1.HeaderClassName
{
color: #4AC899;
}
.AnyTagClassName
{
color: #4AC899;
}
</style>
background-color css
<style>
a { background-color: #4AC899; }
a { background-color: rgb(74,200,153); }
div.DivClassName
{
background-color: #4AC899;
}
.BgClassName
{
background-color: #4AC899;
}
</style>
border-color css
<style>
span { border-color: #4AC899; }
span { border-color: rgb(74,200,153); }
td.TdClassName
{
border-color: #4AC899;
}
.TagClassName
{
border-color: #4AC899;
}
</style>