Html Css Color HEX #14AE70 Jade

📋 copy color: '#14AE70'

red 20 ◦ green 174 ◦ blue 112

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

Shades of Jade #14AE70

Tints of Jade #14AE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.86%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 6.54%
G = 56.86%
B = 36.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#14AE70 (or 0x14AE70) is known color: Jade. HEX triplet: 14, AE and 70. RGB value is (20,174,112). Sum of RGB (Red+Green+Blue) = 20+174+112=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AE70 is #EB518F. Grayscale: #787878. Windows color (decimal): -15421840 or 7384596. OLE color: 7384596.

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

Color convert

RGB 20 174 112 -
CMYK 0.89 0 0.36 0.32
HSL 155.84º 0.79% 0.38% -
HSV(B) 155.84º 0.89% 0.68% -
XYZ 18.35 31.59 20.46 -
YUV 120.89 122.98 56.04 -
System Red Green Blue C M Y K H S L
Decimal 20 174 112 0.89 0 0.36 0.32 155.84 0.79 0.38
Hex 14 AE 70 59 0 24 20 9C 4F 26
Octal 24 256 160 131 0 44 40 234 117 46
Binary 10100 10101110 1110000 1011001 0 100100 100000 10011100 1001111 100110

Color Harmonies of #14AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE70

Black with #14AE70

Text Example


Text Example

White with #14AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,174,112); }

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

background-color css

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

 a { background-color: rgb(20,174,112); }

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

border-color css

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

 span { border-color: rgb(20,174,112); }

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