Html Css Color HEX #14AB66 Jade

📋 copy color: '#14AB66'

red 20 ◦ green 171 ◦ blue 102

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

Shades of Jade #14AB66

Tints of Jade #14AB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 6.83%
G = 58.36%
B = 34.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#14AB66 (or 0x14AB66) is known color: Jade. HEX triplet: 14, AB and 66. RGB value is (20,171,102). Sum of RGB (Red+Green+Blue) = 20+171+102=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB66 is #EB5499. Grayscale: #767676. Windows color (decimal): -15422618 or 6728468. OLE color: 6728468.

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

Color convert

RGB 20 171 102 -
CMYK 0.88 0 0.40 0.33
HSL 152.58º 0.79% 0.37% -
HSV(B) 152.58º 0.88% 0.67% -
XYZ 17.25 30.23 17.5 -
YUV 117.99 118.97 58.11 -
System Red Green Blue C M Y K H S L
Decimal 20 171 102 0.88 0 0.40 0.33 152.58 0.79 0.37
Hex 14 AB 66 58 0 28 21 99 4F 25
Octal 24 253 146 130 0 50 41 231 117 45
Binary 10100 10101011 1100110 1011000 0 101000 100001 10011001 1001111 100101

Color Harmonies of #14AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB66

Black with #14AB66

Text Example


Text Example

White with #14AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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