Html Css Color HEX #14CE51 Malachite

📋 copy color: '#14CE51'

red 20 ◦ green 206 ◦ blue 81

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

Shades of Malachite #14CE51

Tints of Malachite #14CE51

RGB

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

 GREEN value IS 206 (80.86% from 255) = 67.1%

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 6.51%
G = 67.1%
B = 26.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#14CE51 (or 0x14CE51) is known color: Malachite. HEX triplet: 14, CE and 51. RGB value is (20,206,81). Sum of RGB (Red+Green+Blue) = 20+206+81=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE51 is #EB31AE. Grayscale: #888888. Windows color (decimal): -15413679 or 5361172. OLE color: 5361172.

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

Color convert

RGB 20 206 81 -
CMYK 0.90 0 0.61 0.19
HSL 139.68º 0.82% 0.44% -
HSV(B) 139.68º 0.9% 0.81% -
XYZ 23.85 44.89 15.19 -
YUV 136.14 96.88 45.16 -
System Red Green Blue C M Y K H S L
Decimal 20 206 81 0.90 0 0.61 0.19 139.68 0.82 0.44
Hex 14 CE 51 5A 0 3D 13 8C 52 2C
Octal 24 316 121 132 0 75 23 214 122 54
Binary 10100 11001110 1010001 1011010 0 111101 10011 10001100 1010010 101100

Color Harmonies of #14CE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE51

Black with #14CE51

Text Example


Text Example

White with #14CE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,81); }

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

background-color css

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

 a { background-color: rgb(20,206,81); }

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

border-color css

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

 span { border-color: rgb(20,206,81); }

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