Shades of Shamrock #4ACF9F
Tints of Shamrock #4ACF9F
RGB
CMYK
RGB Variations
Color information
#4ACF9F (or 0x4ACF9F) is known color: Shamrock. HEX triplet: 4A, CF and 9F. RGB value is (74,207,159). Sum of RGB (Red+Green+Blue) = 74+207+159=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACF9F is #B53060. Grayscale: #A1A1A1. Windows color (decimal): -11874401 or 10473290. OLE color: 10473290.
HSL color Cylindrical-coordinate representation of color #4ACF9F: hue angle of 158.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACF9F is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 159 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.19 |
| HSL | 158.35º | 0.58% | 0.55% | - |
| HSV(B) | 158.35º | 0.64% | 0.81% | - |
| XYZ | 31.39 | 48.58 | 40.52 | - |
| YUV | 161.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 159 | 0.64 | 0 | 0.23 | 0.19 | 158.35 | 0.58 | 0.55 |
| Hex | 4A | CF | 9F | 40 | 0 | 17 | 13 | 9E | 3A | 37 |
| Octal | 112 | 317 | 237 | 100 | 0 | 27 | 23 | 236 | 72 | 67 |
| Binary | 1001010 | 11001111 | 10011111 | 1000000 | 0 | 10111 | 10011 | 10011110 | 111010 | 110111 |
Color Harmonies of #4ACF9F
Complementary color
Monochromatic Colors of #4ACF9F
Black with #4ACF9F
Text Example
Text Example
White with #4ACF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACF9F; }
p { color: rgb(74,207,159); }
H1.HeaderClassName
{
color: #4ACF9F;
}
.AnyTagClassName
{
color: #4ACF9F;
}
</style>
background-color css
<style>
a { background-color: #4ACF9F; }
a { background-color: rgb(74,207,159); }
div.DivClassName
{
background-color: #4ACF9F;
}
.BgClassName
{
background-color: #4ACF9F;
}
</style>
border-color css
<style>
span { border-color: #4ACF9F; }
span { border-color: rgb(74,207,159); }
td.TdClassName
{
border-color: #4ACF9F;
}
.TagClassName
{
border-color: #4ACF9F;
}
</style>