Html Css Color HEX #18CA64 Malachite

📋 copy color: '#18CA64'

red 24 ◦ green 202 ◦ blue 100

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

Shades of Malachite #18CA64

Tints of Malachite #18CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.96%

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

R = 7.36%
G = 61.96%
B = 30.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#18CA64 (or 0x18CA64) is known color: Malachite. HEX triplet: 18, CA and 64. RGB value is (24,202,100). Sum of RGB (Red+Green+Blue) = 24+202+100=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CA64 is #E7359B. Grayscale: #898989. Windows color (decimal): -15152540 or 6605336. OLE color: 6605336.

HSL color Cylindrical-coordinate representation of color #18CA64: hue angle of 145.62º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA64 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 202 100 -
CMYK 0.88 0 0.50 0.21
HSL 145.62º 0.79% 0.44% -
HSV(B) 145.62º 0.88% 0.79% -
XYZ 23.8 43.36 19.17 -
YUV 137.15 107.03 47.29 -
System Red Green Blue C M Y K H S L
Decimal 24 202 100 0.88 0 0.50 0.21 145.62 0.79 0.44
Hex 18 CA 64 58 0 32 15 92 4F 2C
Octal 30 312 144 130 0 62 25 222 117 54
Binary 11000 11001010 1100100 1011000 0 110010 10101 10010010 1001111 101100

Color Harmonies of #18CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CA64

Black with #18CA64

Text Example


Text Example

White with #18CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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