Html Css Color HEX #14CB6B Malachite

📋 copy color: '#14CB6B'

red 20 ◦ green 203 ◦ blue 107

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

Shades of Malachite #14CB6B

Tints of Malachite #14CB6B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.52%

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

R = 6.06%
G = 61.52%
B = 32.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#14CB6B (or 0x14CB6B) is known color: Malachite. HEX triplet: 14, CB and 6B. RGB value is (20,203,107). Sum of RGB (Red+Green+Blue) = 20+203+107=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB6B is #EB3494. Grayscale: #898989. Windows color (decimal): -15414421 or 7064340. OLE color: 7064340.

HSL color Cylindrical-coordinate representation of color #14CB6B: hue angle of 148.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB6B is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 107 -
CMYK 0.90 0 0.47 0.20
HSL 148.52º 0.82% 0.44% -
HSV(B) 148.52º 0.9% 0.8% -
XYZ 24.3 43.92 21.11 -
YUV 137.34 110.87 44.31 -
System Red Green Blue C M Y K H S L
Decimal 20 203 107 0.90 0 0.47 0.20 148.52 0.82 0.44
Hex 14 CB 6B 5A 0 2F 14 95 52 2C
Octal 24 313 153 132 0 57 24 225 122 54
Binary 10100 11001011 1101011 1011010 0 101111 10100 10010101 1010010 101100

Color Harmonies of #14CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB6B

Black with #14CB6B

Text Example


Text Example

White with #14CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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