#18C45F

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

Shades of Malachite #18C45F

Tints of Malachite #18C45F

Color information

#18C45F (or 0x18C45F) is unknown color: approx Malachite. HEX triplet: 18, C4 and 5F. RGB value is (24,196,95). Sum of RGB (Red+Green+Blue) = 24+196+95=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #18C45F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C45F is #E73BA0. Grayscale: #858585. Windows color (decimal): -15154081 or 6276120. OLE color: 6276120.

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

Color convert

RGB2419695-
CMYK0.8800.520.23
HSL144.77º78.18%43.14%-
HSV(B)144.77º87.76%76.86%-
XYZ22.1840.517.47-
YUV133.06106.5250.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 196 (76.95% from 255) = 62.22%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=7.62%
G=62.22%
B=30.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24196950.8800.520.23144.7778.1843.14
Hex18C45F5803417914e2b
Octal303041371300642722111653
Binary110001100010010111111011000011010010111100100011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,196,95); }

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

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

 a { background-color: rgb(24,196,95); }

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

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

 span { border-color: rgb(24,196,95); }

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