#1AC160

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

Shades of Malachite #1AC160

Tints of Malachite #1AC160

Color information

#1AC160 (or 0x1AC160) is unknown color: approx Malachite. HEX triplet: 1A, C1 and 60. RGB value is (26,193,96). Sum of RGB (Red+Green+Blue) = 26+193+96=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC160 is #E53E9F. Grayscale: #848484. Windows color (decimal): -15023776 or 6340890. OLE color: 6340890.

HSL color Cylindrical-coordinate representation of color #1AC160: hue angle of 145.15º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC160 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB2619396-
CMYK0.8700.500.24
HSL145.15º76.26%42.94%-
HSV(B)145.15º86.53%75.69%-
XYZ21.6139.217.49-
YUV132.01107.6752.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.25%
GREEN value IS 193 (75.78% from 255) = 61.27%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=8.25%
G=61.27%
B=30.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26193960.8700.500.24145.1576.2642.94
Hex1AC1605703218914c2b
Octal323011401270623022111453
Binary110101100000111000001010111011001011000100100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,193,96); }

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

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

 a { background-color: rgb(26,193,96); }

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

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

 span { border-color: rgb(26,193,96); }

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