#26dd48

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

Shades of Malachite #26DD48

Tints of Malachite #26DD48

Color information

#26DD48 (or 0x26DD48) is unknown color: approx Malachite. HEX triplet: 26, DD and 48. RGB value is (38,221,72). Sum of RGB (Red+Green+Blue) = 38+221+72=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DD48 is #D922B7. Grayscale: #959595. Windows color (decimal): -14230200 or 4775206. OLE color: 4775206.

HSL color Cylindrical-coordinate representation of color #26DD48: hue angle of 131.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DD48 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB3822172-
CMYK0.8300.670.13
HSL131.15º72.91%50.78%-
HSV(B)131.15º82.81%86.67%-
XYZ27.8352.5914.82-
YUV149.384.3748.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 221 (86.72% from 255) = 66.77%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=11.48%
G=66.77%
B=21.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal38221720.8300.670.13131.1572.9150.78
Hex26DD4853043D834933
Octal4633511012301031520311163
Binary1001101101110110010001010011010000111101100000111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26dd48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,221,72); }

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

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

 a { background-color: rgb(38,221,72); }

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

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

 span { border-color: rgb(38,221,72); }

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