Html Css Color HEX #14AE68 Jade

📋 copy color: '#14AE68'

red 20 ◦ green 174 ◦ blue 104

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

Shades of Jade #14AE68

Tints of Jade #14AE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 6.71%
G = 58.39%
B = 34.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#14AE68 (or 0x14AE68) is known color: Jade. HEX triplet: 14, AE and 68. RGB value is (20,174,104). Sum of RGB (Red+Green+Blue) = 20+174+104=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AE68 is #EB5197. Grayscale: #787878. Windows color (decimal): -15421848 or 6860308. OLE color: 6860308.

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

Color convert

RGB 20 174 104 -
CMYK 0.89 0 0.40 0.32
HSL 152.73º 0.79% 0.38% -
HSV(B) 152.73º 0.89% 0.68% -
XYZ 17.92 31.42 18.22 -
YUV 119.97 118.98 56.69 -
System Red Green Blue C M Y K H S L
Decimal 20 174 104 0.89 0 0.40 0.32 152.73 0.79 0.38
Hex 14 AE 68 59 0 28 20 99 4F 26
Octal 24 256 150 131 0 50 40 231 117 46
Binary 10100 10101110 1101000 1011001 0 101000 100000 10011001 1001111 100110

Color Harmonies of #14AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE68

Black with #14AE68

Text Example


Text Example

White with #14AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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