#26EB02

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

Shades of Harlequin #26EB02

Tints of Harlequin #26EB02

Color information

#26EB02 (or 0x26EB02) is unknown color: approx Harlequin. HEX triplet: 26, EB and 02. RGB value is (38,235,2). Sum of RGB (Red+Green+Blue) = 38+235+2=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 235 (92.19% from 255 or 85.45% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 235 - color contains mainly: green. Hex color #26EB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26EB02 is #D914FD. Grayscale: #969696. Windows color (decimal): -14226686 or 191270. OLE color: 191270.

HSL color Cylindrical-coordinate representation of color #26EB02: hue angle of 110.73º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26EB02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB382352-
CMYK0.8400.990.08
HSL110.73º98.31%46.47%-
HSV(B)110.73º99.15%92.16%-
XYZ30.5259.8310-
YUV149.5444.7348.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 235 (92.19% from 255) = 85.45%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=13.82%
G=85.45%
B=0.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal3823520.8400.990.08110.7398.3146.47
Hex26EB25406386f622e
Octal46353212401431015714256
Binary1001101110101110101010001100011100011011111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,235,2); }

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

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

 a { background-color: rgb(38,235,2); }

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

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

 span { border-color: rgb(38,235,2); }

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