Shades of Harlequin #4AEC10
Tints of Harlequin #4AEC10
RGB
CMYK
RGB Variations
Color information
#4AEC10 (or 0x4AEC10) is known color: Harlequin. HEX triplet: 4A, EC and 10. RGB value is (74,236,16). Sum of RGB (Red+Green+Blue) = 74+236+16=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC10 is #B513EF. Grayscale: #A3A3A3. Windows color (decimal): -11867120 or 1109066. OLE color: 1109066.
HSL color Cylindrical-coordinate representation of color #4AEC10: hue angle of 104.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AEC10 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.07 |
| HSL | 104.18º | 0.87% | 0.49% | - |
| HSV(B) | 104.18º | 0.93% | 0.93% | - |
| XYZ | 32.91 | 61.48 | 10.62 | - |
| YUV | 162.48 | 45.33 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 16 | 0.69 | 0 | 0.93 | 0.07 | 104.18 | 0.87 | 0.49 |
| Hex | 4A | EC | 10 | 45 | 0 | 5D | 7 | 68 | 57 | 31 |
| Octal | 112 | 354 | 20 | 105 | 0 | 135 | 7 | 150 | 127 | 61 |
| Binary | 1001010 | 11101100 | 10000 | 1000101 | 0 | 1011101 | 111 | 1101000 | 1010111 | 110001 |
Color Harmonies of #4AEC10
Complementary color
Monochromatic Colors of #4AEC10
Black with #4AEC10
Text Example
Text Example
White with #4AEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC10; }
p { color: rgb(74,236,16); }
H1.HeaderClassName
{
color: #4AEC10;
}
.AnyTagClassName
{
color: #4AEC10;
}
</style>
background-color css
<style>
a { background-color: #4AEC10; }
a { background-color: rgb(74,236,16); }
div.DivClassName
{
background-color: #4AEC10;
}
.BgClassName
{
background-color: #4AEC10;
}
</style>
border-color css
<style>
span { border-color: #4AEC10; }
span { border-color: rgb(74,236,16); }
td.TdClassName
{
border-color: #4AEC10;
}
.TagClassName
{
border-color: #4AEC10;
}
</style>