Html Css Color HEX #14E232 Malachite

📋 copy color: '#14E232'

red 20 ◦ green 226 ◦ blue 50

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

Shades of Malachite #14E232

Tints of Malachite #14E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 76.35%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 6.76%
G = 76.35%
B = 16.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#14E232 (or 0x14E232) is known color: Malachite. HEX triplet: 14, E2 and 32. RGB value is (20,226,50). Sum of RGB (Red+Green+Blue) = 20+226+50=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 226 (88.67% from 255 or 76.35% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 226 - color contains mainly: green. Hex color #14E232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E232 is #EB1DCD. Grayscale: #909090. Windows color (decimal): -15408590 or 3334676. OLE color: 3334676.

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

Color convert

RGB 20 226 50 -
CMYK 0.91 0 0.78 0.11
HSL 128.74º 0.84% 0.48% -
HSV(B) 128.74º 0.91% 0.89% -
XYZ 28.06 54.77 12.11 -
YUV 144.34 74.75 39.31 -
System Red Green Blue C M Y K H S L
Decimal 20 226 50 0.91 0 0.78 0.11 128.74 0.84 0.48
Hex 14 E2 32 5B 0 4E B 81 54 30
Octal 24 342 62 133 0 116 13 201 124 60
Binary 10100 11100010 110010 1011011 0 1001110 1011 10000001 1010100 110000

Color Harmonies of #14E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E232

Black with #14E232

Text Example


Text Example

White with #14E232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,226,50); }

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

background-color css

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

 a { background-color: rgb(20,226,50); }

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

border-color css

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

 span { border-color: rgb(20,226,50); }

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