Html Css Color HEX #14F036 Malachite

📋 copy color: '#14F036'

red 20 ◦ green 240 ◦ blue 54

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

Shades of Malachite #14F036

Tints of Malachite #14F036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 76.43%

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

R = 6.37%
G = 76.43%
B = 17.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#14F036 (or 0x14F036) is known color: Malachite. HEX triplet: 14, F0 and 36. RGB value is (20,240,54). Sum of RGB (Red+Green+Blue) = 20+240+54=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 240 (94.14% from 255 or 76.43% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 240 - color contains mainly: green. Hex color #14F036 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F036 is #EB0FC9. Grayscale: #999999. Windows color (decimal): -15405002 or 3600404. OLE color: 3600404.

HSL color Cylindrical-coordinate representation of color #14F036: hue angle of 129.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F036 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 54 -
CMYK 0.92 0 0.78 0.06
HSL 129.27º 0.88% 0.51% -
HSV(B) 129.27º 0.92% 0.94% -
XYZ 32.11 62.74 13.91 -
YUV 153.02 72.11 33.12 -
System Red Green Blue C M Y K H S L
Decimal 20 240 54 0.92 0 0.78 0.06 129.27 0.88 0.51
Hex 14 F0 36 5C 0 4E 6 81 58 33
Octal 24 360 66 134 0 116 6 201 130 63
Binary 10100 11110000 110110 1011100 0 1001110 110 10000001 1011000 110011

Color Harmonies of #14F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F036

Black with #14F036

Text Example


Text Example

White with #14F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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