Shades of Shamrock #4AC895
Tints of Shamrock #4AC895
RGB
CMYK
RGB Variations
Color information
#4AC895 (or 0x4AC895) is known color: Shamrock. HEX triplet: 4A, C8 and 95. RGB value is (74,200,149). Sum of RGB (Red+Green+Blue) = 74+200+149=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC895 is #B5376A. Grayscale: #9C9C9C. Windows color (decimal): -11876203 or 9816138. OLE color: 9816138.
HSL color Cylindrical-coordinate representation of color #4AC895: hue angle of 155.71º 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 #4AC895 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 200 | 149 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.22 |
| HSL | 155.71º | 0.53% | 0.54% | - |
| HSV(B) | 155.71º | 0.63% | 0.78% | - |
| XYZ | 28.9 | 44.93 | 35.58 | - |
| YUV | 156.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 200 | 149 | 0.63 | 0 | 0.26 | 0.22 | 155.71 | 0.53 | 0.54 |
| Hex | 4A | C8 | 95 | 3F | 0 | 1A | 16 | 9C | 35 | 36 |
| Octal | 112 | 310 | 225 | 77 | 0 | 32 | 26 | 234 | 65 | 66 |
| Binary | 1001010 | 11001000 | 10010101 | 111111 | 0 | 11010 | 10110 | 10011100 | 110101 | 110110 |
Color Harmonies of #4AC895
Complementary color
Monochromatic Colors of #4AC895
Black with #4AC895
Text Example
Text Example
White with #4AC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC895; }
p { color: rgb(74,200,149); }
H1.HeaderClassName
{
color: #4AC895;
}
.AnyTagClassName
{
color: #4AC895;
}
</style>
background-color css
<style>
a { background-color: #4AC895; }
a { background-color: rgb(74,200,149); }
div.DivClassName
{
background-color: #4AC895;
}
.BgClassName
{
background-color: #4AC895;
}
</style>
border-color css
<style>
span { border-color: #4AC895; }
span { border-color: rgb(74,200,149); }
td.TdClassName
{
border-color: #4AC895;
}
.TagClassName
{
border-color: #4AC895;
}
</style>