Html Css Color HEX #14B669 Jade

📋 copy color: '#14B669'

red 20 ◦ green 182 ◦ blue 105

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

Shades of Jade #14B669

Tints of Jade #14B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.28%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 6.51%
G = 59.28%
B = 34.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#14B669 (or 0x14B669) is known color: Jade. HEX triplet: 14, B6 and 69. RGB value is (20,182,105). Sum of RGB (Red+Green+Blue) = 20+182+105=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #14B669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B669 is #EB4996. Grayscale: #7C7C7C. Windows color (decimal): -15419799 or 6927892. OLE color: 6927892.

HSL color Cylindrical-coordinate representation of color #14B669: hue angle of 151.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B669 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 105 -
CMYK 0.89 0 0.42 0.29
HSL 151.48º 0.8% 0.4% -
HSV(B) 151.48º 0.89% 0.71% -
XYZ 19.57 34.62 19.02 -
YUV 124.78 116.83 53.26 -
System Red Green Blue C M Y K H S L
Decimal 20 182 105 0.89 0 0.42 0.29 151.48 0.8 0.4
Hex 14 B6 69 59 0 2A 1D 97 50 28
Octal 24 266 151 131 0 52 35 227 120 50
Binary 10100 10110110 1101001 1011001 0 101010 11101 10010111 1010000 101000

Color Harmonies of #14B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B669

Black with #14B669

Text Example


Text Example

White with #14B669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,105); }

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

background-color css

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

 a { background-color: rgb(20,182,105); }

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

border-color css

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

 span { border-color: rgb(20,182,105); }

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