Html Css Color HEX #14CF6B Malachite

📋 copy color: '#14CF6B'

red 20 ◦ green 207 ◦ blue 107

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

Shades of Malachite #14CF6B

Tints of Malachite #14CF6B

RGB

 RED value IS 20 (8.2% from 255) = 5.99%

 GREEN value IS 207 (81.25% from 255) = 61.98%

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

R = 5.99%
G = 61.98%
B = 32.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#14CF6B (or 0x14CF6B) is known color: Malachite. HEX triplet: 14, CF and 6B. RGB value is (20,207,107). Sum of RGB (Red+Green+Blue) = 20+207+107=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CF6B is #EB3094. Grayscale: #8B8B8B. Windows color (decimal): -15413397 or 7065364. OLE color: 7065364.

HSL color Cylindrical-coordinate representation of color #14CF6B: hue angle of 147.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF6B is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 107 -
CMYK 0.90 0 0.48 0.19
HSL 147.91º 0.82% 0.45% -
HSV(B) 147.91º 0.9% 0.81% -
XYZ 25.26 45.84 21.43 -
YUV 139.69 109.55 42.63 -
System Red Green Blue C M Y K H S L
Decimal 20 207 107 0.90 0 0.48 0.19 147.91 0.82 0.45
Hex 14 CF 6B 5A 0 30 13 94 52 2D
Octal 24 317 153 132 0 60 23 224 122 55
Binary 10100 11001111 1101011 1011010 0 110000 10011 10010100 1010010 101101

Color Harmonies of #14CF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF6B

Black with #14CF6B

Text Example


Text Example

White with #14CF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CF6B; }

 p { color: rgb(20,207,107); }

 H1.HeaderClassName
 {
   color: #14CF6B;
 }
 .AnyTagClassName
 {
   color: #14CF6B;
 }
</style>

background-color css

<style>
 a { background-color: #14CF6B; }

 a { background-color: rgb(20,207,107); }

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

border-color css

<style>
 span { border-color: #14CF6B; }

 span { border-color: rgb(20,207,107); }

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