Html Css Color HEX #14AA65 Jade

📋 copy color: '#14AA65'

red 20 ◦ green 170 ◦ blue 101

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

Shades of Jade #14AA65

Tints of Jade #14AA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 6.87%
G = 58.42%
B = 34.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#14AA65 (or 0x14AA65) is known color: Jade. HEX triplet: 14, AA and 65. RGB value is (20,170,101). Sum of RGB (Red+Green+Blue) = 20+170+101=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA65 is #EB559A. Grayscale: #757575. Windows color (decimal): -15422875 or 6662676. OLE color: 6662676.

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

Color convert

RGB 20 170 101 -
CMYK 0.88 0 0.41 0.33
HSL 152.4º 0.79% 0.37% -
HSV(B) 152.4º 0.88% 0.67% -
XYZ 17.01 29.84 17.17 -
YUV 117.28 118.81 58.61 -
System Red Green Blue C M Y K H S L
Decimal 20 170 101 0.88 0 0.41 0.33 152.4 0.79 0.37
Hex 14 AA 65 58 0 29 21 98 4F 25
Octal 24 252 145 130 0 51 41 230 117 45
Binary 10100 10101010 1100101 1011000 0 101001 100001 10011000 1001111 100101

Color Harmonies of #14AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA65

Black with #14AA65

Text Example


Text Example

White with #14AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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