Shades of Shamrock #4AFC93
Tints of Shamrock #4AFC93
RGB
CMYK
RGB Variations
Color information
#4AFC93 (or 0x4AFC93) is known color: Shamrock. HEX triplet: 4A, FC and 93. RGB value is (74,252,147). Sum of RGB (Red+Green+Blue) = 74+252+147=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFC93 is #B5036C. Grayscale: #BBBBBB. Windows color (decimal): -11862893 or 9698378. OLE color: 9698378.
HSL color Cylindrical-coordinate representation of color #4AFC93: hue angle of 144.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFC93 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 147 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.01 |
| HSL | 144.61º | 0.97% | 0.64% | - |
| HSV(B) | 144.61º | 0.71% | 0.99% | - |
| XYZ | 42.9 | 73.18 | 39.47 | - |
| YUV | 186.81 | 105.53 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 147 | 0.71 | 0 | 0.42 | 0.01 | 144.61 | 0.97 | 0.64 |
| Hex | 4A | FC | 93 | 47 | 0 | 2A | 1 | 91 | 61 | 40 |
| Octal | 112 | 374 | 223 | 107 | 0 | 52 | 1 | 221 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10010011 | 1000111 | 0 | 101010 | 1 | 10010001 | 1100001 | 1000000 |
Color Harmonies of #4AFC93
Complementary color
Monochromatic Colors of #4AFC93
Black with #4AFC93
Text Example
Text Example
White with #4AFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC93; }
p { color: rgb(74,252,147); }
H1.HeaderClassName
{
color: #4AFC93;
}
.AnyTagClassName
{
color: #4AFC93;
}
</style>
background-color css
<style>
a { background-color: #4AFC93; }
a { background-color: rgb(74,252,147); }
div.DivClassName
{
background-color: #4AFC93;
}
.BgClassName
{
background-color: #4AFC93;
}
</style>
border-color css
<style>
span { border-color: #4AFC93; }
span { border-color: rgb(74,252,147); }
td.TdClassName
{
border-color: #4AFC93;
}
.TagClassName
{
border-color: #4AFC93;
}
</style>