#1ABD61

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

Shades of Malachite #1ABD61

Tints of Malachite #1ABD61

Color information

#1ABD61 (or 0x1ABD61) is unknown color: approx Malachite. HEX triplet: 1A, BD and 61. RGB value is (26,189,97). Sum of RGB (Red+Green+Blue) = 26+189+97=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABD61 is #E5429E. Grayscale: #818181. Windows color (decimal): -15024799 or 6405402. OLE color: 6405402.

HSL color Cylindrical-coordinate representation of color #1ABD61: hue angle of 146.13º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABD61 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB2618997-
CMYK0.8600.490.26
HSL146.13º75.81%42.16%-
HSV(B)146.13º86.24%74.12%-
XYZ20.7837.4817.45-
YUV129.78109.553.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 189 (74.22% from 255) = 60.58%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=8.33%
G=60.58%
B=31.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26189970.8600.490.26146.1375.8142.16
Hex1ABD61560311A924c2a
Octal322751411260613222211452
Binary110101011110111000011010110011000111010100100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,189,97); }

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

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

 a { background-color: rgb(26,189,97); }

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

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

 span { border-color: rgb(26,189,97); }

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