Html Css Color HEX #14D962 Malachite

📋 copy color: '#14D962'

red 20 ◦ green 217 ◦ blue 98

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

Shades of Malachite #14D962

Tints of Malachite #14D962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.78%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 5.97%
G = 64.78%
B = 29.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#14D962 (or 0x14D962) is known color: Malachite. HEX triplet: 14, D9 and 62. RGB value is (20,217,98). Sum of RGB (Red+Green+Blue) = 20+217+98=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #14D962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D962 is #EB269D. Grayscale: #909090. Windows color (decimal): -15410846 or 6478100. OLE color: 6478100.

HSL color Cylindrical-coordinate representation of color #14D962: hue angle of 143.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D962 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 217 98 -
CMYK 0.91 0 0.55 0.15
HSL 143.76º 0.83% 0.46% -
HSV(B) 143.76º 0.91% 0.85% -
XYZ 27.31 50.66 19.89 -
YUV 144.53 101.73 39.18 -
System Red Green Blue C M Y K H S L
Decimal 20 217 98 0.91 0 0.55 0.15 143.76 0.83 0.46
Hex 14 D9 62 5B 0 37 F 90 53 2E
Octal 24 331 142 133 0 67 17 220 123 56
Binary 10100 11011001 1100010 1011011 0 110111 1111 10010000 1010011 101110

Color Harmonies of #14D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D962

Black with #14D962

Text Example


Text Example

White with #14D962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,217,98); }

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

background-color css

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

 a { background-color: rgb(20,217,98); }

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

border-color css

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

 span { border-color: rgb(20,217,98); }

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