#14aa64

Color #14AA64 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #14AA64

Tints of Jade #14AA64

Color information

#14AA64 (or 0x14AA64) is unknown color: approx Jade. HEX triplet: 14, AA and 64. RGB value is (20,170,100). Sum of RGB (Red+Green+Blue) = 20+170+100=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA64 is #EB559B. Grayscale: #757575. Windows color (decimal): -15422876 or 6597140. OLE color: 6597140.

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

Color convert

RGB20170100-
CMYK0.8800.410.33
HSL152º78.95%37.25%-
HSV(B)152º88.24%66.67%-
XYZ16.9629.8216.92-
YUV117.17118.358.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 170 (66.80% from 255) = 58.62%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=6.90%
G=58.62%
B=34.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201701000.8800.410.3315278.9537.25
Hex14AA645802921984f25
Octal242521441300514123011745
Binary1010010101010110010010110000101001100001100110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14aa64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14aa64;
 }
 .AnyTagClassName
 {
   color: #14aa64;
 }
</style>
background-color css

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

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

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

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

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

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