Html Css Color HEX #14F85D Malachite

📋 copy color: '#14F85D'

red 20 ◦ green 248 ◦ blue 93

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

Shades of Malachite #14F85D

Tints of Malachite #14F85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 5.54%
G = 68.7%
B = 25.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#14F85D (or 0x14F85D) is known color: Malachite. HEX triplet: 14, F8 and 5D. RGB value is (20,248,93). Sum of RGB (Red+Green+Blue) = 20+248+93=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #14F85D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F85D is #EB07A2. Grayscale: #A2A2A2. Windows color (decimal): -15402915 or 6158356. OLE color: 6158356.

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

Color convert

RGB 20 248 93 -
CMYK 0.92 0 0.62 0.03
HSL 139.21º 0.94% 0.53% -
HSV(B) 139.21º 0.92% 0.97% -
XYZ 35.83 68.07 21.61 -
YUV 162.16 88.96 26.6 -
System Red Green Blue C M Y K H S L
Decimal 20 248 93 0.92 0 0.62 0.03 139.21 0.94 0.53
Hex 14 F8 5D 5C 0 3E 3 8B 5E 35
Octal 24 370 135 134 0 76 3 213 136 65
Binary 10100 11111000 1011101 1011100 0 111110 11 10001011 1011110 110101

Color Harmonies of #14F85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F85D

Black with #14F85D

Text Example


Text Example

White with #14F85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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