Html Css Color HEX #14F042 Malachite

📋 copy color: '#14F042'

red 20 ◦ green 240 ◦ blue 66

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

Shades of Malachite #14F042

Tints of Malachite #14F042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 6.13%
G = 73.62%
B = 20.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#14F042 (or 0x14F042) is known color: Malachite. HEX triplet: 14, F0 and 42. RGB value is (20,240,66). Sum of RGB (Red+Green+Blue) = 20+240+66=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #14F042 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F042 is #EB0FBD. Grayscale: #9A9A9A. Windows color (decimal): -15404990 or 4386836. OLE color: 4386836.

HSL color Cylindrical-coordinate representation of color #14F042: hue angle of 132.55º 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 #14F042 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 66 -
CMYK 0.92 0 0.72 0.06
HSL 132.55º 0.88% 0.51% -
HSV(B) 132.55º 0.92% 0.94% -
XYZ 32.43 62.86 15.58 -
YUV 154.38 78.11 32.15 -
System Red Green Blue C M Y K H S L
Decimal 20 240 66 0.92 0 0.72 0.06 132.55 0.88 0.51
Hex 14 F0 42 5C 0 48 6 85 58 33
Octal 24 360 102 134 0 110 6 205 130 63
Binary 10100 11110000 1000010 1011100 0 1001000 110 10000101 1011000 110011

Color Harmonies of #14F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F042

Black with #14F042

Text Example


Text Example

White with #14F042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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