Html Css Color HEX #14C85C Malachite

📋 copy color: '#14C85C'

red 20 ◦ green 200 ◦ blue 92

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

Shades of Malachite #14C85C

Tints of Malachite #14C85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 64.1%

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

R = 6.41%
G = 64.1%
B = 29.49%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#14C85C (or 0x14C85C) is known color: Malachite. HEX triplet: 14, C8 and 5C. RGB value is (20,200,92). Sum of RGB (Red+Green+Blue) = 20+200+92=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #14C85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C85C is #EB37A3. Grayscale: #868686. Windows color (decimal): -15415204 or 6080532. OLE color: 6080532.

HSL color Cylindrical-coordinate representation of color #14C85C: hue angle of 144º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C85C is Cyan = 0.9, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 92 -
CMYK 0.9 0 0.54 0.22
HSL 144º 0.82% 0.43% -
HSV(B) 144º 0.9% 0.78% -
XYZ 22.87 42.23 17.07 -
YUV 133.87 104.37 46.78 -
System Red Green Blue C M Y K H S L
Decimal 20 200 92 0.9 0 0.54 0.22 144 0.82 0.43
Hex 14 C8 5C 5A 0 36 16 90 52 2B
Octal 24 310 134 132 0 66 26 220 122 53
Binary 10100 11001000 1011100 1011010 0 110110 10110 10010000 1010010 101011

Color Harmonies of #14C85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C85C

Black with #14C85C

Text Example


Text Example

White with #14C85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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