Html Css Color HEX #14A26B Jade

📋 copy color: '#14A26B'

red 20 ◦ green 162 ◦ blue 107

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

Shades of Jade #14A26B

Tints of Jade #14A26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 6.92%
G = 56.06%
B = 37.02%

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

#14A26B (or 0x14A26B) is known color: Jade. HEX triplet: 14, A2 and 6B. RGB value is (20,162,107). Sum of RGB (Red+Green+Blue) = 20+162+107=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #14A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A26B is #EB5D94. Grayscale: #717171. Windows color (decimal): -15424917 or 7053844. OLE color: 7053844.

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

Color convert

RGB 20 162 107 -
CMYK 0.88 0 0.34 0.36
HSL 156.76º 0.78% 0.36% -
HSV(B) 156.76º 0.88% 0.64% -
XYZ 15.86 27.05 18.3 -
YUV 113.27 124.46 61.47 -
System Red Green Blue C M Y K H S L
Decimal 20 162 107 0.88 0 0.34 0.36 156.76 0.78 0.36
Hex 14 A2 6B 58 0 22 24 9D 4E 24
Octal 24 242 153 130 0 42 44 235 116 44
Binary 10100 10100010 1101011 1011000 0 100010 100100 10011101 1001110 100100

Color Harmonies of #14A26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A26B

Black with #14A26B

Text Example


Text Example

White with #14A26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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