Html Css Color HEX #14EE36 Malachite

📋 copy color: '#14EE36'

red 20 ◦ green 238 ◦ blue 54

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

Shades of Malachite #14EE36

Tints of Malachite #14EE36

RGB

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

 GREEN value IS 238 (93.36% from 255) = 76.28%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 6.41%
G = 76.28%
B = 17.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#14EE36 (or 0x14EE36) is known color: Malachite. HEX triplet: 14, EE and 36. RGB value is (20,238,54). Sum of RGB (Red+Green+Blue) = 20+238+54=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 238 (93.36% from 255 or 76.28% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE36 is #EB11C9. Grayscale: #989898. Windows color (decimal): -15405514 or 3599892. OLE color: 3599892.

HSL color Cylindrical-coordinate representation of color #14EE36: hue angle of 129.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE36 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 54 -
CMYK 0.92 0 0.77 0.07
HSL 129.36º 0.87% 0.51% -
HSV(B) 129.36º 0.92% 0.93% -
XYZ 31.53 61.56 13.71 -
YUV 151.84 72.78 33.96 -
System Red Green Blue C M Y K H S L
Decimal 20 238 54 0.92 0 0.77 0.07 129.36 0.87 0.51
Hex 14 EE 36 5C 0 4D 7 81 57 33
Octal 24 356 66 134 0 115 7 201 127 63
Binary 10100 11101110 110110 1011100 0 1001101 111 10000001 1010111 110011

Color Harmonies of #14EE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EE36

Black with #14EE36

Text Example


Text Example

White with #14EE36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,238,54); }

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

background-color css

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

 a { background-color: rgb(20,238,54); }

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

border-color css

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

 span { border-color: rgb(20,238,54); }

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