Html Css Color HEX #14CE46 Malachite

📋 copy color: '#14CE46'

red 20 ◦ green 206 ◦ blue 70

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

Shades of Malachite #14CE46

Tints of Malachite #14CE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 6.76%
G = 69.59%
B = 23.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#14CE46 (or 0x14CE46) is known color: Malachite. HEX triplet: 14, CE and 46. RGB value is (20,206,70). Sum of RGB (Red+Green+Blue) = 20+206+70=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE46 is #EB31B9. Grayscale: #878787. Windows color (decimal): -15413690 or 4640276. OLE color: 4640276.

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

Color convert

RGB 20 206 70 -
CMYK 0.90 0 0.66 0.19
HSL 136.13º 0.82% 0.44% -
HSV(B) 136.13º 0.9% 0.81% -
XYZ 23.47 44.73 13.19 -
YUV 134.88 91.38 46.06 -
System Red Green Blue C M Y K H S L
Decimal 20 206 70 0.90 0 0.66 0.19 136.13 0.82 0.44
Hex 14 CE 46 5A 0 42 13 88 52 2C
Octal 24 316 106 132 0 102 23 210 122 54
Binary 10100 11001110 1000110 1011010 0 1000010 10011 10001000 1010010 101100

Color Harmonies of #14CE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE46

Black with #14CE46

Text Example


Text Example

White with #14CE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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