Html Css Color HEX #14CB5C Malachite

📋 copy color: '#14CB5C'

red 20 ◦ green 203 ◦ blue 92

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

Shades of Malachite #14CB5C

Tints of Malachite #14CB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 6.35%
G = 64.44%
B = 29.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#14CB5C (or 0x14CB5C) is known color: Malachite. HEX triplet: 14, CB and 5C. RGB value is (20,203,92). Sum of RGB (Red+Green+Blue) = 20+203+92=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB5C is #EB34A3. Grayscale: #878787. Windows color (decimal): -15414436 or 6081300. OLE color: 6081300.

HSL color Cylindrical-coordinate representation of color #14CB5C: hue angle of 143.61º 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 #14CB5C is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 92 -
CMYK 0.90 0 0.55 0.20
HSL 143.61º 0.82% 0.44% -
HSV(B) 143.61º 0.9% 0.8% -
XYZ 23.58 43.63 17.3 -
YUV 135.63 103.37 45.53 -
System Red Green Blue C M Y K H S L
Decimal 20 203 92 0.90 0 0.55 0.20 143.61 0.82 0.44
Hex 14 CB 5C 5A 0 37 14 90 52 2C
Octal 24 313 134 132 0 67 24 220 122 54
Binary 10100 11001011 1011100 1011010 0 110111 10100 10010000 1010010 101100

Color Harmonies of #14CB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB5C

Black with #14CB5C

Text Example


Text Example

White with #14CB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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