Html Css Color HEX #14BA6D Jade

📋 copy color: '#14BA6D'

red 20 ◦ green 186 ◦ blue 109

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

Shades of Jade #14BA6D

Tints of Jade #14BA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.05%

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

R = 6.35%
G = 59.05%
B = 34.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#14BA6D (or 0x14BA6D) is known color: Jade. HEX triplet: 14, BA and 6D. RGB value is (20,186,109). Sum of RGB (Red+Green+Blue) = 20+186+109=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA6D is #EB4592. Grayscale: #7F7F7F. Windows color (decimal): -15418771 or 7191060. OLE color: 7191060.

HSL color Cylindrical-coordinate representation of color #14BA6D: hue angle of 152.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA6D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 109 -
CMYK 0.89 0 0.41 0.27
HSL 152.17º 0.81% 0.4% -
HSV(B) 152.17º 0.89% 0.73% -
XYZ 20.61 36.37 20.4 -
YUV 127.59 117.5 51.26 -
System Red Green Blue C M Y K H S L
Decimal 20 186 109 0.89 0 0.41 0.27 152.17 0.81 0.4
Hex 14 BA 6D 59 0 29 1B 98 51 28
Octal 24 272 155 131 0 51 33 230 121 50
Binary 10100 10111010 1101101 1011001 0 101001 11011 10011000 1010001 101000

Color Harmonies of #14BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA6D

Black with #14BA6D

Text Example


Text Example

White with #14BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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