Html Css Color HEX #26C150 Malachite

📋 copy color: '#26C150'

red 38 ◦ green 193 ◦ blue 80

#26C150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #26C150

Tints of Malachite #26C150

RGB

 RED value IS 38 (15.23% from 255) = 12.22%

 GREEN value IS 193 (75.78% from 255) = 62.06%

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 12.22%
G = 62.06%
B = 25.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#26C150 (or 0x26C150) is known color: Malachite. HEX triplet: 26, C1 and 50. RGB value is (38,193,80). Sum of RGB (Red+Green+Blue) = 38+193+80=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #26C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C150 is #D93EAF. Grayscale: #868686. Windows color (decimal): -14237360 or 5292326. OLE color: 5292326.

HSL color Cylindrical-coordinate representation of color #26C150: hue angle of 136.26º 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 #26C150 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 193 80 -
CMYK 0.80 0 0.59 0.24
HSL 136.26º 0.67% 0.45% -
HSV(B) 136.26º 0.8% 0.76% -
XYZ 21.32 39.13 14.02 -
YUV 133.77 97.65 59.69 -
System Red Green Blue C M Y K H S L
Decimal 38 193 80 0.80 0 0.59 0.24 136.26 0.67 0.45
Hex 26 C1 50 50 0 3B 18 88 43 2D
Octal 46 301 120 120 0 73 30 210 103 55
Binary 100110 11000001 1010000 1010000 0 111011 11000 10001000 1000011 101101

Color Harmonies of #26C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C150

Black with #26C150

Text Example


Text Example

White with #26C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26C150;
 }
 .AnyTagClassName
 {
   color: #26C150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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