Html Css Color HEX #14E73B Malachite

📋 copy color: '#14E73B'

red 20 ◦ green 231 ◦ blue 59

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

Shades of Malachite #14E73B

Tints of Malachite #14E73B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 74.52%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 6.45%
G = 74.52%
B = 19.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#14E73B (or 0x14E73B) is known color: Malachite. HEX triplet: 14, E7 and 3B. RGB value is (20,231,59). Sum of RGB (Red+Green+Blue) = 20+231+59=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #14E73B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E73B is #EB18C4. Grayscale: #949494. Windows color (decimal): -15407301 or 3925780. OLE color: 3925780.

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

Color convert

RGB 20 231 59 -
CMYK 0.91 0 0.74 0.09
HSL 131.09º 0.84% 0.49% -
HSV(B) 131.09º 0.91% 0.91% -
XYZ 29.65 57.62 13.7 -
YUV 148.3 77.6 36.49 -
System Red Green Blue C M Y K H S L
Decimal 20 231 59 0.91 0 0.74 0.09 131.09 0.84 0.49
Hex 14 E7 3B 5B 0 4A 9 83 54 31
Octal 24 347 73 133 0 112 11 203 124 61
Binary 10100 11100111 111011 1011011 0 1001010 1001 10000011 1010100 110001

Color Harmonies of #14E73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E73B

Black with #14E73B

Text Example


Text Example

White with #14E73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,231,59); }

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

background-color css

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

 a { background-color: rgb(20,231,59); }

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

border-color css

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

 span { border-color: rgb(20,231,59); }

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