Html Css Color HEX #14B96D Jade

📋 copy color: '#14B96D'

red 20 ◦ green 185 ◦ blue 109

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

Shades of Jade #14B96D

Tints of Jade #14B96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.92%

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

R = 6.37%
G = 58.92%
B = 34.71%

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

#14B96D (or 0x14B96D) is known color: Jade. HEX triplet: 14, B9 and 6D. RGB value is (20,185,109). Sum of RGB (Red+Green+Blue) = 20+185+109=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #14B96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B96D is #EB4692. Grayscale: #7F7F7F. Windows color (decimal): -15419027 or 7190804. OLE color: 7190804.

HSL color Cylindrical-coordinate representation of color #14B96D: hue angle of 152.36º degrees, saturation: 0.8, 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 #14B96D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 185 109 -
CMYK 0.89 0 0.41 0.27
HSL 152.36º 0.8% 0.4% -
HSV(B) 152.36º 0.89% 0.73% -
XYZ 20.4 35.95 20.33 -
YUV 127 117.84 51.68 -
System Red Green Blue C M Y K H S L
Decimal 20 185 109 0.89 0 0.41 0.27 152.36 0.8 0.4
Hex 14 B9 6D 59 0 29 1B 98 50 28
Octal 24 271 155 131 0 51 33 230 120 50
Binary 10100 10111001 1101101 1011001 0 101001 11011 10011000 1010000 101000

Color Harmonies of #14B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B96D

Black with #14B96D

Text Example


Text Example

White with #14B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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