Html Css Color HEX #14AD72 Jade

📋 copy color: '#14AD72'

red 20 ◦ green 173 ◦ blue 114

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

Shades of Jade #14AD72

Tints of Jade #14AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 6.51%
G = 56.35%
B = 37.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#14AD72 (or 0x14AD72) is known color: Jade. HEX triplet: 14, AD and 72. RGB value is (20,173,114). Sum of RGB (Red+Green+Blue) = 20+173+114=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD72 is #EB528D. Grayscale: #787878. Windows color (decimal): -15422094 or 7515412. OLE color: 7515412.

HSL color Cylindrical-coordinate representation of color #14AD72: hue angle of 156.86º 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 #14AD72 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 114 -
CMYK 0.88 0 0.34 0.32
HSL 156.86º 0.79% 0.38% -
HSV(B) 156.86º 0.88% 0.68% -
XYZ 18.27 31.25 20.99 -
YUV 120.53 124.31 56.3 -
System Red Green Blue C M Y K H S L
Decimal 20 173 114 0.88 0 0.34 0.32 156.86 0.79 0.38
Hex 14 AD 72 58 0 22 20 9D 4F 26
Octal 24 255 162 130 0 42 40 235 117 46
Binary 10100 10101101 1110010 1011000 0 100010 100000 10011101 1001111 100110

Color Harmonies of #14AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD72

Black with #14AD72

Text Example


Text Example

White with #14AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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