#26D770

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

Shades of Malachite #26D770

Tints of Malachite #26D770

Color information

#26D770 (or 0x26D770) is unknown color: approx Malachite. HEX triplet: 26, D7 and 70. RGB value is (38,215,112). Sum of RGB (Red+Green+Blue) = 38+215+112=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #26D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D770 is #D9288F. Grayscale: #969696. Windows color (decimal): -14231696 or 7395110. OLE color: 7395110.

HSL color Cylindrical-coordinate representation of color #26D770: hue angle of 145.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D770 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB38215112-
CMYK0.8200.480.16
HSL145.08º69.96%49.61%-
HSV(B)145.08º82.33%84.31%-
XYZ28.0250.1823.54-
YUV150.34106.3647.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 215 (84.38% from 255) = 58.90%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=10.41%
G=58.90%
B=30.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal382151120.8200.480.16145.0869.9649.61
Hex26D7705203010914632
Octal463271601220602022110662
Binary1001101101011111100001010010011000010000100100011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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