#1ACD64

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

Shades of Malachite #1ACD64

Tints of Malachite #1ACD64

Color information

#1ACD64 (or 0x1ACD64) is unknown color: approx Malachite. HEX triplet: 1A, CD and 64. RGB value is (26,205,100). Sum of RGB (Red+Green+Blue) = 26+205+100=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACD64 is #E5329B. Grayscale: #8B8B8B. Windows color (decimal): -15020700 or 6606106. OLE color: 6606106.

HSL color Cylindrical-coordinate representation of color #1ACD64: hue angle of 144.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACD64 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB26205100-
CMYK0.8700.510.20
HSL144.8º77.49%45.29%-
HSV(B)144.8º87.32%80.39%-
XYZ24.5644.819.41-
YUV139.51105.747.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 205 (80.47% from 255) = 61.93%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=7.85%
G=61.93%
B=30.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal262051000.8700.510.20144.877.4945.29
Hex1ACD645703314914d2d
Octal323151441270632422111555
Binary110101100110111001001010111011001110100100100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ACD64; }

 p { color: rgb(26,205,100); }

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

<style>
 a { background-color: #1ACD64; }

 a { background-color: rgb(26,205,100); }

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

<style>
 span { border-color: #1ACD64; }

 span { border-color: rgb(26,205,100); }

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