Html Css Color HEX #14AB72 Jade

📋 copy color: '#14AB72'

red 20 ◦ green 171 ◦ blue 114

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

Shades of Jade #14AB72

Tints of Jade #14AB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 6.56%
G = 56.07%
B = 37.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#14AB72 (or 0x14AB72) is known color: Jade. HEX triplet: 14, AB and 72. RGB value is (20,171,114). Sum of RGB (Red+Green+Blue) = 20+171+114=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB72 is #EB548D. Grayscale: #777777. Windows color (decimal): -15422606 or 7514900. OLE color: 7514900.

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

Color convert

RGB 20 171 114 -
CMYK 0.88 0 0.33 0.33
HSL 157.35º 0.79% 0.37% -
HSV(B) 157.35º 0.88% 0.67% -
XYZ 17.89 30.49 20.86 -
YUV 119.35 124.97 57.13 -
System Red Green Blue C M Y K H S L
Decimal 20 171 114 0.88 0 0.33 0.33 157.35 0.79 0.37
Hex 14 AB 72 58 0 21 21 9D 4F 25
Octal 24 253 162 130 0 41 41 235 117 45
Binary 10100 10101011 1110010 1011000 0 100001 100001 10011101 1001111 100101

Color Harmonies of #14AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB72

Black with #14AB72

Text Example


Text Example

White with #14AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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