Html Css Color HEX #14FB4A Malachite

📋 copy color: '#14FB4A'

red 20 ◦ green 251 ◦ blue 74

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

Shades of Malachite #14FB4A

Tints of Malachite #14FB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 5.8%
G = 72.75%
B = 21.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#14FB4A (or 0x14FB4A) is known color: Malachite. HEX triplet: 14, FB and 4A. RGB value is (20,251,74). Sum of RGB (Red+Green+Blue) = 20+251+74=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #14FB4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FB4A is #EB04B5. Grayscale: #A2A2A2. Windows color (decimal): -15402166 or 4913940. OLE color: 4913940.

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

Color convert

RGB 20 251 74 -
CMYK 0.92 0 0.71 0.02
HSL 134.03º 0.97% 0.53% -
HSV(B) 134.03º 0.92% 0.98% -
XYZ 36.02 69.64 18.02 -
YUV 161.75 78.47 26.89 -
System Red Green Blue C M Y K H S L
Decimal 20 251 74 0.92 0 0.71 0.02 134.03 0.97 0.53
Hex 14 FB 4A 5C 0 47 2 86 61 35
Octal 24 373 112 134 0 107 2 206 141 65
Binary 10100 11111011 1001010 1011100 0 1000111 10 10000110 1100001 110101

Color Harmonies of #14FB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FB4A

Black with #14FB4A

Text Example


Text Example

White with #14FB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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