Html Css Color HEX #14A66B Jade

📋 copy color: '#14A66B'

red 20 ◦ green 166 ◦ blue 107

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

Shades of Jade #14A66B

Tints of Jade #14A66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 6.83%
G = 56.66%
B = 36.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#14A66B (or 0x14A66B) is known color: Jade. HEX triplet: 14, A6 and 6B. RGB value is (20,166,107). Sum of RGB (Red+Green+Blue) = 20+166+107=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #14A66B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A66B is #EB5994. Grayscale: #737373. Windows color (decimal): -15423893 or 7054868. OLE color: 7054868.

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

Color convert

RGB 20 166 107 -
CMYK 0.88 0 0.36 0.35
HSL 155.75º 0.78% 0.36% -
HSV(B) 155.75º 0.88% 0.65% -
XYZ 16.58 28.48 18.53 -
YUV 115.62 123.13 59.8 -
System Red Green Blue C M Y K H S L
Decimal 20 166 107 0.88 0 0.36 0.35 155.75 0.78 0.36
Hex 14 A6 6B 58 0 24 23 9C 4E 24
Octal 24 246 153 130 0 44 43 234 116 44
Binary 10100 10100110 1101011 1011000 0 100100 100011 10011100 1001110 100100

Color Harmonies of #14A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A66B

Black with #14A66B

Text Example


Text Example

White with #14A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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