Html Css Color HEX #18D45F Malachite

📋 copy color: '#18D45F'

red 24 ◦ green 212 ◦ blue 95

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

Shades of Malachite #18D45F

Tints of Malachite #18D45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 7.25%
G = 64.05%
B = 28.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#18D45F (or 0x18D45F) is known color: Malachite. HEX triplet: 18, D4 and 5F. RGB value is (24,212,95). Sum of RGB (Red+Green+Blue) = 24+212+95=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #18D45F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D45F is #E72BA0. Grayscale: #8E8E8E. Windows color (decimal): -15149985 or 6280216. OLE color: 6280216.

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

Color convert

RGB 24 212 95 -
CMYK 0.89 0 0.55 0.17
HSL 142.66º 0.8% 0.46% -
HSV(B) 142.66º 0.89% 0.83% -
XYZ 25.99 48.11 18.74 -
YUV 142.45 101.22 43.51 -
System Red Green Blue C M Y K H S L
Decimal 24 212 95 0.89 0 0.55 0.17 142.66 0.8 0.46
Hex 18 D4 5F 59 0 37 11 8F 50 2E
Octal 30 324 137 131 0 67 21 217 120 56
Binary 11000 11010100 1011111 1011001 0 110111 10001 10001111 1010000 101110

Color Harmonies of #18D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D45F

Black with #18D45F

Text Example


Text Example

White with #18D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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