Html Css Color HEX #18D072 Malachite

📋 copy color: '#18D072'

red 24 ◦ green 208 ◦ blue 114

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

Shades of Malachite #18D072

Tints of Malachite #18D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.12%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 6.94%
G = 60.12%
B = 32.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#18D072 (or 0x18D072) is known color: Malachite. HEX triplet: 18, D0 and 72. RGB value is (24,208,114). Sum of RGB (Red+Green+Blue) = 24+208+114=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #18D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D072 is #E72F8D. Grayscale: #8E8E8E. Windows color (decimal): -15150990 or 7524376. OLE color: 7524376.

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

Color convert

RGB 24 208 114 -
CMYK 0.88 0 0.45 0.18
HSL 149.35º 0.79% 0.45% -
HSV(B) 149.35º 0.88% 0.82% -
XYZ 25.97 46.52 23.53 -
YUV 142.27 112.04 43.64 -
System Red Green Blue C M Y K H S L
Decimal 24 208 114 0.88 0 0.45 0.18 149.35 0.79 0.45
Hex 18 D0 72 58 0 2D 12 95 4F 2D
Octal 30 320 162 130 0 55 22 225 117 55
Binary 11000 11010000 1110010 1011000 0 101101 10010 10010101 1001111 101101

Color Harmonies of #18D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D072

Black with #18D072

Text Example


Text Example

White with #18D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,114); }

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

background-color css

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

 a { background-color: rgb(24,208,114); }

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

border-color css

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

 span { border-color: rgb(24,208,114); }

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