#1ACA56

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

Shades of Malachite #1ACA56

Tints of Malachite #1ACA56

Color information

#1ACA56 (or 0x1ACA56) is unknown color: approx Malachite. HEX triplet: 1A, CA and 56. RGB value is (26,202,86). Sum of RGB (Red+Green+Blue) = 26+202+86=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACA56 is #E535A9. Grayscale: #888888. Windows color (decimal): -15021482 or 5687834. OLE color: 5687834.

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

Color convert

RGB2620286-
CMYK0.8700.570.21
HSL140.45º77.19%44.71%-
HSV(B)140.45º87.13%79.22%-
XYZ23.2343.1315.91-
YUV136.1599.6949.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.28%
GREEN value IS 202 (79.30% from 255) = 64.33%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=8.28%
G=64.33%
B=27.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26202860.8700.570.21140.4577.1944.71
Hex1ACA5657039158c4d2d
Octal323121261270712521411555
Binary110101100101010101101010111011100110101100011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,202,86); }

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

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

 a { background-color: rgb(26,202,86); }

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

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

 span { border-color: rgb(26,202,86); }

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