Shades of Harlequin #44EA1A
Tints of Harlequin #44EA1A
RGB
CMYK
RGB Variations
Color information
#44EA1A (or 0x44EA1A) is known color: Harlequin. HEX triplet: 44, EA and 1A. RGB value is (68,234,26). Sum of RGB (Red+Green+Blue) = 68+234+26=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 234 (91.80% from 255 or 71.34% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 234 - color contains mainly: green. Hex color #44EA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EA1A is #BB15E5. Grayscale: #A1A1A1. Windows color (decimal): -12260838 or 1763908. OLE color: 1763908.
HSL color Cylindrical-coordinate representation of color #44EA1A: hue angle of 107.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44EA1A is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 234 | 26 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.08 |
| HSL | 107.88º | 0.83% | 0.51% | - |
| HSV(B) | 107.88º | 0.89% | 0.92% | - |
| XYZ | 31.99 | 60.15 | 10.9 | - |
| YUV | 160.65 | 52 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 234 | 26 | 0.71 | 0 | 0.89 | 0.08 | 107.88 | 0.83 | 0.51 |
| Hex | 44 | EA | 1A | 47 | 0 | 59 | 8 | 6C | 53 | 33 |
| Octal | 104 | 352 | 32 | 107 | 0 | 131 | 10 | 154 | 123 | 63 |
| Binary | 1000100 | 11101010 | 11010 | 1000111 | 0 | 1011001 | 1000 | 1101100 | 1010011 | 110011 |
Color Harmonies of #44EA1A
Complementary color
Monochromatic Colors of #44EA1A
Black with #44EA1A
Text Example
Text Example
White with #44EA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EA1A; }
p { color: rgb(68,234,26); }
H1.HeaderClassName
{
color: #44EA1A;
}
.AnyTagClassName
{
color: #44EA1A;
}
</style>
background-color css
<style>
a { background-color: #44EA1A; }
a { background-color: rgb(68,234,26); }
div.DivClassName
{
background-color: #44EA1A;
}
.BgClassName
{
background-color: #44EA1A;
}
</style>
border-color css
<style>
span { border-color: #44EA1A; }
span { border-color: rgb(68,234,26); }
td.TdClassName
{
border-color: #44EA1A;
}
.TagClassName
{
border-color: #44EA1A;
}
</style>