Html Css Color HEX #14AB71 Jade

📋 copy color: '#14AB71'

red 20 ◦ green 171 ◦ blue 113

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

Shades of Jade #14AB71

Tints of Jade #14AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.25%

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

R = 6.58%
G = 56.25%
B = 37.17%

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

#14AB71 (or 0x14AB71) is known color: Jade. HEX triplet: 14, AB and 71. RGB value is (20,171,113). Sum of RGB (Red+Green+Blue) = 20+171+113=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB71 is #EB548E. Grayscale: #777777. Windows color (decimal): -15422607 or 7449364. OLE color: 7449364.

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

Color convert

RGB 20 171 113 -
CMYK 0.88 0 0.34 0.33
HSL 156.95º 0.79% 0.37% -
HSV(B) 156.95º 0.88% 0.67% -
XYZ 17.83 30.47 20.56 -
YUV 119.24 124.47 57.22 -
System Red Green Blue C M Y K H S L
Decimal 20 171 113 0.88 0 0.34 0.33 156.95 0.79 0.37
Hex 14 AB 71 58 0 22 21 9D 4F 25
Octal 24 253 161 130 0 42 41 235 117 45
Binary 10100 10101011 1110001 1011000 0 100010 100001 10011101 1001111 100101

Color Harmonies of #14AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB71

Black with #14AB71

Text Example


Text Example

White with #14AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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