Html Css Color HEX #14FB3E Malachite

📋 copy color: '#14FB3E'

red 20 ◦ green 251 ◦ blue 62

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

Shades of Malachite #14FB3E

Tints of Malachite #14FB3E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 75.38%

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 6.01%
G = 75.38%
B = 18.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#14FB3E (or 0x14FB3E) is known color: Malachite. HEX triplet: 14, FB and 3E. RGB value is (20,251,62). Sum of RGB (Red+Green+Blue) = 20+251+62=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 251 (98.44% from 255 or 75.38% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 251 - color contains mainly: green. Hex color #14FB3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FB3E is #EB04C1. Grayscale: #A0A0A0. Windows color (decimal): -15402178 or 4127508. OLE color: 4127508.

HSL color Cylindrical-coordinate representation of color #14FB3E: hue angle of 130.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FB3E is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 251 62 -
CMYK 0.92 0 0.75 0.02
HSL 130.91º 0.97% 0.53% -
HSV(B) 130.91º 0.92% 0.98% -
XYZ 35.66 69.49 16.09 -
YUV 160.39 72.47 27.87 -
System Red Green Blue C M Y K H S L
Decimal 20 251 62 0.92 0 0.75 0.02 130.91 0.97 0.53
Hex 14 FB 3E 5C 0 4B 2 83 61 35
Octal 24 373 76 134 0 113 2 203 141 65
Binary 10100 11111011 111110 1011100 0 1001011 10 10000011 1100001 110101

Color Harmonies of #14FB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FB3E

Black with #14FB3E

Text Example


Text Example

White with #14FB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,251,62); }

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

background-color css

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

 a { background-color: rgb(20,251,62); }

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

border-color css

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

 span { border-color: rgb(20,251,62); }

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