#26E601

Color #26E601 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #26E601

Tints of Harlequin #26E601

Color information

#26E601 (or 0x26E601) is unknown color: approx Harlequin. HEX triplet: 26, E6 and 01. RGB value is (38,230,1). Sum of RGB (Red+Green+Blue) = 38+230+1=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 230 (90.23% from 255 or 85.50% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 230 - color contains mainly: green. Hex color #26E601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26E601 is #D919FE. Grayscale: #939393. Windows color (decimal): -14227967 or 124454. OLE color: 124454.

HSL color Cylindrical-coordinate representation of color #26E601: hue angle of 110.31º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26E601 is Cyan = 0.83, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB382301-
CMYK0.8301.000.10
HSL110.31º99.13%45.29%-
HSV(B)110.31º99.57%90.2%-
XYZ29.157.019.5-
YUV146.4945.8950.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 230 (90.23% from 255) = 85.50%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=14.13%
G=85.50%
B=0.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal3823010.8301.000.10110.3199.1345.29
Hex26E6153064A6e632d
Octal46346112301441215614355
Binary100110111001101101001101100100101011011101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26E601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26E601; }

 p { color: rgb(38,230,1); }

 H1.HeaderClassName
 {
   color: #26E601;
 }
 .AnyTagClassName
 {
   color: #26E601;
 }
</style>
background-color css

<style>
 a { background-color: #26E601; }

 a { background-color: rgb(38,230,1); }

 div.DivClassName
 {
   background-color: #26E601;
 }
 .BgClassName
 {
   background-color: #26E601;
 }
</style>
border-color css

<style>
 span { border-color: #26E601; }

 span { border-color: rgb(38,230,1); }

 td.TdClassName
 {
   border-color: #26E601;
 }
 .TagClassName
 {
   border-color: #26E601;
 }
</style>