#1ACA55

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

Shades of Malachite #1ACA55

Tints of Malachite #1ACA55

Color information

#1ACA55 (or 0x1ACA55) is unknown color: approx Malachite. HEX triplet: 1A, CA and 55. RGB value is (26,202,85). Sum of RGB (Red+Green+Blue) = 26+202+85=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACA55 is #E535AA. Grayscale: #888888. Windows color (decimal): -15021483 or 5622298. OLE color: 5622298.

HSL color Cylindrical-coordinate representation of color #1ACA55: hue angle of 140.11º 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 #1ACA55 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2620285-
CMYK0.8700.580.21
HSL140.11º77.19%44.71%-
HSV(B)140.11º87.13%79.22%-
XYZ23.1943.1215.69-
YUV136.0499.1949.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.31%
GREEN value IS 202 (79.30% from 255) = 64.54%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=8.31%
G=64.54%
B=27.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26202850.8700.580.21140.1177.1944.71
Hex1ACA555703A158c4d2d
Octal323121251270722521411555
Binary110101100101010101011010111011101010101100011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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