#26ED02

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

Shades of Harlequin #26ED02

Tints of Harlequin #26ED02

Color information

#26ED02 (or 0x26ED02) is unknown color: approx Harlequin. HEX triplet: 26, ED and 02. RGB value is (38,237,2). Sum of RGB (Red+Green+Blue) = 38+237+2=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 237 (92.97% from 255 or 85.56% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 237 - color contains mainly: green. Hex color #26ED02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26ED02 is #D912FD. Grayscale: #979797. Windows color (decimal): -14226174 or 191782. OLE color: 191782.

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

Color convert

RGB382372-
CMYK0.8400.990.07
HSL110.81º98.33%46.86%-
HSV(B)110.81º99.16%92.94%-
XYZ31.0960.9810.19-
YUV150.7144.0747.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 237 (92.97% from 255) = 85.56%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=13.72%
G=85.56%
B=0.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal3823720.8400.990.07110.8198.3346.86
Hex26ED25406376f622f
Octal4635521240143715714257
Binary100110111011011010101000110001111111011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ED02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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