#14B761

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

Shades of Jade #14B761

Tints of Jade #14B761

Color information

#14B761 (or 0x14B761) is unknown color: approx Jade. HEX triplet: 14, B7 and 61. RGB value is (20,183,97). Sum of RGB (Red+Green+Blue) = 20+183+97=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #14B761 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B761 is #EB489E. Grayscale: #7C7C7C. Windows color (decimal): -15419551 or 6403860. OLE color: 6403860.

HSL color Cylindrical-coordinate representation of color #14B761: hue angle of 148.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B761 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB2018397-
CMYK0.8900.470.28
HSL148.34º80.3%39.8%-
HSV(B)148.34º89.07%71.76%-
XYZ19.3834.8817.02-
YUV124.46112.553.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.67%
GREEN value IS 183 (71.88% from 255) = 61%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=6.67%
G=61%
B=32.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183970.8900.470.28148.3480.339.8
Hex14B7615902F1C945028
Octal242671411310573422412050
Binary101001011011111000011011001010111111100100101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,183,97); }

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

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

 a { background-color: rgb(20,183,97); }

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

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

 span { border-color: rgb(20,183,97); }

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