Html Css Color HEX #14CC45 Malachite

📋 copy color: '#14CC45'

red 20 ◦ green 204 ◦ blue 69

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

Shades of Malachite #14CC45

Tints of Malachite #14CC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.62%

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

R = 6.83%
G = 69.62%
B = 23.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#14CC45 (or 0x14CC45) is known color: Malachite. HEX triplet: 14, CC and 45. RGB value is (20,204,69). Sum of RGB (Red+Green+Blue) = 20+204+69=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC45 is #EB33BA. Grayscale: #858585. Windows color (decimal): -15414203 or 4574228. OLE color: 4574228.

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

Color convert

RGB 20 204 69 -
CMYK 0.90 0 0.66 0.2
HSL 135.98º 0.82% 0.44% -
HSV(B) 135.98º 0.9% 0.8% -
XYZ 22.96 43.76 12.87 -
YUV 133.59 91.54 46.98 -
System Red Green Blue C M Y K H S L
Decimal 20 204 69 0.90 0 0.66 0.2 135.98 0.82 0.44
Hex 14 CC 45 5A 0 42 14 88 52 2C
Octal 24 314 105 132 0 102 24 210 122 54
Binary 10100 11001100 1000101 1011010 0 1000010 10100 10001000 1010010 101100

Color Harmonies of #14CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC45

Black with #14CC45

Text Example


Text Example

White with #14CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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