#26CC50

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

Shades of Malachite #26CC50

Tints of Malachite #26CC50

Color information

#26CC50 (or 0x26CC50) is unknown color: approx Malachite. HEX triplet: 26, CC and 50. RGB value is (38,204,80). Sum of RGB (Red+Green+Blue) = 38+204+80=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26CC50 is #D933AF. Grayscale: #8C8C8C. Windows color (decimal): -14234544 or 5295142. OLE color: 5295142.

HSL color Cylindrical-coordinate representation of color #26CC50: hue angle of 135.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CC50 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB3820480-
CMYK0.8100.610.2
HSL135.18º68.6%47.45%-
HSV(B)135.18º81.37%80%-
XYZ23.8444.1814.86-
YUV140.239455.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.80%
GREEN value IS 204 (80.08% from 255) = 63.35%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=11.80%
G=63.35%
B=24.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38204800.8100.610.2135.1868.647.45
Hex26CC505103D1487452f
Octal463141201210752420710557
Binary1001101100110010100001010001011110110100100001111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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