Html Css Color HEX #18CD6E Malachite

📋 copy color: '#18CD6E'

red 24 ◦ green 205 ◦ blue 110

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

Shades of Malachite #18CD6E

Tints of Malachite #18CD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 7.08%
G = 60.47%
B = 32.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#18CD6E (or 0x18CD6E) is known color: Malachite. HEX triplet: 18, CD and 6E. RGB value is (24,205,110). Sum of RGB (Red+Green+Blue) = 24+205+110=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD6E is #E73291. Grayscale: #8C8C8C. Windows color (decimal): -15151762 or 7261464. OLE color: 7261464.

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

Color convert

RGB 24 205 110 -
CMYK 0.88 0 0.46 0.20
HSL 148.51º 0.79% 0.45% -
HSV(B) 148.51º 0.88% 0.8% -
XYZ 25.02 44.98 22.12 -
YUV 140.05 111.03 45.22 -
System Red Green Blue C M Y K H S L
Decimal 24 205 110 0.88 0 0.46 0.20 148.51 0.79 0.45
Hex 18 CD 6E 58 0 2E 14 95 4F 2D
Octal 30 315 156 130 0 56 24 225 117 55
Binary 11000 11001101 1101110 1011000 0 101110 10100 10010101 1001111 101101

Color Harmonies of #18CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD6E

Black with #18CD6E

Text Example


Text Example

White with #18CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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