Html Css Color HEX #14E16E Malachite

📋 copy color: '#14E16E'

red 20 ◦ green 225 ◦ blue 110

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

Shades of Malachite #14E16E

Tints of Malachite #14E16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 5.63%
G = 63.38%
B = 30.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#14E16E (or 0x14E16E) is known color: Malachite. HEX triplet: 14, E1 and 6E. RGB value is (20,225,110). Sum of RGB (Red+Green+Blue) = 20+225+110=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #14E16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E16E is #EB1E91. Grayscale: #969696. Windows color (decimal): -15408786 or 7266580. OLE color: 7266580.

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

Color convert

RGB 20 225 110 -
CMYK 0.91 0 0.51 0.12
HSL 146.34º 0.84% 0.48% -
HSV(B) 146.34º 0.91% 0.88% -
XYZ 30.03 55.12 23.81 -
YUV 150.6 105.08 34.85 -
System Red Green Blue C M Y K H S L
Decimal 20 225 110 0.91 0 0.51 0.12 146.34 0.84 0.48
Hex 14 E1 6E 5B 0 33 C 92 54 30
Octal 24 341 156 133 0 63 14 222 124 60
Binary 10100 11100001 1101110 1011011 0 110011 1100 10010010 1010100 110000

Color Harmonies of #14E16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E16E

Black with #14E16E

Text Example


Text Example

White with #14E16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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