#18C35D

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

Shades of Malachite #18C35D

Tints of Malachite #18C35D

Color information

#18C35D (or 0x18C35D) is unknown color: approx Malachite. HEX triplet: 18, C3 and 5D. RGB value is (24,195,93). Sum of RGB (Red+Green+Blue) = 24+195+93=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #18C35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C35D is #E73CA2. Grayscale: #848484. Windows color (decimal): -15154339 or 6144792. OLE color: 6144792.

HSL color Cylindrical-coordinate representation of color #18C35D: hue angle of 144.21º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C35D is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB2419593-
CMYK0.8800.520.24
HSL144.21º78.08%42.94%-
HSV(B)144.21º87.69%76.47%-
XYZ21.8740.0116.93-
YUV132.24105.8550.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.69%
GREEN value IS 195 (76.56% from 255) = 62.5%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=7.69%
G=62.5%
B=29.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24195930.8800.520.24144.2178.0842.94
Hex18C35D5803418904e2b
Octal303031351300643022011653
Binary110001100001110111011011000011010011000100100001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,195,93); }

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

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

 a { background-color: rgb(24,195,93); }

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

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

 span { border-color: rgb(24,195,93); }

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