Html Css Color HEX #14A26D Jade

📋 copy color: '#14A26D'

red 20 ◦ green 162 ◦ blue 109

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

Shades of Jade #14A26D

Tints of Jade #14A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.67%

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

R = 6.87%
G = 55.67%
B = 37.46%

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

#14A26D (or 0x14A26D) is known color: Jade. HEX triplet: 14, A2 and 6D. RGB value is (20,162,109). Sum of RGB (Red+Green+Blue) = 20+162+109=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #14A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A26D is #EB5D92. Grayscale: #717171. Windows color (decimal): -15424915 or 7184916. OLE color: 7184916.

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

Color convert

RGB 20 162 109 -
CMYK 0.88 0 0.33 0.36
HSL 157.61º 0.78% 0.36% -
HSV(B) 157.61º 0.88% 0.64% -
XYZ 15.97 27.09 18.86 -
YUV 113.5 125.46 61.31 -
System Red Green Blue C M Y K H S L
Decimal 20 162 109 0.88 0 0.33 0.36 157.61 0.78 0.36
Hex 14 A2 6D 58 0 21 24 9E 4E 24
Octal 24 242 155 130 0 41 44 236 116 44
Binary 10100 10100010 1101101 1011000 0 100001 100100 10011110 1001110 100100

Color Harmonies of #14A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A26D

Black with #14A26D

Text Example


Text Example

White with #14A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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