Shades of Harlequin #46FF1A
Tints of Harlequin #46FF1A
RGB
CMYK
RGB Variations
Color information
#46FF1A (or 0x46FF1A) is known color: Harlequin. HEX triplet: 46, FF and 1A. RGB value is (70,255,26). Sum of RGB (Red+Green+Blue) = 70+255+26=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF1A is #B900E5. Grayscale: #AEAEAE. Windows color (decimal): -12124390 or 1769286. OLE color: 1769286.
HSL color Cylindrical-coordinate representation of color #46FF1A: hue angle of 108.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46FF1A is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 26 | - |
| CMYK | 0.73 | 0 | 0.90 | 0 |
| HSL | 108.47º | 1% | 0.55% | - |
| HSV(B) | 108.47º | 0.9% | 1% | - |
| XYZ | 38.47 | 72.9 | 13.02 | - |
| YUV | 173.58 | 44.71 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 26 | 0.73 | 0 | 0.90 | 0 | 108.47 | 1 | 0.55 |
| Hex | 46 | FF | 1A | 49 | 0 | 5A | 0 | 6C | 64 | 37 |
| Octal | 106 | 377 | 32 | 111 | 0 | 132 | 0 | 154 | 144 | 67 |
| Binary | 1000110 | 11111111 | 11010 | 1001001 | 0 | 1011010 | 0 | 1101100 | 1100100 | 110111 |
Color Harmonies of #46FF1A
Complementary color
Monochromatic Colors of #46FF1A
Black with #46FF1A
Text Example
Text Example
White with #46FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF1A; }
p { color: rgb(70,255,26); }
H1.HeaderClassName
{
color: #46FF1A;
}
.AnyTagClassName
{
color: #46FF1A;
}
</style>
background-color css
<style>
a { background-color: #46FF1A; }
a { background-color: rgb(70,255,26); }
div.DivClassName
{
background-color: #46FF1A;
}
.BgClassName
{
background-color: #46FF1A;
}
</style>
border-color css
<style>
span { border-color: #46FF1A; }
span { border-color: rgb(70,255,26); }
td.TdClassName
{
border-color: #46FF1A;
}
.TagClassName
{
border-color: #46FF1A;
}
</style>