Html Css Color HEX #14F157 Malachite

📋 copy color: '#14F157'

red 20 ◦ green 241 ◦ blue 87

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

Shades of Malachite #14F157

Tints of Malachite #14F157

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.25%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 5.75%
G = 69.25%
B = 25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#14F157 (or 0x14F157) is known color: Malachite. HEX triplet: 14, F1 and 57. RGB value is (20,241,87). Sum of RGB (Red+Green+Blue) = 20+241+87=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #14F157 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F157 is #EB0EA8. Grayscale: #9D9D9D. Windows color (decimal): -15404713 or 5763348. OLE color: 5763348.

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

Color convert

RGB 20 241 87 -
CMYK 0.92 0 0.64 0.05
HSL 138.19º 0.89% 0.51% -
HSV(B) 138.19º 0.92% 0.95% -
XYZ 33.46 63.75 19.56 -
YUV 157.37 88.28 30.02 -
System Red Green Blue C M Y K H S L
Decimal 20 241 87 0.92 0 0.64 0.05 138.19 0.89 0.51
Hex 14 F1 57 5C 0 40 5 8A 59 33
Octal 24 361 127 134 0 100 5 212 131 63
Binary 10100 11110001 1010111 1011100 0 1000000 101 10001010 1011001 110011

Color Harmonies of #14F157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F157

Black with #14F157

Text Example


Text Example

White with #14F157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,241,87); }

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

background-color css

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

 a { background-color: rgb(20,241,87); }

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

border-color css

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

 span { border-color: rgb(20,241,87); }

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