Html Css Color HEX #14AB65 Jade

📋 copy color: '#14AB65'

red 20 ◦ green 171 ◦ blue 101

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

Shades of Jade #14AB65

Tints of Jade #14AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 6.85%
G = 58.56%
B = 34.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#14AB65 (or 0x14AB65) is known color: Jade. HEX triplet: 14, AB and 65. RGB value is (20,171,101). Sum of RGB (Red+Green+Blue) = 20+171+101=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB65 is #EB549A. Grayscale: #767676. Windows color (decimal): -15422619 or 6662932. OLE color: 6662932.

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

Color convert

RGB 20 171 101 -
CMYK 0.88 0 0.41 0.33
HSL 152.19º 0.79% 0.37% -
HSV(B) 152.19º 0.88% 0.67% -
XYZ 17.2 30.21 17.24 -
YUV 117.87 118.47 58.19 -
System Red Green Blue C M Y K H S L
Decimal 20 171 101 0.88 0 0.41 0.33 152.19 0.79 0.37
Hex 14 AB 65 58 0 29 21 98 4F 25
Octal 24 253 145 130 0 51 41 230 117 45
Binary 10100 10101011 1100101 1011000 0 101001 100001 10011000 1001111 100101

Color Harmonies of #14AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB65

Black with #14AB65

Text Example


Text Example

White with #14AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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