#26c14d

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

Shades of Malachite #26C14D

Tints of Malachite #26C14D

Color information

#26C14D (or 0x26C14D) is unknown color: approx Malachite. HEX triplet: 26, C1 and 4D. RGB value is (38,193,77). Sum of RGB (Red+Green+Blue) = 38+193+77=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #26C14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C14D is #D93EB2. Grayscale: #858585. Windows color (decimal): -14237363 or 5095718. OLE color: 5095718.

HSL color Cylindrical-coordinate representation of color #26C14D: hue angle of 135.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C14D is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB3819377-
CMYK0.8000.600.24
HSL135.1º67.1%45.29%-
HSV(B)135.1º80.31%75.69%-
XYZ21.2139.0913.45-
YUV133.4396.1559.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 193 (75.78% from 255) = 62.66%
BLUE value IS 77 (30.47% from 255) = 25%
R=12.34%
G=62.66%
B=25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38193770.8000.600.24135.167.145.29
Hex26C14D5003C1887432d
Octal463011151200743020710355
Binary1001101100000110011011010000011110011000100001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26c14d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,193,77); }

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

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

 a { background-color: rgb(38,193,77); }

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

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

 span { border-color: rgb(38,193,77); }

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