Shades of Harlequin #46EA09
Tints of Harlequin #46EA09
RGB
CMYK
RGB Variations
Color information
#46EA09 (or 0x46EA09) is known color: Harlequin. HEX triplet: 46, EA and 09. RGB value is (70,234,9). Sum of RGB (Red+Green+Blue) = 70+234+9=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 234 (91.80% from 255 or 74.76% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 234 - color contains mainly: green. Hex color #46EA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46EA09 is #B915F6. Grayscale: #A0A0A0. Windows color (decimal): -12129783 or 649798. OLE color: 649798.
HSL color Cylindrical-coordinate representation of color #46EA09: hue angle of 103.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46EA09 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 234 | 9 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.08 |
| HSL | 103.73º | 0.93% | 0.48% | - |
| HSV(B) | 103.73º | 0.96% | 0.92% | - |
| XYZ | 32 | 60.17 | 10.19 | - |
| YUV | 159.31 | 43.17 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 234 | 9 | 0.70 | 0 | 0.96 | 0.08 | 103.73 | 0.93 | 0.48 |
| Hex | 46 | EA | 9 | 46 | 0 | 60 | 8 | 68 | 5D | 30 |
| Octal | 106 | 352 | 11 | 106 | 0 | 140 | 10 | 150 | 135 | 60 |
| Binary | 1000110 | 11101010 | 1001 | 1000110 | 0 | 1100000 | 1000 | 1101000 | 1011101 | 110000 |
Color Harmonies of #46EA09
Complementary color
Monochromatic Colors of #46EA09
Black with #46EA09
Text Example
Text Example
White with #46EA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EA09; }
p { color: rgb(70,234,9); }
H1.HeaderClassName
{
color: #46EA09;
}
.AnyTagClassName
{
color: #46EA09;
}
</style>
background-color css
<style>
a { background-color: #46EA09; }
a { background-color: rgb(70,234,9); }
div.DivClassName
{
background-color: #46EA09;
}
.BgClassName
{
background-color: #46EA09;
}
</style>
border-color css
<style>
span { border-color: #46EA09; }
span { border-color: rgb(70,234,9); }
td.TdClassName
{
border-color: #46EA09;
}
.TagClassName
{
border-color: #46EA09;
}
</style>