Html Css Color HEX #14F03D Malachite

📋 copy color: '#14F03D'

red 20 ◦ green 240 ◦ blue 61

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

Shades of Malachite #14F03D

Tints of Malachite #14F03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 6.23%
G = 74.77%
B = 19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#14F03D (or 0x14F03D) is known color: Malachite. HEX triplet: 14, F0 and 3D. RGB value is (20,240,61). Sum of RGB (Red+Green+Blue) = 20+240+61=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #14F03D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F03D is #EB0FC2. Grayscale: #9A9A9A. Windows color (decimal): -15404995 or 4059156. OLE color: 4059156.

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

Color convert

RGB 20 240 61 -
CMYK 0.92 0 0.75 0.06
HSL 131.18º 0.88% 0.51% -
HSV(B) 131.18º 0.92% 0.94% -
XYZ 32.29 62.81 14.84 -
YUV 153.81 75.61 32.55 -
System Red Green Blue C M Y K H S L
Decimal 20 240 61 0.92 0 0.75 0.06 131.18 0.88 0.51
Hex 14 F0 3D 5C 0 4B 6 83 58 33
Octal 24 360 75 134 0 113 6 203 130 63
Binary 10100 11110000 111101 1011100 0 1001011 110 10000011 1011000 110011

Color Harmonies of #14F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F03D

Black with #14F03D

Text Example


Text Example

White with #14F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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