#14A772

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

Shades of Jade #14A772

Tints of Jade #14A772

Color information

#14A772 (or 0x14A772) is unknown color: approx Jade. HEX triplet: 14, A7 and 72. RGB value is (20,167,114). Sum of RGB (Red+Green+Blue) = 20+167+114=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 167 (65.62% from 255 or 55.48% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 167 - color contains mainly: green. Hex color #14A772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A772 is #EB588D. Grayscale: #757575. Windows color (decimal): -15423630 or 7513876. OLE color: 7513876.

HSL color Cylindrical-coordinate representation of color #14A772: hue angle of 158.37º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A772 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB20167114-
CMYK0.8800.320.35
HSL158.37º78.61%36.67%-
HSV(B)158.37º88.02%65.49%-
XYZ17.142920.61-
YUV117126.358.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 167 (65.62% from 255) = 55.48%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=6.64%
G=55.48%
B=37.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201671140.8800.320.35158.3778.6136.67
Hex14A77258020239e4f25
Octal242471621300404323611745
Binary1010010100111111001010110000100000100011100111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,167,114); }

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

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

 a { background-color: rgb(20,167,114); }

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

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

 span { border-color: rgb(20,167,114); }

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