Shades of Shamrock #4AC68F
Tints of Shamrock #4AC68F
RGB
CMYK
RGB Variations
Color information
#4AC68F (or 0x4AC68F) is known color: Shamrock. HEX triplet: 4A, C6 and 8F. RGB value is (74,198,143). Sum of RGB (Red+Green+Blue) = 74+198+143=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC68F is #B53970. Grayscale: #9A9A9A. Windows color (decimal): -11876721 or 9422410. OLE color: 9422410.
HSL color Cylindrical-coordinate representation of color #4AC68F: hue angle of 153.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC68F is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 143 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.22 |
| HSL | 153.39º | 0.52% | 0.53% | - |
| HSV(B) | 153.39º | 0.63% | 0.78% | - |
| XYZ | 27.98 | 43.83 | 32.97 | - |
| YUV | 154.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 143 | 0.63 | 0 | 0.28 | 0.22 | 153.39 | 0.52 | 0.53 |
| Hex | 4A | C6 | 8F | 3F | 0 | 1C | 16 | 99 | 34 | 35 |
| Octal | 112 | 306 | 217 | 77 | 0 | 34 | 26 | 231 | 64 | 65 |
| Binary | 1001010 | 11000110 | 10001111 | 111111 | 0 | 11100 | 10110 | 10011001 | 110100 | 110101 |
Color Harmonies of #4AC68F
Complementary color
Monochromatic Colors of #4AC68F
Black with #4AC68F
Text Example
Text Example
White with #4AC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC68F; }
p { color: rgb(74,198,143); }
H1.HeaderClassName
{
color: #4AC68F;
}
.AnyTagClassName
{
color: #4AC68F;
}
</style>
background-color css
<style>
a { background-color: #4AC68F; }
a { background-color: rgb(74,198,143); }
div.DivClassName
{
background-color: #4AC68F;
}
.BgClassName
{
background-color: #4AC68F;
}
</style>
border-color css
<style>
span { border-color: #4AC68F; }
span { border-color: rgb(74,198,143); }
td.TdClassName
{
border-color: #4AC68F;
}
.TagClassName
{
border-color: #4AC68F;
}
</style>