Html Css Color HEX #18CD4D Malachite

📋 copy color: '#18CD4D'

red 24 ◦ green 205 ◦ blue 77

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

Shades of Malachite #18CD4D

Tints of Malachite #18CD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 7.84%
G = 66.99%
B = 25.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#18CD4D (or 0x18CD4D) is known color: Malachite. HEX triplet: 18, CD and 4D. RGB value is (24,205,77). Sum of RGB (Red+Green+Blue) = 24+205+77=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD4D is #E732B2. Grayscale: #888888. Windows color (decimal): -15151795 or 5098776. OLE color: 5098776.

HSL color Cylindrical-coordinate representation of color #18CD4D: hue angle of 137.57º 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 #18CD4D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 205 77 -
CMYK 0.88 0 0.62 0.20
HSL 137.57º 0.79% 0.45% -
HSV(B) 137.57º 0.88% 0.8% -
XYZ 23.55 44.39 14.35 -
YUV 136.29 94.53 47.91 -
System Red Green Blue C M Y K H S L
Decimal 24 205 77 0.88 0 0.62 0.20 137.57 0.79 0.45
Hex 18 CD 4D 58 0 3E 14 8A 4F 2D
Octal 30 315 115 130 0 76 24 212 117 55
Binary 11000 11001101 1001101 1011000 0 111110 10100 10001010 1001111 101101

Color Harmonies of #18CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD4D

Black with #18CD4D

Text Example


Text Example

White with #18CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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