Html Css Color HEX #14EA3E Malachite

📋 copy color: '#14EA3E'

red 20 ◦ green 234 ◦ blue 62

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

Shades of Malachite #14EA3E

Tints of Malachite #14EA3E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 74.05%

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 6.33%
G = 74.05%
B = 19.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#14EA3E (or 0x14EA3E) is known color: Malachite. HEX triplet: 14, EA and 3E. RGB value is (20,234,62). Sum of RGB (Red+Green+Blue) = 20+234+62=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EA3E is #EB15C1. Grayscale: #969696. Windows color (decimal): -15406530 or 4123156. OLE color: 4123156.

HSL color Cylindrical-coordinate representation of color #14EA3E: hue angle of 131.78º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA3E is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 62 -
CMYK 0.91 0 0.74 0.08
HSL 131.78º 0.84% 0.5% -
HSV(B) 131.78º 0.91% 0.92% -
XYZ 30.58 59.34 14.4 -
YUV 150.41 78.1 34.99 -
System Red Green Blue C M Y K H S L
Decimal 20 234 62 0.91 0 0.74 0.08 131.78 0.84 0.5
Hex 14 EA 3E 5B 0 4A 8 84 54 32
Octal 24 352 76 133 0 112 10 204 124 62
Binary 10100 11101010 111110 1011011 0 1001010 1000 10000100 1010100 110010

Color Harmonies of #14EA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EA3E

Black with #14EA3E

Text Example


Text Example

White with #14EA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,234,62); }

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

background-color css

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

 a { background-color: rgb(20,234,62); }

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

border-color css

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

 span { border-color: rgb(20,234,62); }

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