Html Css Color HEX #18CD68 Malachite

📋 copy color: '#18CD68'

red 24 ◦ green 205 ◦ blue 104

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

Shades of Malachite #18CD68

Tints of Malachite #18CD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.56%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 7.21%
G = 61.56%
B = 31.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#18CD68 (or 0x18CD68) is known color: Malachite. HEX triplet: 18, CD and 68. RGB value is (24,205,104). Sum of RGB (Red+Green+Blue) = 24+205+104=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 205 (80.47% from 255 or 61.56% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD68 is #E73297. Grayscale: #8B8B8B. Windows color (decimal): -15151768 or 6868248. OLE color: 6868248.

HSL color Cylindrical-coordinate representation of color #18CD68: hue angle of 146.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CD68 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 205 104 -
CMYK 0.88 0 0.49 0.20
HSL 146.52º 0.79% 0.45% -
HSV(B) 146.52º 0.88% 0.8% -
XYZ 24.71 44.86 20.45 -
YUV 139.37 108.03 45.71 -
System Red Green Blue C M Y K H S L
Decimal 24 205 104 0.88 0 0.49 0.20 146.52 0.79 0.45
Hex 18 CD 68 58 0 31 14 93 4F 2D
Octal 30 315 150 130 0 61 24 223 117 55
Binary 11000 11001101 1101000 1011000 0 110001 10100 10010011 1001111 101101

Color Harmonies of #18CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD68

Black with #18CD68

Text Example


Text Example

White with #18CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,104); }

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

background-color css

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

 a { background-color: rgb(24,205,104); }

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

border-color css

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

 span { border-color: rgb(24,205,104); }

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