Html Css Color HEX #14A06B Jade

📋 copy color: '#14A06B'

red 20 ◦ green 160 ◦ blue 107

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

Shades of Jade #14A06B

Tints of Jade #14A06B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.75%

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

R = 6.97%
G = 55.75%
B = 37.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#14A06B (or 0x14A06B) is known color: Jade. HEX triplet: 14, A0 and 6B. RGB value is (20,160,107). Sum of RGB (Red+Green+Blue) = 20+160+107=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #14A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A06B is #EB5F94. Grayscale: #707070. Windows color (decimal): -15425429 or 7053332. OLE color: 7053332.

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

Color convert

RGB 20 160 107 -
CMYK 0.88 0 0.33 0.37
HSL 157.29º 0.78% 0.35% -
HSV(B) 157.29º 0.88% 0.63% -
XYZ 15.51 26.35 18.18 -
YUV 112.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 20 160 107 0.88 0 0.33 0.37 157.29 0.78 0.35
Hex 14 A0 6B 58 0 21 25 9D 4E 23
Octal 24 240 153 130 0 41 45 235 116 43
Binary 10100 10100000 1101011 1011000 0 100001 100101 10011101 1001110 100011

Color Harmonies of #14A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A06B

Black with #14A06B

Text Example


Text Example

White with #14A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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