Html Css Color HEX #14DE5A Malachite

📋 copy color: '#14DE5A'

red 20 ◦ green 222 ◦ blue 90

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

Shades of Malachite #14DE5A

Tints of Malachite #14DE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 6.02%
G = 66.87%
B = 27.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#14DE5A (or 0x14DE5A) is known color: Malachite. HEX triplet: 14, DE and 5A. RGB value is (20,222,90). Sum of RGB (Red+Green+Blue) = 20+222+90=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 222 (87.11% from 255 or 66.87% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DE5A is #EB21A5. Grayscale: #929292. Windows color (decimal): -15409574 or 5955092. OLE color: 5955092.

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

Color convert

RGB 20 222 90 -
CMYK 0.91 0 0.59 0.13
HSL 140.79º 0.83% 0.47% -
HSV(B) 140.79º 0.91% 0.87% -
XYZ 28.26 53.13 18.44 -
YUV 146.55 96.08 37.73 -
System Red Green Blue C M Y K H S L
Decimal 20 222 90 0.91 0 0.59 0.13 140.79 0.83 0.47
Hex 14 DE 5A 5B 0 3B D 8D 53 2F
Octal 24 336 132 133 0 73 15 215 123 57
Binary 10100 11011110 1011010 1011011 0 111011 1101 10001101 1010011 101111

Color Harmonies of #14DE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DE5A

Black with #14DE5A

Text Example


Text Example

White with #14DE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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