Html Css Color HEX #14AA63 Jade

📋 copy color: '#14AA63'

red 20 ◦ green 170 ◦ blue 99

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

Shades of Jade #14AA63

Tints of Jade #14AA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.82%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 6.92%
G = 58.82%
B = 34.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#14AA63 (or 0x14AA63) is known color: Jade. HEX triplet: 14, AA and 63. RGB value is (20,170,99). Sum of RGB (Red+Green+Blue) = 20+170+99=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA63 is #EB559C. Grayscale: #757575. Windows color (decimal): -15422877 or 6531604. OLE color: 6531604.

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

Color convert

RGB 20 170 99 -
CMYK 0.88 0 0.42 0.33
HSL 151.6º 0.79% 0.37% -
HSV(B) 151.6º 0.88% 0.67% -
XYZ 16.92 29.8 16.66 -
YUV 117.06 117.81 58.77 -
System Red Green Blue C M Y K H S L
Decimal 20 170 99 0.88 0 0.42 0.33 151.6 0.79 0.37
Hex 14 AA 63 58 0 2A 21 98 4F 25
Octal 24 252 143 130 0 52 41 230 117 45
Binary 10100 10101010 1100011 1011000 0 101010 100001 10011000 1001111 100101

Color Harmonies of #14AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA63

Black with #14AA63

Text Example


Text Example

White with #14AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,99); }

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

background-color css

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

 a { background-color: rgb(20,170,99); }

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

border-color css

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

 span { border-color: rgb(20,170,99); }

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