Html Css Color HEX #14DD3A Malachite

📋 copy color: '#14DD3A'

red 20 ◦ green 221 ◦ blue 58

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

Shades of Malachite #14DD3A

Tints of Malachite #14DD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.91%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 6.69%
G = 73.91%
B = 19.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#14DD3A (or 0x14DD3A) is known color: Malachite. HEX triplet: 14, DD and 3A. RGB value is (20,221,58). Sum of RGB (Red+Green+Blue) = 20+221+58=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DD3A is #EB22C5. Grayscale: #8E8E8E. Windows color (decimal): -15409862 or 3857684. OLE color: 3857684.

HSL color Cylindrical-coordinate representation of color #14DD3A: hue angle of 131.34º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD3A is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 58 -
CMYK 0.91 0 0.74 0.13
HSL 131.34º 0.83% 0.47% -
HSV(B) 131.34º 0.91% 0.87% -
XYZ 26.91 52.17 12.65 -
YUV 142.32 80.41 40.75 -
System Red Green Blue C M Y K H S L
Decimal 20 221 58 0.91 0 0.74 0.13 131.34 0.83 0.47
Hex 14 DD 3A 5B 0 4A D 83 53 2F
Octal 24 335 72 133 0 112 15 203 123 57
Binary 10100 11011101 111010 1011011 0 1001010 1101 10000011 1010011 101111

Color Harmonies of #14DD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD3A

Black with #14DD3A

Text Example


Text Example

White with #14DD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,221,58); }

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

background-color css

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

 a { background-color: rgb(20,221,58); }

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

border-color css

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

 span { border-color: rgb(20,221,58); }

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