Shades of Harlequin #26F901
Tints of Harlequin #26F901
RGB
CMYK
RGB Variations
Color information
#26F901 (or 0x26F901) is known color: Harlequin. HEX triplet: 26, F9 and 01. RGB value is (38,249,1). Sum of RGB (Red+Green+Blue) = 38+249+1=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 249 (97.66% from 255 or 86.46% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 249 - color contains mainly: green. Hex color #26F901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26F901 is #D906FE. Grayscale: #9E9E9E. Windows color (decimal): -14223103 or 129318. OLE color: 129318.
HSL color Cylindrical-coordinate representation of color #26F901: hue angle of 111.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26F901 is Cyan = 0.85, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 249 | 1 | - |
| CMYK | 0.85 | 0 | 1.00 | 0.02 |
| HSL | 111.05º | 0.99% | 0.49% | - |
| HSV(B) | 111.05º | 1% | 0.98% | - |
| XYZ | 34.68 | 68.17 | 11.36 | - |
| YUV | 157.64 | 39.6 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 249 | 1 | 0.85 | 0 | 1.00 | 0.02 | 111.05 | 0.99 | 0.49 |
| Hex | 26 | F9 | 1 | 55 | 0 | 64 | 2 | 6F | 63 | 31 |
| Octal | 46 | 371 | 1 | 125 | 0 | 144 | 2 | 157 | 143 | 61 |
| Binary | 100110 | 11111001 | 1 | 1010101 | 0 | 1100100 | 10 | 1101111 | 1100011 | 110001 |
Color Harmonies of #26F901
Complementary color
Monochromatic Colors of #26F901
Black with #26F901
Text Example
Text Example
White with #26F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F901; }
p { color: rgb(38,249,1); }
H1.HeaderClassName
{
color: #26F901;
}
.AnyTagClassName
{
color: #26F901;
}
</style>
background-color css
<style>
a { background-color: #26F901; }
a { background-color: rgb(38,249,1); }
div.DivClassName
{
background-color: #26F901;
}
.BgClassName
{
background-color: #26F901;
}
</style>
border-color css
<style>
span { border-color: #26F901; }
span { border-color: rgb(38,249,1); }
td.TdClassName
{
border-color: #26F901;
}
.TagClassName
{
border-color: #26F901;
}
</style>