#26EB70

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

Shades of Malachite #26EB70

Tints of Malachite #26EB70

Color information

#26EB70 (or 0x26EB70) is unknown color: approx Malachite. HEX triplet: 26, EB and 70. RGB value is (38,235,112). Sum of RGB (Red+Green+Blue) = 38+235+112=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 235 (92.19% from 255 or 61.04% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 235 - color contains mainly: green. Hex color #26EB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26EB70 is #D9148F. Grayscale: #A2A2A2. Windows color (decimal): -14226576 or 7400230. OLE color: 7400230.

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

Color convert

RGB38235112-
CMYK0.8400.520.08
HSL142.54º83.12%53.53%-
HSV(B)142.54º83.83%92.16%-
XYZ33.436125.34-
YUV162.0799.7339.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.87%
GREEN value IS 235 (92.19% from 255) = 61.04%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=9.87%
G=61.04%
B=29.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal382351120.8400.520.08142.5483.1253.53
Hex26EB705403488f5336
Octal463531601240641021712366
Binary100110111010111110000101010001101001000100011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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