Html Css Color HEX #14AA6B Jade

📋 copy color: '#14AA6B'

red 20 ◦ green 170 ◦ blue 107

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

Shades of Jade #14AA6B

Tints of Jade #14AA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.24%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 6.73%
G = 57.24%
B = 36.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#14AA6B (or 0x14AA6B) is known color: Jade. HEX triplet: 14, AA and 6B. RGB value is (20,170,107). Sum of RGB (Red+Green+Blue) = 20+170+107=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA6B is #EB5594. Grayscale: #767676. Windows color (decimal): -15422869 or 7055892. OLE color: 7055892.

HSL color Cylindrical-coordinate representation of color #14AA6B: hue angle of 154.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA6B is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 107 -
CMYK 0.88 0 0.37 0.33
HSL 154.8º 0.79% 0.37% -
HSV(B) 154.8º 0.88% 0.67% -
XYZ 17.32 29.96 18.78 -
YUV 117.97 121.81 58.12 -
System Red Green Blue C M Y K H S L
Decimal 20 170 107 0.88 0 0.37 0.33 154.8 0.79 0.37
Hex 14 AA 6B 58 0 25 21 9B 4F 25
Octal 24 252 153 130 0 45 41 233 117 45
Binary 10100 10101010 1101011 1011000 0 100101 100001 10011011 1001111 100101

Color Harmonies of #14AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA6B

Black with #14AA6B

Text Example


Text Example

White with #14AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,107); }

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

background-color css

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

 a { background-color: rgb(20,170,107); }

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

border-color css

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

 span { border-color: rgb(20,170,107); }

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