Html Css Color HEX #14B66A Jade

📋 copy color: '#14B66A'

red 20 ◦ green 182 ◦ blue 106

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

Shades of Jade #14B66A

Tints of Jade #14B66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 6.49%
G = 59.09%
B = 34.42%

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

#14B66A (or 0x14B66A) is known color: Jade. HEX triplet: 14, B6 and 6A. RGB value is (20,182,106). Sum of RGB (Red+Green+Blue) = 20+182+106=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #14B66A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B66A is #EB4995. Grayscale: #7D7D7D. Windows color (decimal): -15419798 or 6993428. OLE color: 6993428.

HSL color Cylindrical-coordinate representation of color #14B66A: hue angle of 151.85º 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 #14B66A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 106 -
CMYK 0.89 0 0.42 0.29
HSL 151.85º 0.8% 0.4% -
HSV(B) 151.85º 0.89% 0.71% -
XYZ 19.62 34.65 19.29 -
YUV 124.9 117.33 53.18 -
System Red Green Blue C M Y K H S L
Decimal 20 182 106 0.89 0 0.42 0.29 151.85 0.8 0.4
Hex 14 B6 6A 59 0 2A 1D 98 50 28
Octal 24 266 152 131 0 52 35 230 120 50
Binary 10100 10110110 1101010 1011001 0 101010 11101 10011000 1010000 101000

Color Harmonies of #14B66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B66A

Black with #14B66A

Text Example


Text Example

White with #14B66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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