Html Css Color HEX #14AE6E Jade

📋 copy color: '#14AE6E'

red 20 ◦ green 174 ◦ blue 110

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

Shades of Jade #14AE6E

Tints of Jade #14AE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 6.58%
G = 57.24%
B = 36.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#14AE6E (or 0x14AE6E) is known color: Jade. HEX triplet: 14, AE and 6E. RGB value is (20,174,110). Sum of RGB (Red+Green+Blue) = 20+174+110=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AE6E is #EB5191. Grayscale: #787878. Windows color (decimal): -15421842 or 7253524. OLE color: 7253524.

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

Color convert

RGB 20 174 110 -
CMYK 0.89 0 0.37 0.32
HSL 155.06º 0.79% 0.38% -
HSV(B) 155.06º 0.89% 0.68% -
XYZ 18.24 31.55 19.88 -
YUV 120.66 121.98 56.2 -
System Red Green Blue C M Y K H S L
Decimal 20 174 110 0.89 0 0.37 0.32 155.06 0.79 0.38
Hex 14 AE 6E 59 0 25 20 9B 4F 26
Octal 24 256 156 131 0 45 40 233 117 46
Binary 10100 10101110 1101110 1011001 0 100101 100000 10011011 1001111 100110

Color Harmonies of #14AE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE6E

Black with #14AE6E

Text Example


Text Example

White with #14AE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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