Html Css Color HEX #14A66E Jade

📋 copy color: '#14A66E'

red 20 ◦ green 166 ◦ blue 110

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

Shades of Jade #14A66E

Tints of Jade #14A66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.08%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 6.76%
G = 56.08%
B = 37.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#14A66E (or 0x14A66E) is known color: Jade. HEX triplet: 14, A6 and 6E. RGB value is (20,166,110). Sum of RGB (Red+Green+Blue) = 20+166+110=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #14A66E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A66E is #EB5991. Grayscale: #747474. Windows color (decimal): -15423890 or 7251476. OLE color: 7251476.

HSL color Cylindrical-coordinate representation of color #14A66E: hue angle of 156.99º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A66E is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 110 -
CMYK 0.88 0 0.34 0.35
HSL 156.99º 0.78% 0.36% -
HSV(B) 156.99º 0.88% 0.65% -
XYZ 16.74 28.55 19.38 -
YUV 115.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 20 166 110 0.88 0 0.34 0.35 156.99 0.78 0.36
Hex 14 A6 6E 58 0 22 23 9D 4E 24
Octal 24 246 156 130 0 42 43 235 116 44
Binary 10100 10100110 1101110 1011000 0 100010 100011 10011101 1001110 100100

Color Harmonies of #14A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A66E

Black with #14A66E

Text Example


Text Example

White with #14A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,110); }

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

background-color css

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

 a { background-color: rgb(20,166,110); }

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

border-color css

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

 span { border-color: rgb(20,166,110); }

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