Html Css Color HEX #14CE45 Malachite

📋 copy color: '#14CE45'

red 20 ◦ green 206 ◦ blue 69

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

Shades of Malachite #14CE45

Tints of Malachite #14CE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 6.78%
G = 69.83%
B = 23.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#14CE45 (or 0x14CE45) is known color: Malachite. HEX triplet: 14, CE and 45. RGB value is (20,206,69). Sum of RGB (Red+Green+Blue) = 20+206+69=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE45 is #EB31BA. Grayscale: #878787. Windows color (decimal): -15413691 or 4574740. OLE color: 4574740.

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

Color convert

RGB 20 206 69 -
CMYK 0.90 0 0.67 0.19
HSL 135.81º 0.82% 0.44% -
HSV(B) 135.81º 0.9% 0.81% -
XYZ 23.43 44.72 13.03 -
YUV 134.77 90.88 46.14 -
System Red Green Blue C M Y K H S L
Decimal 20 206 69 0.90 0 0.67 0.19 135.81 0.82 0.44
Hex 14 CE 45 5A 0 43 13 88 52 2C
Octal 24 316 105 132 0 103 23 210 122 54
Binary 10100 11001110 1000101 1011010 0 1000011 10011 10001000 1010010 101100

Color Harmonies of #14CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CE45

Black with #14CE45

Text Example


Text Example

White with #14CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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