Html Css Color HEX #14D045 Malachite

📋 copy color: '#14D045'

red 20 ◦ green 208 ◦ blue 69

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

Shades of Malachite #14D045

Tints of Malachite #14D045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.03%

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

R = 6.73%
G = 70.03%
B = 23.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#14D045 (or 0x14D045) is known color: Malachite. HEX triplet: 14, D0 and 45. RGB value is (20,208,69). Sum of RGB (Red+Green+Blue) = 20+208+69=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #14D045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D045 is #EB2FBA. Grayscale: #888888. Windows color (decimal): -15413179 or 4575252. OLE color: 4575252.

HSL color Cylindrical-coordinate representation of color #14D045: hue angle of 135.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D045 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 208 69 -
CMYK 0.90 0 0.67 0.18
HSL 135.64º 0.82% 0.45% -
HSV(B) 135.64º 0.9% 0.82% -
XYZ 23.92 45.69 13.19 -
YUV 135.94 90.22 45.3 -
System Red Green Blue C M Y K H S L
Decimal 20 208 69 0.90 0 0.67 0.18 135.64 0.82 0.45
Hex 14 D0 45 5A 0 43 12 88 52 2D
Octal 24 320 105 132 0 103 22 210 122 55
Binary 10100 11010000 1000101 1011010 0 1000011 10010 10001000 1010010 101101

Color Harmonies of #14D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D045

Black with #14D045

Text Example


Text Example

White with #14D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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