Html Css Color HEX #18D06B Malachite

📋 copy color: '#18D06B'

red 24 ◦ green 208 ◦ blue 107

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

Shades of Malachite #18D06B

Tints of Malachite #18D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 7.08%
G = 61.36%
B = 31.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#18D06B (or 0x18D06B) is known color: Malachite. HEX triplet: 18, D0 and 6B. RGB value is (24,208,107). Sum of RGB (Red+Green+Blue) = 24+208+107=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #18D06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D06B is #E72F94. Grayscale: #8D8D8D. Windows color (decimal): -15150997 or 7065624. OLE color: 7065624.

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

Color convert

RGB 24 208 107 -
CMYK 0.88 0 0.49 0.18
HSL 147.07º 0.79% 0.45% -
HSV(B) 147.07º 0.88% 0.82% -
XYZ 25.59 46.37 21.51 -
YUV 141.47 108.54 44.21 -
System Red Green Blue C M Y K H S L
Decimal 24 208 107 0.88 0 0.49 0.18 147.07 0.79 0.45
Hex 18 D0 6B 58 0 31 12 93 4F 2D
Octal 30 320 153 130 0 61 22 223 117 55
Binary 11000 11010000 1101011 1011000 0 110001 10010 10010011 1001111 101101

Color Harmonies of #18D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D06B

Black with #18D06B

Text Example


Text Example

White with #18D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,107); }

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

background-color css

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

 a { background-color: rgb(24,208,107); }

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

border-color css

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

 span { border-color: rgb(24,208,107); }

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