Html Css Color HEX #14AD71 Jade

📋 copy color: '#14AD71'

red 20 ◦ green 173 ◦ blue 113

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

Shades of Jade #14AD71

Tints of Jade #14AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.54%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 6.54%
G = 56.54%
B = 36.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#14AD71 (or 0x14AD71) is known color: Jade. HEX triplet: 14, AD and 71. RGB value is (20,173,113). Sum of RGB (Red+Green+Blue) = 20+173+113=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD71 is #EB528E. Grayscale: #787878. Windows color (decimal): -15422095 or 7449876. OLE color: 7449876.

HSL color Cylindrical-coordinate representation of color #14AD71: hue angle of 156.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD71 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 113 -
CMYK 0.88 0 0.35 0.32
HSL 156.47º 0.79% 0.38% -
HSV(B) 156.47º 0.88% 0.68% -
XYZ 18.21 31.23 20.69 -
YUV 120.41 123.81 56.38 -
System Red Green Blue C M Y K H S L
Decimal 20 173 113 0.88 0 0.35 0.32 156.47 0.79 0.38
Hex 14 AD 71 58 0 23 20 9C 4F 26
Octal 24 255 161 130 0 43 40 234 117 46
Binary 10100 10101101 1110001 1011000 0 100011 100000 10011100 1001111 100110

Color Harmonies of #14AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD71

Black with #14AD71

Text Example


Text Example

White with #14AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,113); }

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

background-color css

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

 a { background-color: rgb(20,173,113); }

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

border-color css

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

 span { border-color: rgb(20,173,113); }

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