Html Css Color HEX #14D952 Malachite

📋 copy color: '#14D952'

red 20 ◦ green 217 ◦ blue 82

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

Shades of Malachite #14D952

Tints of Malachite #14D952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 6.27%
G = 68.03%
B = 25.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#14D952 (or 0x14D952) is known color: Malachite. HEX triplet: 14, D9 and 52. RGB value is (20,217,82). Sum of RGB (Red+Green+Blue) = 20+217+82=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 217 (85.16% from 255 or 68.03% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 217 - color contains mainly: green. Hex color #14D952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D952 is #EB26AD. Grayscale: #8F8F8F. Windows color (decimal): -15410862 or 5429524. OLE color: 5429524.

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

Color convert

RGB 20 217 82 -
CMYK 0.91 0 0.62 0.15
HSL 138.88º 0.83% 0.46% -
HSV(B) 138.88º 0.91% 0.85% -
XYZ 26.62 50.38 16.3 -
YUV 142.71 93.73 40.48 -
System Red Green Blue C M Y K H S L
Decimal 20 217 82 0.91 0 0.62 0.15 138.88 0.83 0.46
Hex 14 D9 52 5B 0 3E F 8B 53 2E
Octal 24 331 122 133 0 76 17 213 123 56
Binary 10100 11011001 1010010 1011011 0 111110 1111 10001011 1010011 101110

Color Harmonies of #14D952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D952

Black with #14D952

Text Example


Text Example

White with #14D952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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