#18BD56

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

Shades of Malachite #18BD56

Tints of Malachite #18BD56

Color information

#18BD56 (or 0x18BD56) is unknown color: approx Malachite. HEX triplet: 18, BD and 56. RGB value is (24,189,86). Sum of RGB (Red+Green+Blue) = 24+189+86=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD56 is #E742A9. Grayscale: #808080. Windows color (decimal): -15155882 or 5684504. OLE color: 5684504.

HSL color Cylindrical-coordinate representation of color #18BD56: hue angle of 142.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD56 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB2418986-
CMYK0.8700.540.26
HSL142.55º77.46%41.76%-
HSV(B)142.55º87.3%74.12%-
XYZ20.2537.2614.93-
YUV127.92104.3453.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=8.03%
G=63.21%
B=28.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24189860.8700.540.26142.5577.4641.76
Hex18BD56570361A8f4d2a
Octal302751261270663221711552
Binary110001011110110101101010111011011011010100011111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18BD56; }

 p { color: rgb(24,189,86); }

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

<style>
 a { background-color: #18BD56; }

 a { background-color: rgb(24,189,86); }

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

<style>
 span { border-color: #18BD56; }

 span { border-color: rgb(24,189,86); }

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