Html Css Color HEX #14AA71 Jade

📋 copy color: '#14AA71'

red 20 ◦ green 170 ◦ blue 113

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

Shades of Jade #14AA71

Tints of Jade #14AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 6.6%
G = 56.11%
B = 37.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#14AA71 (or 0x14AA71) is known color: Jade. HEX triplet: 14, AA and 71. RGB value is (20,170,113). Sum of RGB (Red+Green+Blue) = 20+170+113=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA71 is #EB558E. Grayscale: #767676. Windows color (decimal): -15422863 or 7449108. OLE color: 7449108.

HSL color Cylindrical-coordinate representation of color #14AA71: hue angle of 157.2º 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 #14AA71 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 113 -
CMYK 0.88 0 0.34 0.33
HSL 157.2º 0.79% 0.37% -
HSV(B) 157.2º 0.88% 0.67% -
XYZ 17.64 30.09 20.5 -
YUV 118.65 124.81 57.63 -
System Red Green Blue C M Y K H S L
Decimal 20 170 113 0.88 0 0.34 0.33 157.2 0.79 0.37
Hex 14 AA 71 58 0 22 21 9D 4F 25
Octal 24 252 161 130 0 42 41 235 117 45
Binary 10100 10101010 1110001 1011000 0 100010 100001 10011101 1001111 100101

Color Harmonies of #14AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA71

Black with #14AA71

Text Example


Text Example

White with #14AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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