Html Css Color HEX #18D668 Malachite

📋 copy color: '#18D668'

red 24 ◦ green 214 ◦ blue 104

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

Shades of Malachite #18D668

Tints of Malachite #18D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.57%

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

R = 7.02%
G = 62.57%
B = 30.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#18D668 (or 0x18D668) is known color: Malachite. HEX triplet: 18, D6 and 68. RGB value is (24,214,104). Sum of RGB (Red+Green+Blue) = 24+214+104=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #18D668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D668 is #E72997. Grayscale: #909090. Windows color (decimal): -15149464 or 6870552. OLE color: 6870552.

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

Color convert

RGB 24 214 104 -
CMYK 0.89 0 0.51 0.16
HSL 145.26º 0.8% 0.47% -
HSV(B) 145.26º 0.89% 0.84% -
XYZ 26.92 49.29 21.19 -
YUV 144.65 105.05 41.94 -
System Red Green Blue C M Y K H S L
Decimal 24 214 104 0.89 0 0.51 0.16 145.26 0.8 0.47
Hex 18 D6 68 59 0 33 10 91 50 2F
Octal 30 326 150 131 0 63 20 221 120 57
Binary 11000 11010110 1101000 1011001 0 110011 10000 10010001 1010000 101111

Color Harmonies of #18D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D668

Black with #18D668

Text Example


Text Example

White with #18D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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