Shades of Harlequin #39FF1A
Tints of Harlequin #39FF1A
RGB
CMYK
RGB Variations
Color information
#39FF1A (or 0x39FF1A) is known color: Harlequin. HEX triplet: 39, FF and 1A. RGB value is (57,255,26). Sum of RGB (Red+Green+Blue) = 57+255+26=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #39FF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FF1A is #C600E5. Grayscale: #AAAAAA. Windows color (decimal): -12976358 or 1769273. OLE color: 1769273.
HSL color Cylindrical-coordinate representation of color #39FF1A: hue angle of 111.88º 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 #39FF1A is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 26 | - |
| CMYK | 0.78 | 0 | 0.90 | 0 |
| HSL | 111.88º | 1% | 0.55% | - |
| HSV(B) | 111.88º | 0.9% | 1% | - |
| XYZ | 37.63 | 72.46 | 12.98 | - |
| YUV | 169.69 | 46.9 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 26 | 0.78 | 0 | 0.90 | 0 | 111.88 | 1 | 0.55 |
| Hex | 39 | FF | 1A | 4E | 0 | 5A | 0 | 70 | 64 | 37 |
| Octal | 71 | 377 | 32 | 116 | 0 | 132 | 0 | 160 | 144 | 67 |
| Binary | 111001 | 11111111 | 11010 | 1001110 | 0 | 1011010 | 0 | 1110000 | 1100100 | 110111 |
Color Harmonies of #39FF1A
Complementary color
Monochromatic Colors of #39FF1A
Black with #39FF1A
Text Example
Text Example
White with #39FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FF1A; }
p { color: rgb(57,255,26); }
H1.HeaderClassName
{
color: #39FF1A;
}
.AnyTagClassName
{
color: #39FF1A;
}
</style>
background-color css
<style>
a { background-color: #39FF1A; }
a { background-color: rgb(57,255,26); }
div.DivClassName
{
background-color: #39FF1A;
}
.BgClassName
{
background-color: #39FF1A;
}
</style>
border-color css
<style>
span { border-color: #39FF1A; }
span { border-color: rgb(57,255,26); }
td.TdClassName
{
border-color: #39FF1A;
}
.TagClassName
{
border-color: #39FF1A;
}
</style>