Html Css Color HEX #18C364 Malachite

📋 copy color: '#18C364'

red 24 ◦ green 195 ◦ blue 100

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

Shades of Malachite #18C364

Tints of Malachite #18C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.13%

 BLUE value IS 100 (39.45% from 255) = 31.35%

R = 7.52%
G = 61.13%
B = 31.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#18C364 (or 0x18C364) is known color: Malachite. HEX triplet: 18, C3 and 64. RGB value is (24,195,100). Sum of RGB (Red+Green+Blue) = 24+195+100=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #18C364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C364 is #E73C9B. Grayscale: #858585. Windows color (decimal): -15154332 or 6603544. OLE color: 6603544.

HSL color Cylindrical-coordinate representation of color #18C364: hue angle of 146.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C364 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 195 100 -
CMYK 0.88 0 0.49 0.24
HSL 146.67º 0.78% 0.43% -
HSV(B) 146.67º 0.88% 0.76% -
XYZ 22.19 40.14 18.64 -
YUV 133.04 109.35 50.22 -
System Red Green Blue C M Y K H S L
Decimal 24 195 100 0.88 0 0.49 0.24 146.67 0.78 0.43
Hex 18 C3 64 58 0 31 18 93 4E 2B
Octal 30 303 144 130 0 61 30 223 116 53
Binary 11000 11000011 1100100 1011000 0 110001 11000 10010011 1001110 101011

Color Harmonies of #18C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C364

Black with #18C364

Text Example


Text Example

White with #18C364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,195,100); }

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

background-color css

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

 a { background-color: rgb(24,195,100); }

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

border-color css

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

 span { border-color: rgb(24,195,100); }

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