Shades of Harlequin #46E00A
Tints of Harlequin #46E00A
RGB
CMYK
RGB Variations
Color information
#46E00A (or 0x46E00A) is known color: Harlequin. HEX triplet: 46, E0 and 0A. RGB value is (70,224,10). Sum of RGB (Red+Green+Blue) = 70+224+10=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #46E00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E00A is #B91FF5. Grayscale: #9A9A9A. Windows color (decimal): -12132342 or 712774. OLE color: 712774.
HSL color Cylindrical-coordinate representation of color #46E00A: hue angle of 103.18º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46E00A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.12 |
| HSL | 103.18º | 0.91% | 0.46% | - |
| HSV(B) | 103.18º | 0.96% | 0.88% | - |
| XYZ | 29.24 | 54.64 | 9.29 | - |
| YUV | 153.56 | 46.98 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 10 | 0.69 | 0 | 0.96 | 0.12 | 103.18 | 0.91 | 0.46 |
| Hex | 46 | E0 | A | 45 | 0 | 60 | C | 67 | 5B | 2E |
| Octal | 106 | 340 | 12 | 105 | 0 | 140 | 14 | 147 | 133 | 56 |
| Binary | 1000110 | 11100000 | 1010 | 1000101 | 0 | 1100000 | 1100 | 1100111 | 1011011 | 101110 |
Color Harmonies of #46E00A
Complementary color
Monochromatic Colors of #46E00A
Black with #46E00A
Text Example
Text Example
White with #46E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E00A; }
p { color: rgb(70,224,10); }
H1.HeaderClassName
{
color: #46E00A;
}
.AnyTagClassName
{
color: #46E00A;
}
</style>
background-color css
<style>
a { background-color: #46E00A; }
a { background-color: rgb(70,224,10); }
div.DivClassName
{
background-color: #46E00A;
}
.BgClassName
{
background-color: #46E00A;
}
</style>
border-color css
<style>
span { border-color: #46E00A; }
span { border-color: rgb(70,224,10); }
td.TdClassName
{
border-color: #46E00A;
}
.TagClassName
{
border-color: #46E00A;
}
</style>