Html Css Color HEX #18D470 Malachite

📋 copy color: '#18D470'

red 24 ◦ green 212 ◦ blue 112

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

Shades of Malachite #18D470

Tints of Malachite #18D470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 6.9%
G = 60.92%
B = 32.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#18D470 (or 0x18D470) is known color: Malachite. HEX triplet: 18, D4 and 70. RGB value is (24,212,112). Sum of RGB (Red+Green+Blue) = 24+212+112=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #18D470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D470 is #E72B8F. Grayscale: #909090. Windows color (decimal): -15149968 or 7394328. OLE color: 7394328.

HSL color Cylindrical-coordinate representation of color #18D470: hue angle of 148.09º 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 #18D470 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 212 112 -
CMYK 0.89 0 0.47 0.17
HSL 148.09º 0.8% 0.46% -
HSV(B) 148.09º 0.89% 0.83% -
XYZ 26.84 48.45 23.27 -
YUV 144.39 109.72 42.13 -
System Red Green Blue C M Y K H S L
Decimal 24 212 112 0.89 0 0.47 0.17 148.09 0.8 0.46
Hex 18 D4 70 59 0 2F 11 94 50 2E
Octal 30 324 160 131 0 57 21 224 120 56
Binary 11000 11010100 1110000 1011001 0 101111 10001 10010100 1010000 101110

Color Harmonies of #18D470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D470

Black with #18D470

Text Example


Text Example

White with #18D470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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