Html Css Color HEX #14FB4C Malachite

📋 copy color: '#14FB4C'

red 20 ◦ green 251 ◦ blue 76

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

Shades of Malachite #14FB4C

Tints of Malachite #14FB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 5.76%
G = 72.33%
B = 21.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#14FB4C (or 0x14FB4C) is known color: Malachite. HEX triplet: 14, FB and 4C. RGB value is (20,251,76). Sum of RGB (Red+Green+Blue) = 20+251+76=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 251 (98.44% from 255 or 72.33% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 251 - color contains mainly: green. Hex color #14FB4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FB4C is #EB04B3. Grayscale: #A2A2A2. Windows color (decimal): -15402164 or 5045012. OLE color: 5045012.

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

Color convert

RGB 20 251 76 -
CMYK 0.92 0 0.70 0.02
HSL 134.55º 0.97% 0.53% -
HSV(B) 134.55º 0.92% 0.98% -
XYZ 36.09 69.66 18.38 -
YUV 161.98 79.47 26.73 -
System Red Green Blue C M Y K H S L
Decimal 20 251 76 0.92 0 0.70 0.02 134.55 0.97 0.53
Hex 14 FB 4C 5C 0 46 2 87 61 35
Octal 24 373 114 134 0 106 2 207 141 65
Binary 10100 11111011 1001100 1011100 0 1000110 10 10000111 1100001 110101

Color Harmonies of #14FB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FB4C

Black with #14FB4C

Text Example


Text Example

White with #14FB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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