Html Css Color HEX #14DE3A Malachite

📋 copy color: '#14DE3A'

red 20 ◦ green 222 ◦ blue 58

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

Shades of Malachite #14DE3A

Tints of Malachite #14DE3A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74%

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

R = 6.67%
G = 74%
B = 19.33%

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

#14DE3A (or 0x14DE3A) is known color: Malachite. HEX triplet: 14, DE and 3A. RGB value is (20,222,58). Sum of RGB (Red+Green+Blue) = 20+222+58=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 222 (87.11% from 255 or 74% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DE3A is #EB21C5. Grayscale: #8F8F8F. Windows color (decimal): -15409606 or 3857940. OLE color: 3857940.

HSL color Cylindrical-coordinate representation of color #14DE3A: hue angle of 131.29º 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 #14DE3A is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 222 58 -
CMYK 0.91 0 0.74 0.13
HSL 131.29º 0.83% 0.47% -
HSV(B) 131.29º 0.91% 0.87% -
XYZ 27.17 52.7 12.74 -
YUV 142.91 80.08 40.34 -
System Red Green Blue C M Y K H S L
Decimal 20 222 58 0.91 0 0.74 0.13 131.29 0.83 0.47
Hex 14 DE 3A 5B 0 4A D 83 53 2F
Octal 24 336 72 133 0 112 15 203 123 57
Binary 10100 11011110 111010 1011011 0 1001010 1101 10000011 1010011 101111

Color Harmonies of #14DE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DE3A

Black with #14DE3A

Text Example


Text Example

White with #14DE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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