Html Css Color HEX #14F850 Malachite

📋 copy color: '#14F850'

red 20 ◦ green 248 ◦ blue 80

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

Shades of Malachite #14F850

Tints of Malachite #14F850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 71.26%

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

R = 5.75%
G = 71.26%
B = 22.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#14F850 (or 0x14F850) is known color: Malachite. HEX triplet: 14, F8 and 50. RGB value is (20,248,80). Sum of RGB (Red+Green+Blue) = 20+248+80=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #14F850 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F850 is #EB07AF. Grayscale: #A1A1A1. Windows color (decimal): -15402928 or 5306388. OLE color: 5306388.

HSL color Cylindrical-coordinate representation of color #14F850: hue angle of 135.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F850 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 248 80 -
CMYK 0.92 0 0.68 0.03
HSL 135.79º 0.94% 0.53% -
HSV(B) 135.79º 0.92% 0.97% -
XYZ 35.3 67.86 18.83 -
YUV 160.68 82.46 27.66 -
System Red Green Blue C M Y K H S L
Decimal 20 248 80 0.92 0 0.68 0.03 135.79 0.94 0.53
Hex 14 F8 50 5C 0 44 3 88 5E 35
Octal 24 370 120 134 0 104 3 210 136 65
Binary 10100 11111000 1010000 1011100 0 1000100 11 10001000 1011110 110101

Color Harmonies of #14F850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F850

Black with #14F850

Text Example


Text Example

White with #14F850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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