Html Css Color HEX #18DC3F Malachite

📋 copy color: '#18DC3F'

red 24 ◦ green 220 ◦ blue 63

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

Shades of Malachite #18DC3F

Tints of Malachite #18DC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.66%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 7.82%
G = 71.66%
B = 20.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#18DC3F (or 0x18DC3F) is known color: Malachite. HEX triplet: 18, DC and 3F. RGB value is (24,220,63). Sum of RGB (Red+Green+Blue) = 24+220+63=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC3F is #E723C0. Grayscale: #8F8F8F. Windows color (decimal): -15147969 or 4185112. OLE color: 4185112.

HSL color Cylindrical-coordinate representation of color #18DC3F: hue angle of 131.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC3F is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 63 -
CMYK 0.89 0 0.71 0.14
HSL 131.94º 0.8% 0.48% -
HSV(B) 131.94º 0.89% 0.86% -
XYZ 26.87 51.74 13.27 -
YUV 143.5 82.57 42.77 -
System Red Green Blue C M Y K H S L
Decimal 24 220 63 0.89 0 0.71 0.14 131.94 0.8 0.48
Hex 18 DC 3F 59 0 47 E 84 50 30
Octal 30 334 77 131 0 107 16 204 120 60
Binary 11000 11011100 111111 1011001 0 1000111 1110 10000100 1010000 110000

Color Harmonies of #18DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC3F

Black with #18DC3F

Text Example


Text Example

White with #18DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,63); }

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

background-color css

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

 a { background-color: rgb(24,220,63); }

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

border-color css

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

 span { border-color: rgb(24,220,63); }

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