Html Css Color HEX #14BC6A Jade

📋 copy color: '#14BC6A'

red 20 ◦ green 188 ◦ blue 106

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

Shades of Jade #14BC6A

Tints of Jade #14BC6A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

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

R = 6.37%
G = 59.87%
B = 33.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#14BC6A (or 0x14BC6A) is known color: Jade. HEX triplet: 14, BC and 6A. RGB value is (20,188,106). Sum of RGB (Red+Green+Blue) = 20+188+106=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC6A is #EB4395. Grayscale: #808080. Windows color (decimal): -15418262 or 6994964. OLE color: 6994964.

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

Color convert

RGB 20 188 106 -
CMYK 0.89 0 0.44 0.26
HSL 150.71º 0.81% 0.41% -
HSV(B) 150.71º 0.89% 0.74% -
XYZ 20.87 37.16 19.71 -
YUV 128.42 115.34 50.67 -
System Red Green Blue C M Y K H S L
Decimal 20 188 106 0.89 0 0.44 0.26 150.71 0.81 0.41
Hex 14 BC 6A 59 0 2C 1A 97 51 29
Octal 24 274 152 131 0 54 32 227 121 51
Binary 10100 10111100 1101010 1011001 0 101100 11010 10010111 1010001 101001

Color Harmonies of #14BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC6A

Black with #14BC6A

Text Example


Text Example

White with #14BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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