Html Css Color HEX #18D140 Malachite

📋 copy color: '#18D140'

red 24 ◦ green 209 ◦ blue 64

#18D140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #18D140

Tints of Malachite #18D140

RGB

 RED value IS 24 (9.77% from 255) = 8.08%

 GREEN value IS 209 (82.03% from 255) = 70.37%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 8.08%
G = 70.37%
B = 21.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#18D140 (or 0x18D140) is known color: Malachite. HEX triplet: 18, D1 and 40. RGB value is (24,209,64). Sum of RGB (Red+Green+Blue) = 24+209+64=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 209 (82.03% from 255 or 70.37% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 209 - color contains mainly: green. Hex color #18D140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D140 is #E72EBF. Grayscale: #898989. Windows color (decimal): -15150784 or 4247832. OLE color: 4247832.

HSL color Cylindrical-coordinate representation of color #18D140: hue angle of 132.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D140 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 209 64 -
CMYK 0.89 0 0.69 0.18
HSL 132.97º 0.79% 0.46% -
HSV(B) 132.97º 0.89% 0.82% -
XYZ 24.1 46.17 12.49 -
YUV 137.16 86.71 47.29 -
System Red Green Blue C M Y K H S L
Decimal 24 209 64 0.89 0 0.69 0.18 132.97 0.79 0.46
Hex 18 D1 40 59 0 45 12 85 4F 2E
Octal 30 321 100 131 0 105 22 205 117 56
Binary 11000 11010001 1000000 1011001 0 1000101 10010 10000101 1001111 101110

Color Harmonies of #18D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D140

Black with #18D140

Text Example


Text Example

White with #18D140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,209,64); }

 H1.HeaderClassName
 {
   color: #18D140;
 }
 .AnyTagClassName
 {
   color: #18D140;
 }
</style>

background-color css

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

 a { background-color: rgb(24,209,64); }

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

border-color css

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

 span { border-color: rgb(24,209,64); }

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