Shades of Harlequin #4AEC14
Tints of Harlequin #4AEC14
RGB
CMYK
RGB Variations
Color information
#4AEC14 (or 0x4AEC14) is known color: Harlequin. HEX triplet: 4A, EC and 14. RGB value is (74,236,20). Sum of RGB (Red+Green+Blue) = 74+236+20=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC14 is #B513EB. Grayscale: #A3A3A3. Windows color (decimal): -11867116 or 1371210. OLE color: 1371210.
HSL color Cylindrical-coordinate representation of color #4AEC14: hue angle of 105º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AEC14 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 20 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.07 |
| HSL | 105º | 0.85% | 0.5% | - |
| HSV(B) | 105º | 0.92% | 0.93% | - |
| XYZ | 32.95 | 61.5 | 10.8 | - |
| YUV | 162.94 | 47.33 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 20 | 0.69 | 0 | 0.92 | 0.07 | 105 | 0.85 | 0.5 |
| Hex | 4A | EC | 14 | 45 | 0 | 5C | 7 | 69 | 55 | 32 |
| Octal | 112 | 354 | 24 | 105 | 0 | 134 | 7 | 151 | 125 | 62 |
| Binary | 1001010 | 11101100 | 10100 | 1000101 | 0 | 1011100 | 111 | 1101001 | 1010101 | 110010 |
Color Harmonies of #4AEC14
Complementary color
Monochromatic Colors of #4AEC14
Black with #4AEC14
Text Example
Text Example
White with #4AEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC14; }
p { color: rgb(74,236,20); }
H1.HeaderClassName
{
color: #4AEC14;
}
.AnyTagClassName
{
color: #4AEC14;
}
</style>
background-color css
<style>
a { background-color: #4AEC14; }
a { background-color: rgb(74,236,20); }
div.DivClassName
{
background-color: #4AEC14;
}
.BgClassName
{
background-color: #4AEC14;
}
</style>
border-color css
<style>
span { border-color: #4AEC14; }
span { border-color: rgb(74,236,20); }
td.TdClassName
{
border-color: #4AEC14;
}
.TagClassName
{
border-color: #4AEC14;
}
</style>