Html Css Color HEX #14A46D Jade

📋 copy color: '#14A46D'

red 20 ◦ green 164 ◦ blue 109

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

Shades of Jade #14A46D

Tints of Jade #14A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.97%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 6.83%
G = 55.97%
B = 37.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#14A46D (or 0x14A46D) is known color: Jade. HEX triplet: 14, A4 and 6D. RGB value is (20,164,109). Sum of RGB (Red+Green+Blue) = 20+164+109=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #14A46D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A46D is #EB5B92. Grayscale: #727272. Windows color (decimal): -15424403 or 7185428. OLE color: 7185428.

HSL color Cylindrical-coordinate representation of color #14A46D: hue angle of 157.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A46D is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 164 109 -
CMYK 0.88 0 0.34 0.36
HSL 157.08º 0.78% 0.36% -
HSV(B) 157.08º 0.88% 0.64% -
XYZ 16.32 27.8 18.97 -
YUV 114.67 124.79 60.47 -
System Red Green Blue C M Y K H S L
Decimal 20 164 109 0.88 0 0.34 0.36 157.08 0.78 0.36
Hex 14 A4 6D 58 0 22 24 9D 4E 24
Octal 24 244 155 130 0 42 44 235 116 44
Binary 10100 10100100 1101101 1011000 0 100010 100100 10011101 1001110 100100

Color Harmonies of #14A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A46D

Black with #14A46D

Text Example


Text Example

White with #14A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,164,109); }

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

background-color css

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

 a { background-color: rgb(20,164,109); }

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

border-color css

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

 span { border-color: rgb(20,164,109); }

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