Html Css Color HEX #18D468 Malachite

📋 copy color: '#18D468'

red 24 ◦ green 212 ◦ blue 104

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

Shades of Malachite #18D468

Tints of Malachite #18D468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 62.35%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 7.06%
G = 62.35%
B = 30.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#18D468 (or 0x18D468) is known color: Malachite. HEX triplet: 18, D4 and 68. RGB value is (24,212,104). Sum of RGB (Red+Green+Blue) = 24+212+104=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #18D468 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D468 is #E72B97. Grayscale: #8F8F8F. Windows color (decimal): -15149976 or 6870040. OLE color: 6870040.

HSL color Cylindrical-coordinate representation of color #18D468: hue angle of 145.53º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D468 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 212 104 -
CMYK 0.89 0 0.51 0.17
HSL 145.53º 0.8% 0.46% -
HSV(B) 145.53º 0.89% 0.83% -
XYZ 26.42 48.28 21.02 -
YUV 143.48 105.72 42.78 -
System Red Green Blue C M Y K H S L
Decimal 24 212 104 0.89 0 0.51 0.17 145.53 0.8 0.46
Hex 18 D4 68 59 0 33 11 92 50 2E
Octal 30 324 150 131 0 63 21 222 120 56
Binary 11000 11010100 1101000 1011001 0 110011 10001 10010010 1010000 101110

Color Harmonies of #18D468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D468

Black with #18D468

Text Example


Text Example

White with #18D468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,212,104); }

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

background-color css

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

 a { background-color: rgb(24,212,104); }

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

border-color css

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

 span { border-color: rgb(24,212,104); }

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