Html Css Color HEX #14AD61 Jade

📋 copy color: '#14AD61'

red 20 ◦ green 173 ◦ blue 97

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

Shades of Jade #14AD61

Tints of Jade #14AD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 6.9%
G = 59.66%
B = 33.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#14AD61 (or 0x14AD61) is known color: Jade. HEX triplet: 14, AD and 61. RGB value is (20,173,97). Sum of RGB (Red+Green+Blue) = 20+173+97=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD61 is #EB529E. Grayscale: #767676. Windows color (decimal): -15422111 or 6401300. OLE color: 6401300.

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

Color convert

RGB 20 173 97 -
CMYK 0.88 0 0.44 0.32
HSL 150.2º 0.79% 0.38% -
HSV(B) 150.2º 0.88% 0.68% -
XYZ 17.39 30.9 16.36 -
YUV 118.59 115.81 57.68 -
System Red Green Blue C M Y K H S L
Decimal 20 173 97 0.88 0 0.44 0.32 150.2 0.79 0.38
Hex 14 AD 61 58 0 2C 20 96 4F 26
Octal 24 255 141 130 0 54 40 226 117 46
Binary 10100 10101101 1100001 1011000 0 101100 100000 10010110 1001111 100110

Color Harmonies of #14AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD61

Black with #14AD61

Text Example


Text Example

White with #14AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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