Html Css Color HEX #14E150 Malachite

📋 copy color: '#14E150'

red 20 ◦ green 225 ◦ blue 80

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

Shades of Malachite #14E150

Tints of Malachite #14E150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.23%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 6.15%
G = 69.23%
B = 24.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#14E150 (or 0x14E150) is known color: Malachite. HEX triplet: 14, E1 and 50. RGB value is (20,225,80). Sum of RGB (Red+Green+Blue) = 20+225+80=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #14E150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E150 is #EB1EAF. Grayscale: #939393. Windows color (decimal): -15408816 or 5300500. OLE color: 5300500.

HSL color Cylindrical-coordinate representation of color #14E150: hue angle of 137.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E150 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 80 -
CMYK 0.91 0 0.64 0.12
HSL 137.56º 0.84% 0.48% -
HSV(B) 137.56º 0.91% 0.88% -
XYZ 28.66 54.58 16.61 -
YUV 147.18 90.08 37.29 -
System Red Green Blue C M Y K H S L
Decimal 20 225 80 0.91 0 0.64 0.12 137.56 0.84 0.48
Hex 14 E1 50 5B 0 40 C 8A 54 30
Octal 24 341 120 133 0 100 14 212 124 60
Binary 10100 11100001 1010000 1011011 0 1000000 1100 10001010 1010100 110000

Color Harmonies of #14E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E150

Black with #14E150

Text Example


Text Example

White with #14E150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,225,80); }

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

background-color css

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

 a { background-color: rgb(20,225,80); }

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

border-color css

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

 span { border-color: rgb(20,225,80); }

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