Html Css Color HEX #14FA53 Malachite

📋 copy color: '#14FA53'

red 20 ◦ green 250 ◦ blue 83

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

Shades of Malachite #14FA53

Tints of Malachite #14FA53

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.82%

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 5.67%
G = 70.82%
B = 23.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#14FA53 (or 0x14FA53) is known color: Malachite. HEX triplet: 14, FA and 53. RGB value is (20,250,83). Sum of RGB (Red+Green+Blue) = 20+250+83=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FA53 is #EB05AC. Grayscale: #A2A2A2. Windows color (decimal): -15402413 or 5503508. OLE color: 5503508.

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

Color convert

RGB 20 250 83 -
CMYK 0.92 0 0.67 0.02
HSL 136.43º 0.96% 0.53% -
HSV(B) 136.43º 0.92% 0.98% -
XYZ 36.04 69.14 19.63 -
YUV 162.19 83.3 26.58 -
System Red Green Blue C M Y K H S L
Decimal 20 250 83 0.92 0 0.67 0.02 136.43 0.96 0.53
Hex 14 FA 53 5C 0 43 2 88 60 35
Octal 24 372 123 134 0 103 2 210 140 65
Binary 10100 11111010 1010011 1011100 0 1000011 10 10001000 1100000 110101

Color Harmonies of #14FA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA53

Black with #14FA53

Text Example


Text Example

White with #14FA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,250,83); }

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

background-color css

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

 a { background-color: rgb(20,250,83); }

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

border-color css

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

 span { border-color: rgb(20,250,83); }

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