Shades of Harlequin #44FF1A
Tints of Harlequin #44FF1A
RGB
CMYK
RGB Variations
Color information
#44FF1A (or 0x44FF1A) is known color: Harlequin. HEX triplet: 44, FF and 1A. RGB value is (68,255,26). Sum of RGB (Red+Green+Blue) = 68+255+26=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #44FF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44FF1A is #BB00E5. Grayscale: #ADADAD. Windows color (decimal): -12255462 or 1769284. OLE color: 1769284.
HSL color Cylindrical-coordinate representation of color #44FF1A: hue angle of 109º 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 #44FF1A is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 26 | - |
| CMYK | 0.73 | 0 | 0.90 | 0 |
| HSL | 109º | 1% | 0.55% | - |
| HSV(B) | 109º | 0.9% | 1% | - |
| XYZ | 38.33 | 72.82 | 13.01 | - |
| YUV | 172.98 | 45.05 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 26 | 0.73 | 0 | 0.90 | 0 | 109 | 1 | 0.55 |
| Hex | 44 | FF | 1A | 49 | 0 | 5A | 0 | 6D | 64 | 37 |
| Octal | 104 | 377 | 32 | 111 | 0 | 132 | 0 | 155 | 144 | 67 |
| Binary | 1000100 | 11111111 | 11010 | 1001001 | 0 | 1011010 | 0 | 1101101 | 1100100 | 110111 |
Color Harmonies of #44FF1A
Complementary color
Monochromatic Colors of #44FF1A
Black with #44FF1A
Text Example
Text Example
White with #44FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FF1A; }
p { color: rgb(68,255,26); }
H1.HeaderClassName
{
color: #44FF1A;
}
.AnyTagClassName
{
color: #44FF1A;
}
</style>
background-color css
<style>
a { background-color: #44FF1A; }
a { background-color: rgb(68,255,26); }
div.DivClassName
{
background-color: #44FF1A;
}
.BgClassName
{
background-color: #44FF1A;
}
</style>
border-color css
<style>
span { border-color: #44FF1A; }
span { border-color: rgb(68,255,26); }
td.TdClassName
{
border-color: #44FF1A;
}
.TagClassName
{
border-color: #44FF1A;
}
</style>