Html Css Color HEX #14FA55 Malachite

📋 copy color: '#14FA55'

red 20 ◦ green 250 ◦ blue 85

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

Shades of Malachite #14FA55

Tints of Malachite #14FA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 5.63%
G = 70.42%
B = 23.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#14FA55 (or 0x14FA55) is known color: Malachite. HEX triplet: 14, FA and 55. RGB value is (20,250,85). Sum of RGB (Red+Green+Blue) = 20+250+85=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FA55 is #EB05AA. Grayscale: #A2A2A2. Windows color (decimal): -15402411 or 5634580. OLE color: 5634580.

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

Color convert

RGB 20 250 85 -
CMYK 0.92 0 0.66 0.02
HSL 136.96º 0.96% 0.53% -
HSV(B) 136.96º 0.92% 0.98% -
XYZ 36.11 69.18 20.04 -
YUV 162.42 84.3 26.42 -
System Red Green Blue C M Y K H S L
Decimal 20 250 85 0.92 0 0.66 0.02 136.96 0.96 0.53
Hex 14 FA 55 5C 0 42 2 89 60 35
Octal 24 372 125 134 0 102 2 211 140 65
Binary 10100 11111010 1010101 1011100 0 1000010 10 10001001 1100000 110101

Color Harmonies of #14FA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA55

Black with #14FA55

Text Example


Text Example

White with #14FA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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