Shades of Harlequin #26FA0A
Tints of Harlequin #26FA0A
RGB
CMYK
RGB Variations
Color information
#26FA0A (or 0x26FA0A) is known color: Harlequin. HEX triplet: 26, FA and 0A. RGB value is (38,250,10). Sum of RGB (Red+Green+Blue) = 38+250+10=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 250 (98.05% from 255 or 83.89% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26FA0A is #D905F5. Grayscale: #A0A0A0. Windows color (decimal): -14222838 or 719398. OLE color: 719398.
HSL color Cylindrical-coordinate representation of color #26FA0A: hue angle of 113º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26FA0A is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 10 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.02 |
| HSL | 113º | 0.96% | 0.51% | - |
| HSV(B) | 113º | 0.96% | 0.98% | - |
| XYZ | 35.04 | 68.81 | 11.72 | - |
| YUV | 159.25 | 43.76 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 10 | 0.85 | 0 | 0.96 | 0.02 | 113 | 0.96 | 0.51 |
| Hex | 26 | FA | A | 55 | 0 | 60 | 2 | 71 | 60 | 33 |
| Octal | 46 | 372 | 12 | 125 | 0 | 140 | 2 | 161 | 140 | 63 |
| Binary | 100110 | 11111010 | 1010 | 1010101 | 0 | 1100000 | 10 | 1110001 | 1100000 | 110011 |
Color Harmonies of #26FA0A
Complementary color
Monochromatic Colors of #26FA0A
Black with #26FA0A
Text Example
Text Example
White with #26FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA0A; }
p { color: rgb(38,250,10); }
H1.HeaderClassName
{
color: #26FA0A;
}
.AnyTagClassName
{
color: #26FA0A;
}
</style>
background-color css
<style>
a { background-color: #26FA0A; }
a { background-color: rgb(38,250,10); }
div.DivClassName
{
background-color: #26FA0A;
}
.BgClassName
{
background-color: #26FA0A;
}
</style>
border-color css
<style>
span { border-color: #26FA0A; }
span { border-color: rgb(38,250,10); }
td.TdClassName
{
border-color: #26FA0A;
}
.TagClassName
{
border-color: #26FA0A;
}
</style>