Html Css Color HEX #18D941 Malachite

📋 copy color: '#18D941'

red 24 ◦ green 217 ◦ blue 65

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

Shades of Malachite #18D941

Tints of Malachite #18D941

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70.92%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 7.84%
G = 70.92%
B = 21.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#18D941 (or 0x18D941) is known color: Malachite. HEX triplet: 18, D9 and 41. RGB value is (24,217,65). Sum of RGB (Red+Green+Blue) = 24+217+65=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 217 (85.16% from 255 or 70.92% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 217 - color contains mainly: green. Hex color #18D941 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D941 is #E726BE. Grayscale: #8E8E8E. Windows color (decimal): -15148735 or 4315416. OLE color: 4315416.

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

Color convert

RGB 24 217 65 -
CMYK 0.89 0 0.70 0.15
HSL 132.75º 0.8% 0.47% -
HSV(B) 132.75º 0.89% 0.85% -
XYZ 26.14 50.2 13.31 -
YUV 141.97 84.56 43.86 -
System Red Green Blue C M Y K H S L
Decimal 24 217 65 0.89 0 0.70 0.15 132.75 0.8 0.47
Hex 18 D9 41 59 0 46 F 85 50 2F
Octal 30 331 101 131 0 106 17 205 120 57
Binary 11000 11011001 1000001 1011001 0 1000110 1111 10000101 1010000 101111

Color Harmonies of #18D941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D941

Black with #18D941

Text Example


Text Example

White with #18D941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,217,65); }

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

background-color css

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

 a { background-color: rgb(24,217,65); }

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

border-color css

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

 span { border-color: rgb(24,217,65); }

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