Html Css Color HEX #14F150 Malachite

📋 copy color: '#14F150'

red 20 ◦ green 241 ◦ blue 80

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

Shades of Malachite #14F150

Tints of Malachite #14F150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 5.87%
G = 70.67%
B = 23.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#14F150 (or 0x14F150) is known color: Malachite. HEX triplet: 14, F1 and 50. RGB value is (20,241,80). Sum of RGB (Red+Green+Blue) = 20+241+80=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #14F150 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F150 is #EB0EAF. Grayscale: #9C9C9C. Windows color (decimal): -15404720 or 5304596. OLE color: 5304596.

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

Color convert

RGB 20 241 80 -
CMYK 0.92 0 0.67 0.05
HSL 136.29º 0.89% 0.51% -
HSV(B) 136.29º 0.92% 0.95% -
XYZ 33.19 63.64 18.12 -
YUV 156.57 84.78 30.59 -
System Red Green Blue C M Y K H S L
Decimal 20 241 80 0.92 0 0.67 0.05 136.29 0.89 0.51
Hex 14 F1 50 5C 0 43 5 88 59 33
Octal 24 361 120 134 0 103 5 210 131 63
Binary 10100 11110001 1010000 1011100 0 1000011 101 10001000 1011001 110011

Color Harmonies of #14F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F150

Black with #14F150

Text Example


Text Example

White with #14F150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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