Html Css Color HEX #14AD62 Jade

📋 copy color: '#14AD62'

red 20 ◦ green 173 ◦ blue 98

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

Shades of Jade #14AD62

Tints of Jade #14AD62

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.45%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 6.87%
G = 59.45%
B = 33.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#14AD62 (or 0x14AD62) is known color: Jade. HEX triplet: 14, AD and 62. RGB value is (20,173,98). Sum of RGB (Red+Green+Blue) = 20+173+98=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD62 is #EB529D. Grayscale: #767676. Windows color (decimal): -15422110 or 6466836. OLE color: 6466836.

HSL color Cylindrical-coordinate representation of color #14AD62: hue angle of 150.59º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD62 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 98 -
CMYK 0.88 0 0.43 0.32
HSL 150.59º 0.79% 0.38% -
HSV(B) 150.59º 0.88% 0.68% -
XYZ 17.44 30.92 16.6 -
YUV 118.7 116.31 57.6 -
System Red Green Blue C M Y K H S L
Decimal 20 173 98 0.88 0 0.43 0.32 150.59 0.79 0.38
Hex 14 AD 62 58 0 2B 20 97 4F 26
Octal 24 255 142 130 0 53 40 227 117 46
Binary 10100 10101101 1100010 1011000 0 101011 100000 10010111 1001111 100110

Color Harmonies of #14AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD62

Black with #14AD62

Text Example


Text Example

White with #14AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,98); }

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

background-color css

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

 a { background-color: rgb(20,173,98); }

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

border-color css

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

 span { border-color: rgb(20,173,98); }

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