Html Css Color HEX #14AB64 Jade

📋 copy color: '#14AB64'

red 20 ◦ green 171 ◦ blue 100

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

Shades of Jade #14AB64

Tints of Jade #14AB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 6.87%
G = 58.76%
B = 34.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#14AB64 (or 0x14AB64) is known color: Jade. HEX triplet: 14, AB and 64. RGB value is (20,171,100). Sum of RGB (Red+Green+Blue) = 20+171+100=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB64 is #EB549B. Grayscale: #757575. Windows color (decimal): -15422620 or 6597396. OLE color: 6597396.

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

Color convert

RGB 20 171 100 -
CMYK 0.88 0 0.42 0.33
HSL 151.79º 0.79% 0.37% -
HSV(B) 151.79º 0.88% 0.67% -
XYZ 17.15 30.19 16.98 -
YUV 117.76 117.97 58.27 -
System Red Green Blue C M Y K H S L
Decimal 20 171 100 0.88 0 0.42 0.33 151.79 0.79 0.37
Hex 14 AB 64 58 0 2A 21 98 4F 25
Octal 24 253 144 130 0 52 41 230 117 45
Binary 10100 10101011 1100100 1011000 0 101010 100001 10011000 1001111 100101

Color Harmonies of #14AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB64

Black with #14AB64

Text Example


Text Example

White with #14AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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