Html Css Color HEX #14FF5B Malachite

📋 copy color: '#14FF5B'

red 20 ◦ green 255 ◦ blue 91

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

Shades of Malachite #14FF5B

Tints of Malachite #14FF5B

RGB

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

 GREEN value IS 255 (100% from 255) = 69.67%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 5.46%
G = 69.67%
B = 24.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#14FF5B (or 0x14FF5B) is known color: Malachite. HEX triplet: 14, FF and 5B. RGB value is (20,255,91). Sum of RGB (Red+Green+Blue) = 20+255+91=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FF5B is #EB00A4. Grayscale: #A6A6A6. Windows color (decimal): -15401125 or 6029076. OLE color: 6029076.

HSL color Cylindrical-coordinate representation of color #14FF5B: hue angle of 138.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF5B is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 91 -
CMYK 0.92 0 0.64 0
HSL 138.13º 1% 0.54% -
HSV(B) 138.13º 0.92% 1% -
XYZ 37.94 72.42 21.88 -
YUV 166.04 85.64 23.84 -
System Red Green Blue C M Y K H S L
Decimal 20 255 91 0.92 0 0.64 0 138.13 1 0.54
Hex 14 FF 5B 5C 0 40 0 8A 64 36
Octal 24 377 133 134 0 100 0 212 144 66
Binary 10100 11111111 1011011 1011100 0 1000000 0 10001010 1100100 110110

Color Harmonies of #14FF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FF5B

Black with #14FF5B

Text Example


Text Example

White with #14FF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,255,91); }

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

background-color css

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

 a { background-color: rgb(20,255,91); }

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

border-color css

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

 span { border-color: rgb(20,255,91); }

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