#14AF68

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

Shades of Jade #14AF68

Tints of Jade #14AF68

Color information

#14AF68 (or 0x14AF68) is unknown color: approx Jade. HEX triplet: 14, AF and 68. RGB value is (20,175,104). Sum of RGB (Red+Green+Blue) = 20+175+104=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF68 is #EB5097. Grayscale: #787878. Windows color (decimal): -15421592 or 6860564. OLE color: 6860564.

HSL color Cylindrical-coordinate representation of color #14AF68: hue angle of 152.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF68 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB20175104-
CMYK0.8900.410.31
HSL152.52º79.49%38.24%-
HSV(B)152.52º88.57%68.63%-
XYZ18.1231.8118.28-
YUV120.56118.6556.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.69%
GREEN value IS 175 (68.75% from 255) = 58.53%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=6.69%
G=58.53%
B=34.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201751040.8900.410.31152.5279.4938.24
Hex14AF68590291F994f26
Octal242571501310513723111746
Binary101001010111111010001011001010100111111100110011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,175,104); }

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

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

 a { background-color: rgb(20,175,104); }

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

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

 span { border-color: rgb(20,175,104); }

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