Html Css Color HEX #14A36D Jade

📋 copy color: '#14A36D'

red 20 ◦ green 163 ◦ blue 109

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

Shades of Jade #14A36D

Tints of Jade #14A36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.82%

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

R = 6.85%
G = 55.82%
B = 37.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#14A36D (or 0x14A36D) is known color: Jade. HEX triplet: 14, A3 and 6D. RGB value is (20,163,109). Sum of RGB (Red+Green+Blue) = 20+163+109=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #14A36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A36D is #EB5C92. Grayscale: #727272. Windows color (decimal): -15424659 or 7185172. OLE color: 7185172.

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

Color convert

RGB 20 163 109 -
CMYK 0.88 0 0.33 0.36
HSL 157.34º 0.78% 0.36% -
HSV(B) 157.34º 0.88% 0.64% -
XYZ 16.15 27.45 18.91 -
YUV 114.09 125.12 60.89 -
System Red Green Blue C M Y K H S L
Decimal 20 163 109 0.88 0 0.33 0.36 157.34 0.78 0.36
Hex 14 A3 6D 58 0 21 24 9D 4E 24
Octal 24 243 155 130 0 41 44 235 116 44
Binary 10100 10100011 1101101 1011000 0 100001 100100 10011101 1001110 100100

Color Harmonies of #14A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A36D

Black with #14A36D

Text Example


Text Example

White with #14A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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