Shades of Harlequin #46E009
Tints of Harlequin #46E009
RGB
CMYK
RGB Variations
Color information
#46E009 (or 0x46E009) is known color: Harlequin. HEX triplet: 46, E0 and 09. RGB value is (70,224,9). Sum of RGB (Red+Green+Blue) = 70+224+9=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #46E009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E009 is #B91FF6. Grayscale: #9A9A9A. Windows color (decimal): -12132343 or 647238. OLE color: 647238.
HSL color Cylindrical-coordinate representation of color #46E009: hue angle of 102.98º degrees, saturation: 0.92, 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 #46E009 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 9 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.12 |
| HSL | 102.98º | 0.92% | 0.46% | - |
| HSV(B) | 102.98º | 0.96% | 0.88% | - |
| XYZ | 29.23 | 54.63 | 9.26 | - |
| YUV | 153.44 | 46.48 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 9 | 0.69 | 0 | 0.96 | 0.12 | 102.98 | 0.92 | 0.46 |
| Hex | 46 | E0 | 9 | 45 | 0 | 60 | C | 67 | 5C | 2E |
| Octal | 106 | 340 | 11 | 105 | 0 | 140 | 14 | 147 | 134 | 56 |
| Binary | 1000110 | 11100000 | 1001 | 1000101 | 0 | 1100000 | 1100 | 1100111 | 1011100 | 101110 |
Color Harmonies of #46E009
Complementary color
Monochromatic Colors of #46E009
Black with #46E009
Text Example
Text Example
White with #46E009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E009; }
p { color: rgb(70,224,9); }
H1.HeaderClassName
{
color: #46E009;
}
.AnyTagClassName
{
color: #46E009;
}
</style>
background-color css
<style>
a { background-color: #46E009; }
a { background-color: rgb(70,224,9); }
div.DivClassName
{
background-color: #46E009;
}
.BgClassName
{
background-color: #46E009;
}
</style>
border-color css
<style>
span { border-color: #46E009; }
span { border-color: rgb(70,224,9); }
td.TdClassName
{
border-color: #46E009;
}
.TagClassName
{
border-color: #46E009;
}
</style>