Html Css Color HEX #18D242 Malachite

📋 copy color: '#18D242'

red 24 ◦ green 210 ◦ blue 66

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

Shades of Malachite #18D242

Tints of Malachite #18D242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70%

 BLUE value IS 66 (26.17% from 255) = 22%

R = 8%
G = 70%
B = 22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#18D242 (or 0x18D242) is known color: Malachite. HEX triplet: 18, D2 and 42. RGB value is (24,210,66). Sum of RGB (Red+Green+Blue) = 24+210+66=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #18D242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D242 is #E72DBD. Grayscale: #8A8A8A. Windows color (decimal): -15150526 or 4379160. OLE color: 4379160.

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

Color convert

RGB 24 210 66 -
CMYK 0.89 0 0.69 0.18
HSL 133.55º 0.79% 0.46% -
HSV(B) 133.55º 0.89% 0.82% -
XYZ 24.41 46.68 12.88 -
YUV 137.97 87.38 46.71 -
System Red Green Blue C M Y K H S L
Decimal 24 210 66 0.89 0 0.69 0.18 133.55 0.79 0.46
Hex 18 D2 42 59 0 45 12 86 4F 2E
Octal 30 322 102 131 0 105 22 206 117 56
Binary 11000 11010010 1000010 1011001 0 1000101 10010 10000110 1001111 101110

Color Harmonies of #18D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D242

Black with #18D242

Text Example


Text Example

White with #18D242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,66); }

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

background-color css

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

 a { background-color: rgb(24,210,66); }

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

border-color css

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

 span { border-color: rgb(24,210,66); }

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